Changeset 1674 for trunk/MagicSoft/Simulation/Detector/include-MC
- Timestamp:
- 12/10/02 17:25:18 (22 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/include-MC
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MC/MCCphoton.hxx
r735 r1674 43 43 44 44 const char FLAG_START_OF_RUN[] = "\nSTART---RUN\n"; 45 const char FLAG_START_OF_HEADER[] = "RUNH"; 45 46 const char FLAG_START_OF_EVENT[] = "\nSTART-EVENT\n"; 47 const char FLAG_EVENT_HEADER[] = "EVTH"; 46 48 const char FLAG_END_OF_EVENT[] = "\nEND---EVENT\n"; 47 49 const char FLAG_END_OF_RUN[] = "\nEND-----RUN\n"; … … 50 52 51 53 #define SIZE_OF_FLAGS 13 54 #define SIZE_OF_HEADER 8 /* floats */ 52 55 #define SIZE_OF_MCCPHOTON 8 /* floats */ 53 56 -
trunk/MagicSoft/Simulation/Detector/include-MC/MCEventHeader_2.hxx
r1598 r1674 39 39 #include "COREventHeader.hxx" 40 40 41 #define SIZE_OF_MCEVENTHEADER_2 1 78/* floats */41 #define SIZE_OF_MCEVENTHEADER_2 181 /* floats */ 42 42 43 43 // @endcode
Note:
See TracChangeset
for help on using the changeset viewer.