]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFReconstructor.h
A small change in histogram names
[u/mrichter/AliRoot.git] / TOF / AliTOFReconstructor.h
index 7cd5e4991d8831163b805014cab1fdda1555d2c9..adfa6252400e86fd80240787634f516fc3642fe5 100644 (file)
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "AliReconstructor.h"
+#include "AliTOFRecoParam.h"
 
 class TTree;
 
 class AliESDEvent;
 class AliRawReader;
-
 class AliTOFcalib;
 
 class AliTOFReconstructor: public AliReconstructor {
@@ -40,6 +40,8 @@ public:
   {FillESD((TTree*)NULL,clustersTree,esd);}
   virtual void         FillESD(TTree*, TTree*, AliESDEvent*) const {}
 
+  static const AliTOFRecoParam* GetRecoParam() { return dynamic_cast<const AliTOFRecoParam*>(AliReconstructor::GetRecoParam(3)); } // getting RecoParam obj
+
 private:
   AliTOFcalib    *fTOFcalib;    // pointer to TOF calib class