]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSAnalyze.h
Code for simulation, sdigitization and digitization moved from macros to compiled...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSAnalyze.h
index e08073d6f78f1ad2d2fb20d08943d133a50d0c00..351f160e32fb75aa4e96c990a7172fd6ad5fd096 100644 (file)
@@ -36,24 +36,22 @@ public:
   AliPHOSAnalyze(const AliPHOSAnalyze & ana) ; // cpy ctor                   
   virtual ~AliPHOSAnalyze() ;     // dtor
 
-  void DrawRecon(Int_t Nevent= 0,Int_t Nmod = 1,
-                 const char* branchName = "PHOSRP",
-                 const char* branchTitle = "Default") ; 
+  void DrawRecon(Int_t Nevent= 0,Int_t Nmod = 1) ; 
   // draws positions of entering of primaries and reconstructed objects in PHOS
 
-  void InvariantMass(const char* RecPartTitle = "Default") ;      // Photons invariant mass distributions
+  void InvariantMass() ;      // Photons invariant mass distributions
 
-  void EnergyResolution (const char* RecPartTitle = "Default") ;  // analyzes Energy resolution ;
+  void EnergyResolution () ;  // analyzes Energy resolution ;
 
-  void PositionResolution(const char* RecPartTitle = "Default") ; // analyzes Position resolution ;
+  void PositionResolution() ; // analyzes Position resolution ;
 
-  void Contamination(const char* RecPartTitle = "Default") ;      // Counts contamination of photon spectrum
+  void Contamination() ;      // Counts contamination of photon spectrum
 
   void Ls() ; //Prints PHOS-related contents of TreeS, TreeD and TreeR
 
   void SetEnergyCorrection(const Float_t ecor){fCorrection = ecor ;} 
 
-  AliPHOSAnalyze & operator = (const AliPHOSAnalyze & rvalue)  {
+  AliPHOSAnalyze & operator = (const AliPHOSAnalyze & /*rvalue*/)  {
     // assignement operator requested by coding convention but not needed
     Fatal("operator =", "not implemented") ;
     return *this ;