]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliCaloRawStreamV3.h
remove unnecessary if already effective before, move it out of the method call
[u/mrichter/AliRoot.git] / RAW / AliCaloRawStreamV3.h
index ba4fd18391c64d99600c068f0d374ae20ae518be..e85bad2e381b0d9f2dba794ae753623ce1cffacf 100644 (file)
@@ -46,10 +46,6 @@ public :
   Bool_t  IsLEDMonData()   const {return (fCaloFlag == kLEDMonData);} 
 
   Int_t   GetCaloFlag() const { return fCaloFlag; } 
-  Int_t   GetFilter() const { return fFilter; } 
-
-  void SkipData(EAliCaloFlag caloFlag=kLEDMonData) 
-    { fFilter |= (1<<caloFlag); }
 
 protected:
 
@@ -62,14 +58,14 @@ protected:
   Int_t            fRow;      // index of current row
   Int_t            fColumn;   // index of current column
   Int_t            fCaloFlag; // low (0) or (1) high gain; see enum EAliCaloFlag above
-  Int_t            fFilter;   // default 0 = let everything through
+  Int_t            fNModules; // number of (super)modules
   Int_t            fNRCU;     // number of RCU per (super)module
   Int_t            fNSides;   // Division of EMCal in "A" "C" sides
   TString          fCalo;     // Calorimeter name
-  Bool_t           fExternalMapping;   // use external mapping or create a default one
-  AliAltroMapping *fMapping[4];   // pointers to ALTRO mapping
+  Bool_t           fExternalMapping; // use external mapping or create a default one
+  AliAltroMapping *fMapping[20];     // pointers to ALTRO mapping
 
-  ClassDef(AliCaloRawStreamV3, 1)   // class for reading PHOS/EMCAL raw digits
+  ClassDef(AliCaloRawStreamV3, 3)   // class for reading PHOS/EMCAL raw digits
 
 };