]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New method ResetRecPoints() - needed for online monitoring with AMORE
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 May 2010 17:05:25 +0000 (17:05 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 May 2010 17:05:25 +0000 (17:05 +0000)
ITS/AliITSReconstructor.cxx
ITS/AliITSReconstructor.h

index 9232ee9f0241a62042b0cfeff5aba4264fee6cf8..2f19daef504a67f157bb009f56f4c0abcf7cf036 100644 (file)
@@ -27,7 +27,6 @@
 #include "AliRawReader.h"
 #include "AliESDEvent.h"
 #include "AliESDpid.h"
-#include "AliITSDetTypeRec.h"
 #include "AliITSgeom.h"
 #include "AliITSLoader.h"
 #include "AliITStrackerMI.h"
index 692b07e03bd59404a2c4c447248d699ebb3f7601..9f4100313fce222e7ed563986ed64335d87916eb 100644 (file)
 
 #include "AliReconstructor.h"
 #include "AliITSRecoParam.h"
-
+#include "AliITSDetTypeRec.h"
 class AliESDpid;
 class AliITSgeom;
 class AliTracker;
 class AliITStrackerMI;
-class AliITSDetTypeRec;
 
 class AliITSReconstructor: public AliReconstructor {
 public:
@@ -37,6 +36,7 @@ public:
   virtual void         FillESD(AliRawReader* /*rawReader*/, TTree* clustersTree, 
                               AliESDEvent* esd) const
   {FillESD((TTree*)NULL, clustersTree, esd);}
+  void ResetRecPoints() {fDetTypeRec->ResetRecPoints();}
 
   static const AliITSRecoParam* GetRecoParam() { return dynamic_cast<const AliITSRecoParam*>(AliReconstructor::GetRecoParam(0)); }