]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Remove noti
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Oct 2010 21:39:28 +0000 (21:39 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Oct 2010 21:39:28 +0000 (21:39 +0000)
PWG4/TwoPartCorr/anaCorr.C

index 07fe65e702c000c409a6615dc0e1e68b576cdad3..1eb04560632dbe83927094e6ee3e5ff966d15fc8 100644 (file)
@@ -33,19 +33,6 @@ inline Double_t DeltaEta(const MyPart &t1, const MyPart &t2);
 inline Bool_t   InBounds(Double_t val, Double_t min, Double_t max);
 inline Double_t InvMass(const MyPart &p1, const MyPart &p2);
 
-class Noti: public TObject
-{
-public:
-  Noti() : fc(0) {;}
-  virtual ~Noti() {;}
-  Bool_t Notify()         { fc=1; return 1; }
-  Bool_t Notified() const { return fc;      }
-  void   Reset()          { fc=0;           }
-protected:
-  Bool_t fc; //=1 when file changed
-  ClassDef (Noti,0)
-};
-
 //-----------------------------------------------------------------------------------------------------
 
 void anaCorr(const char *inFileNames,