|
Last change
on this file since 1118 was 791, checked in by domingo, 24 years ago |
|
New classes needed for MaxiSingle
|
|
File size:
618 bytes
|
| Line | |
|---|
| 1 | /////////////////////////////////////////////////////////////////
|
|---|
| 2 | //
|
|---|
| 3 | // COREventEnd
|
|---|
| 4 | //
|
|---|
| 5 | // Created: Thu May 10 15:32:13 2001
|
|---|
| 6 | // Author: Carles Domingo
|
|---|
| 7 | // Purpose: Base class for RunHeader-classes
|
|---|
| 8 | // Notes:
|
|---|
| 9 | //
|
|---|
| 10 | /////////////////////////////////////////////////////////////////
|
|---|
| 11 |
|
|---|
| 12 | // @T \newpage
|
|---|
| 13 |
|
|---|
| 14 | // @section Source code of {\tt COREventEnd.cxx}
|
|---|
| 15 |
|
|---|
| 16 | // @subsection Class {\em COREventEnd}: Implementation
|
|---|
| 17 |
|
|---|
| 18 | // @code
|
|---|
| 19 |
|
|---|
| 20 | #include "COREventEnd.hxx"
|
|---|
| 21 |
|
|---|
| 22 | void
|
|---|
| 23 | COREventEnd::print(void) {
|
|---|
| 24 |
|
|---|
| 25 | cout << " EVTE :" << (char*)EVTE << endl;
|
|---|
| 26 | cout << " EvtNumber :" << EvtNumber << endl;
|
|---|
| 27 |
|
|---|
| 28 | cout << flush;
|
|---|
| 29 | }
|
|---|
| 30 |
|
|---|
| 31 | // @endcode
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.