]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALCalibHistoProducer.h
Update tracking class and macros, and pid class to read correctly the ESDs
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALCalibHistoProducer.h
index 1c80b021088c8636f3dd93d8644ae37db9076ef0..bd894e34ffca84a4e5c49b3ba1cd2f5d7cdc92db 100644 (file)
@@ -7,7 +7,10 @@
 
 /* History of cvs commits:
  *
- * $Log$ 
+ * $Log$
+ * Revision 1.1  2006/12/07 16:32:16  gustavo
+ * First shuttle code, online calibration histograms producer, EMCAL preprocessor
+ * 
  *
 */
 
@@ -36,10 +39,9 @@ public:
   void Init();
   void Run();
   void UpdateHistoFile();
-  void SetUpdatingRate(const Int_t rate) {fUpdatingRate = rate;}
-  void SetOldRCUFormat(Bool_t isOldRCUFormat) { fIsOldRCUFormat = isOldRCUFormat; }
-  void SetCalibHistoFileName(const Int_t name) {fHistoFileName = name;}
-  void SetSMInstalled(const Int_t nsm, Bool_t bsm) {fSMInstalled[nsm] = bsm;}
+  void SetUpdatingRate(Int_t rate) {fUpdatingRate = rate;}
+  void SetCalibHistoFileName(Int_t name) {fHistoFileName = name;}
+  void SetSMInstalled(Int_t nsm, Bool_t bsm) {fSMInstalled[nsm] = bsm;}
 
 protected:
 
@@ -49,13 +51,12 @@ protected:
   TFile* fHistoFile;          // root file to store histograms in
   TString fHistoFileName;          // name of root file to store histograms in
   Int_t fUpdatingRate;        // update rate
-  Bool_t fIsOldRCUFormat;     // Old RCU format flag.
   Int_t fNSuperModules;          //Number of SuperModules;
   Int_t fNCellsEta;                  //Number of Cells in Eta in a SuperModule;
   Int_t fNCellsPhi;                   //Number of Cells in Phi in a SuperModule;
   Int_t fNCellsPhiHalfSM;      //Number of Cells in Phi in a Half SuperModule;
   Bool_t fSMInstalled[12];  //Check which detectors are on.
-  ClassDef(AliEMCALCalibHistoProducer,1)
+  ClassDef(AliEMCALCalibHistoProducer,2)
 
 };