]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSDigitizer.h
Added Option "C": it paints the real contour of the motif (not the envelop).
[u/mrichter/AliRoot.git] / ITS / AliITSDigitizer.h
index ec370cdc5ad3fed851145af7b1a761c1d447212c..22d82407c6ae201815e5831f55ccdb1e70480a1e 100644 (file)
@@ -64,7 +64,8 @@ class AliITSDigitizer : public AliDigitizer{
     Int_t   fRoif;     //! Region of interest flag.
     Int_t   fRoiifile; //! The file number with which to determing the region
                        // of interest from.
+    Bool_t fFlagFirstEv; //! Flag to control calibration access
 
-    ClassDef(AliITSDigitizer,1) // Task to Digitize ITS from summable hits.
+    ClassDef(AliITSDigitizer,2) // Task to Digitize ITS from summable hits.
 };
 #endif