]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Flag for random background added.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Jan 2003 16:49:23 +0000 (16:49 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Jan 2003 16:49:23 +0000 (16:49 +0000)
EMCAL/AliEMCALJetFinder.h

index 02572f1d2eafe1ddbb4e5fcc4ca8fb4d8ed3cf5e..5bdd4acc82f5f14b7fb468e502fae31b0ff49872 100644 (file)
@@ -63,7 +63,7 @@ class AliEMCALJetFinder : public TTask {
     void SetParametersForBgSubtraction
     (Int_t mode=0, Float_t minMove=0.05, Float_t maxMove=0.15, Float_t precBg=0.035);
     //    virtual void Print(Option_t* option="") const;    // *MENU*
-
+    void  SetRandomBg(Bool_t flag) {fRandomBg = flag;}
     Bool_t GetWriteKey() {return fWrite;}
   //AliEMCALJet* GetJetT() {return fJetT[0];}
     AliEMCALJet* GetJetT(Int_t n = 0) {return fJetT[n];}
@@ -196,6 +196,7 @@ class AliEMCALJetFinder : public TTask {
     Int_t                          fEvent;           //! Processed event
     Float_t                       fEMCALWeight;
     Float_t                       fTrackWeight;
+    Bool_t                         fRandomBg;        //  Flag for Random Background 
     ClassDef(AliEMCALJetFinder,3)        // JetFinder for EMCAL
 }
 ;