--- DarthVader/CalorimeterLevel2/inc/CaloLevel2.h 2007/11/23 16:42:31 1.18 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel2.h 2007/11/29 14:20:27 1.19 @@ -93,6 +93,7 @@ // common variables (not related to tracks) // Int_t nstrip; ///< total number of strip hit + Int_t nsatstrip; ///< total number of strip hit with saturated signal Int_t nx22; ///< number of strip hit in the last silicon plane of the calorimeter (x view number 22) Int_t planemax[2]; ///< plane of maximum energy release (x and y) Int_t selfdelay[4][7]; ///< Delay of the selftrigger planes + coincidence for every section @@ -147,7 +148,7 @@ // friend class CaloLevel0; // - ClassDef(CaloLevel2,4); + ClassDef(CaloLevel2,5); }; #endif