]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added extraflag to force TRD bug correction
authorantoniol <antoniol@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 May 2012 15:42:15 +0000 (15:42 +0000)
committerantoniol <antoniol@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 May 2012 15:42:15 +0000 (15:42 +0000)
ANALYSIS/TenderSupplies/AliTOFTenderSupply.h

index 14ad5631aeb8318e7fca2900373b48417725b231..46341dbba1230d143c12471f5b3f997c525f3e3b 100644 (file)
@@ -45,6 +45,7 @@ public:
     return;
   }
   void SetAutomaticSettings(Bool_t flag=kTRUE){fAutomaticSettings=flag;}
+  void SetForceCorrectTRDBug(Bool_t flag=kTRUE){fForceCorrectTRDBug=flag;}
   void SetUserRecoPass(Int_t flag=0){fUserRecoPass=flag;}
   Int_t GetRecoPass(void){return fRecoPass;}
   void DetectRecoPass();
@@ -82,6 +83,7 @@ private:
   Bool_t fAutomaticSettings; // enable/disable automatic (per run) settings
   Int_t  fRecoPass;          // reconstruction pass: the tender applies different recipes depending on the pass
   Int_t  fUserRecoPass;      // when reco pass is selected by user
+  Bool_t fForceCorrectTRDBug; // force TRD bug correction (for some bad MC production...)
 
   // variables for TOF calibrations and timeZero setup
   AliTOFcalib     *fTOFCalib;       // recalibrate TOF signal with OCDB
@@ -109,7 +111,7 @@ private:
   AliTOFTenderSupply(const AliTOFTenderSupply&c);
   AliTOFTenderSupply& operator= (const AliTOFTenderSupply&c);
 
-  ClassDef(AliTOFTenderSupply, 8);
+  ClassDef(AliTOFTenderSupply, 9);
 };