- Timestamp:
- 06/29/06 10:43:41 (18 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MContinue.cc
r7601 r7772 127 127 if (IsAllowEmpty()) 128 128 { 129 *fLog << warn << GetDescriptor() << " - WARNING: Empty filter found... task removed." << endl;129 *fLog << warn << GetDescriptor() << " - WARNING: Filter empty... task removed." << endl; 130 130 return kSKIP; 131 131 } -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx
r6388 r7772 61 61 Byte_t IsPixelFired(Int_t npix, Int_t nfirstlevel); 62 62 63 ClassDef(MMcTrig, 3) //Stores Montecarlo Information (number of 1st, 2nd level triggers)63 ClassDef(MMcTrig, 4) //Stores Montecarlo Information (number of 1st, 2nd level triggers) 64 64 65 65 }; -
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx
r5410 r7772 126 126 127 127 128 ClassDef(MMcTrigHeader, 4) //Stores Montecarlo Information which describes the used trigger128 ClassDef(MMcTrigHeader, 5) //Stores Montecarlo Information which describes the used trigger 129 129 130 130 }; -
trunk/MagicSoft/include-Classes/MMcFormat/Mdefine.h
r5253 r7772 7 7 // Number of the Pixels in the Camera 8 8 9 #define CAMERA_PIXELS 3 5009 #define CAMERA_PIXELS 3800 10 10 11 11 // Number of the Slices of one Fadc. Be carefull this is the number of
Note:
See TracChangeset
for help on using the changeset viewer.