]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/GammaConv/AliAnaConvCorrPion.h
modified trainconfig PbPb for phi cut check
[u/mrichter/AliRoot.git] / PWGGA / GammaConv / AliAnaConvCorrPion.h
index 4a720624acb91d5ad7740ef5ca20e464a2271ec3..60541fe67703bb9222ddf41bc61e5745b02af6bb 100644 (file)
@@ -1,58 +1,44 @@
-/* This file is property of and copyright                                 *\r
- * ALICE Experiment at CERN, All rights reserved.                         *\r
- * See cxx source for full Copyright notice                               */\r
-\r
-/// @file   AliAnaConvCorrPion.h\r
-/// @author Svein Lindal\r
-/// @brief  Class used to find correlations between pions and charged tracks\r
-\r
-\r
-#ifndef ALIANACONVCORRPION_CXX\r
-#define ALIANACONVCORRPION_CXX\r
-\r
-#include "AliAnaConvCorrBase.h"\r
-class TH2D;\r
-//#include "THnSparse.h"\r
-\r
-//class AliAODConversionPhoton;\r
-class TClonesArray;\r
-\r
-class AliAnaConvCorrPion : public AliAnaConvCorrBase {\r
-\r
-public:\r
-\r
-  AliAnaConvCorrPion(); \r
-  AliAnaConvCorrPion(TString name, TString title);\r
-  virtual ~AliAnaConvCorrPion();\r
-\r
-  TAxis& GetAxisM() { return fAxisM; }\r
-\r
-\r
-  //Correlate pions with charged tracks\r
-  //virtual void CorrelateWithHadrons(AliAODConversionPhoton * pion, const TClonesArray * tracks, const Bool_t isolated, const Int_t nSpawn, const Int_t * const spawn );\r
-\r
-  void CreateHistograms();\r
-\r
-  //void Process(TClonesArray * pions, TClonesArray * photons, TClonesArray * tracks);\r
-  \r
-\r
-  void FillTriggerCounters(const AliAODConversionParticle * particle, Int_t leading);\r
-  \r
- private:\r
-\r
-  void InitMassAxis();\r
-  //Get array of track labels of the 4 decay electrons (2gamma * 2 electrons)\r
-  //void GetTrackLabels(const AliAODConversionPhoton * pion, const TClonesArray * photons, Int_t* trackLabels);\r
-\r
-  //TH2F * fhPtVsInvMass;\r
-\r
-  TH2D * hTriggerPtvsMass[3]; //Histograms containing number of triggers in various bins\r
-  TAxis fAxisM;  //Mass axis\r
-\r
-  AliAnaConvCorrPion(const AliAnaConvCorrPion&); // not implemented\r
-  AliAnaConvCorrPion& operator=(const AliAnaConvCorrPion&); // not implemented\r
-  ClassDef(AliAnaConvCorrPion, 2); //\r
-\r
-};\r
-\r
-#endif\r
+/* This file is property of and copyright                                 *
+ * ALICE Experiment at CERN, All rights reserved.                         *
+ * See cxx source for full Copyright notice                               */
+
+/// @file   AliAnaConvCorrPion.h
+/// @author Svein Lindal
+/// @brief  Class used to find correlations between pions and charged tracks
+
+
+#ifndef ALIANACONVCORRPION_CXX
+#define ALIANACONVCORRPION_CXX
+
+#include "AliAnaConvCorrBase.h"
+class TH2D;
+//#include "THnSparse.h"
+
+//class AliAODConversionPhoton;
+class TClonesArray;
+
+class AliAnaConvCorrPion : public AliAnaConvCorrBase {
+
+public:
+
+  AliAnaConvCorrPion(); 
+  AliAnaConvCorrPion(TString name, TString title);
+  virtual ~AliAnaConvCorrPion();
+
+  TAxis& GetAxisM() { return fAxisM; }
+  void CreateHistograms();
+  void FillTriggerCounters(const AliAODConversionParticle * particle);
+  
+ private:
+
+  void InitMassAxis();
+  TH2D * hTriggerPtvsMass; //Histograms containing number of triggers in various bins
+  TAxis fAxisM;  //Mass axis
+
+  AliAnaConvCorrPion(const AliAnaConvCorrPion&); // not implemented
+  AliAnaConvCorrPion& operator=(const AliAnaConvCorrPion&); // not implemented
+  ClassDef(AliAnaConvCorrPion, 3); //
+
+};
+
+#endif