]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/PartCorrBase/AliCaloTrackESDReader.h
coding violations
[u/mrichter/AliRoot.git] / PWG4 / PartCorrBase / AliCaloTrackESDReader.h
index c903e630cc835a24d05e207116c05a71962d5eb3..45d6d8106bfe975bcd0ea63d6e6257b11b36e2f2 100755 (executable)
@@ -8,41 +8,24 @@
 // Class for reading data (ESDs) in order to do prompt gamma 
 //  or other particle identification and correlations
 // 
-// It is a filtering class, transforms ESD tracks or CaloClusters
-// into AOD tracks and calocluters, which are the basic input of the analysis
-// classes in this frame.
-// It is recommended to use the official filter AliAnalysisTaskESDfilter, and 
-// then the reader for AODs AliCaloTrackAODReader.//
+//
+//
 //
 //*-- Author: Gustavo Conesa (INFN-LNF)
 
-// --- ROOT system --- 
+class AliESDEvent;
 
-// --- AliRoot system ---
 #include "AliCaloTrackReader.h" 
-#include "AliESDEvent.h"
 
 class AliCaloTrackESDReader : public AliCaloTrackReader {
   
   public: 
   
   AliCaloTrackESDReader() ; // ctor
-  //AliCaloTrackESDReader(const AliCaloTrackESDReader & g) ; // cpy ctor
-  //AliCaloTrackESDReader & operator = (const AliCaloTrackESDReader & g) ;//cpy assignment
   virtual ~AliCaloTrackESDReader() {;} //virtual dtor
-  
-//  void FillInputCTS  () ;
-//  void FillInputEMCAL() ;
-//  void FillInputPHOS () ;  
-//  void FillInputEMCALCells() ;
-//  void FillInputPHOSCells() ;
-  
-//  void GetVertex(Double_t v[3]) const ;
-  Double_t GetBField() const;
-  void SetInputOutputMCEvent(AliVEvent* esd, AliAODEvent* aod, AliMCEvent* mc) ; 
-       
-  TString GetFiredTriggerClasses() {return ((AliESDEvent*)GetInputEvent())->GetFiredTriggerClasses();}
 
+  void SetInputOutputMCEvent(AliVEvent* esd, AliAODEvent* aod, AliMCEvent* mc) ; 
+           
   ClassDef(AliCaloTrackESDReader,1)
 } ;