Changeset 7772 for trunk/MagicSoft


Ignore:
Timestamp:
06/29/06 10:43:41 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MContinue.cc

    r7601 r7772  
    127127        if (IsAllowEmpty())
    128128        {
    129             *fLog << warn << GetDescriptor() << " - WARNING: Empty filter found... task removed." << endl;
     129            *fLog << warn << GetDescriptor() << " - WARNING: Filter empty... task removed." << endl;
    130130            return kSKIP;
    131131        }
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx

    r6388 r7772  
    6161  Byte_t IsPixelFired(Int_t npix, Int_t nfirstlevel);
    6262
    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)
    6464
    6565};
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx

    r5410 r7772  
    126126
    127127
    128   ClassDef(MMcTrigHeader, 4)  //Stores Montecarlo Information which describes the used trigger
     128  ClassDef(MMcTrigHeader, 5)  //Stores Montecarlo Information which describes the used trigger
    129129
    130130};
  • trunk/MagicSoft/include-Classes/MMcFormat/Mdefine.h

    r5253 r7772  
    77//     Number of the Pixels in the Camera
    88
    9 #define     CAMERA_PIXELS         3500
     9#define     CAMERA_PIXELS         3800
    1010
    1111//     Number of the Slices of one Fadc. Be carefull this is the number of
Note: See TracChangeset for help on using the changeset viewer.