Changeset 1247 for trunk/MagicSoft/include-Classes/MMcFormat
- Timestamp:
- 03/15/02 15:05:23 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx
r1101 r1247 7 7 8 8 #include "MTriggerDefine.h" 9 #include "Mdefine.h" 9 10 10 11 class MMcTrigHeader : public MParContainer{ … … 16 17 // 2 = N closed pack 17 18 Short_t fMultiplicity ; // Pixel multiplicity of trigger configuration 18 Float_t fThreshold[ TRIGGER_PIXELS] ; // Threshold for trigger19 Float_t fThreshold[CAMERA_PIXELS] ; // Threshold for trigger 19 20 UInt_t fTrigPattern[2]; // Used to inddentify with 20 21 // RawEvt::Trigger Pattern identification … … 44 45 void SetThreshold(Float_t fthr[]){ 45 46 int i; 46 for(i=0;i< TRIGGER_PIXELS;i++){47 for(i=0;i<CAMERA_PIXELS;i++){ 47 48 fThreshold[i]=fthr[i]; 48 49 } … … 81 82 } 82 83 83 ClassDef(MMcTrigHeader, 1) //Stores Montecarlo Information which describes the used trigger84 ClassDef(MMcTrigHeader, 2) //Stores Montecarlo Information which describes the used trigger 84 85 85 86 };
Note:
See TracChangeset
for help on using the changeset viewer.