]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/PartCorrBase/AliCaloTrackESDReader.h
remove sub function
[u/mrichter/AliRoot.git] / PWG4 / PartCorrBase / AliCaloTrackESDReader.h
index 6bd29350e340be550f95215b411d6ccb37e88832..f5b84b6a0c9b342c62ca9b37366df5c65604e767 100755 (executable)
@@ -8,41 +8,25 @@
 // 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 --- 
-
-// --- AliRoot system ---
-#include "AliCaloTrackReader.h" 
 #include "AliESDEvent.h"
+#include "AliCaloTrackReader.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();}
-
+    
   ClassDef(AliCaloTrackESDReader,1)
 } ;