]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/GammaConv/AliAnaConvCorrPhoton.h
end-of-line normalization
[u/mrichter/AliRoot.git] / PWGGA / GammaConv / AliAnaConvCorrPhoton.h
index d116c736935b7e4a98ef1f983e58aeee8fa2efe8..be341a09d91785e80345b0a82e29693e7059d32d 100644 (file)
@@ -1,47 +1,47 @@
-/* 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   AliAnaConvCorrPhoton.h\r
-/// @author Svein Lindal\r
-/// @brief  Class used to find correlations between photons and charged tracks\r
\r
-#ifndef ALIANACONVCORRPHOTON_CXX\r
-#define ALIANACONVCORRPHOTON_CXX\r
-\r
-#include "AliAnaConvCorrBase.h"\r
-\r
-class AliAODConversionPhoton;\r
-class TClonesArray;\r
-\r
-class AliAnaConvCorrPhoton : public AliAnaConvCorrBase {\r
-\r
-public:\r
-\r
-  AliAnaConvCorrPhoton(); \r
-  AliAnaConvCorrPhoton(TString name, TString title); \r
-  virtual ~AliAnaConvCorrPhoton();\r
-\r
-  ///Correlation photon with tracks\r
-  //virtual void CorrelateWithHadrons(const AliAODConversionPhoton * const photon, const TClonesArray * const tracks, const Bool_t isolated, const Bool_t decayParticle);\r
-\r
-  //Process particles identified as pion / eta decay \r
-  void SkipDecayParticles() { fSkipDecayParticles = kTRUE; }\r
-  void DoDecayParticles() { fSkipDecayParticles = kFALSE; }\r
-  void DoDecayOnly() { fSkipDecayParticles = kFALSE; fDecayOnly = kTRUE; }\r
-\r
-  //void Process(const TClonesArray * photons, const TClonesArray * tracks, Bool_t isolated);\r
-\r
- private:\r
-\r
-  \r
-  Bool_t fSkipDecayParticles; //Process particles identified as pion / eta decay particles\r
-  Bool_t fDecayOnly;  //Only process gamma from decay pion\r
-\r
-  AliAnaConvCorrPhoton(const AliAnaConvCorrPhoton&); // not implemented\r
-  AliAnaConvCorrPhoton& operator=(const AliAnaConvCorrPhoton&); // not implemented\r
-  ClassDef(AliAnaConvCorrPhoton, 1); // example of analysis\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   AliAnaConvCorrPhoton.h
+/// @author Svein Lindal
+/// @brief  Class used to find correlations between photons and charged tracks
+#ifndef ALIANACONVCORRPHOTON_CXX
+#define ALIANACONVCORRPHOTON_CXX
+
+#include "AliAnaConvCorrBase.h"
+
+class AliAODConversionPhoton;
+class TClonesArray;
+
+class AliAnaConvCorrPhoton : public AliAnaConvCorrBase {
+
+public:
+
+  AliAnaConvCorrPhoton(); 
+  AliAnaConvCorrPhoton(TString name, TString title); 
+  virtual ~AliAnaConvCorrPhoton();
+
+  ///Correlation photon with tracks
+  //virtual void CorrelateWithHadrons(const AliAODConversionPhoton * const photon, const TClonesArray * const tracks, const Bool_t isolated, const Bool_t decayParticle);
+
+  //Process particles identified as pion / eta decay 
+  void SkipDecayParticles() { fSkipDecayParticles = kTRUE; }
+  void DoDecayParticles() { fSkipDecayParticles = kFALSE; }
+  void DoDecayOnly() { fSkipDecayParticles = kFALSE; fDecayOnly = kTRUE; }
+
+  //void Process(const TClonesArray * photons, const TClonesArray * tracks, Bool_t isolated);
+
+ private:
+
+  
+  Bool_t fSkipDecayParticles; //Process particles identified as pion / eta decay particles
+  Bool_t fDecayOnly;  //Only process gamma from decay pion
+
+  AliAnaConvCorrPhoton(const AliAnaConvCorrPhoton&); // not implemented
+  AliAnaConvCorrPhoton& operator=(const AliAnaConvCorrPhoton&); // not implemented
+  ClassDef(AliAnaConvCorrPhoton, 1); // example of analysis
+
+};
+
+#endif