Changeset 574 for trunk/MagicSoft/include-Classes
- Timestamp:
- 01/18/01 17:10:59 (24 years ago)
- Location:
- trunk/MagicSoft/include-Classes/MMcFormat
- Files:
-
- 5 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MHeaderTrig.hxx
r480 r574 11 11 #include "TObject.h" 12 12 13 #ifndef __MARS__ 13 14 #include "../../Simulation/Detector/include-MTrigger/MTriggerDefine.h" 15 #else 16 // 17 // From the include file above 18 // 19 #define TRIGGER_PIXELS 271 20 #endif 14 21 15 22 class MHeaderTrig : public TObject { -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
r481 r574 1 1 #include <iostream.h> 2 #include "MMcEvt.h "2 #include "MMcEvt.hxx" 3 3 4 4 -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx
r484 r574 11 11 #include "TObject.h" 12 12 13 #ifndef __MARS__ 13 14 #include "../../Simulation/Detector/include-MTrigger/MTriggerDefine.h" 15 #else 16 // 17 // From the include file above 18 // 19 #define TOTAL_TRIGGER_TIME 160 20 #define LEVEL1_DEAD_TIME 50 21 #define LEVEL2_DEAD_TIME 300 22 #endif 14 23 15 24 class MMcTrig : public TObject {
Note:
See TracChangeset
for help on using the changeset viewer.