]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSPID.cxx
Charged jets (pPb): Improved trackcut analysis
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPID.cxx
index 8f403718e023dc8169fe91da11499296b86546e4..c6eaaaf7e52fc2e57a8909bc092069133d104784 100644 (file)
@@ -48,8 +48,7 @@ AliPHOSPID::AliPHOSPID():
   fEMCRecPoints(NULL),
   fCPVRecPoints(NULL),
   fTrackSegments(NULL),
-  fRecParticles(NULL),
-  fEnergyCorrectionOn(kTRUE)
+  fRecParticles(NULL)
 {
   // ctor
 }
@@ -63,8 +62,7 @@ AliPHOSPID::AliPHOSPID(AliPHOSGeometry *geom):
   fEMCRecPoints(NULL),
   fCPVRecPoints(NULL),
   fTrackSegments(NULL),
-  fRecParticles(NULL),
-  fEnergyCorrectionOn(kTRUE)
+  fRecParticles(NULL)
 {
   // ctor
   fEMCRecPoints = new TObjArray(100) ;
@@ -82,8 +80,7 @@ AliPHOSPID::AliPHOSPID(const AliPHOSPID & pid) :
   fEMCRecPoints(pid.fEMCRecPoints),
   fCPVRecPoints(pid.fCPVRecPoints),
   fTrackSegments(pid.fTrackSegments),
-  fRecParticles(pid.fRecParticles),
-  fEnergyCorrectionOn(pid.fEnergyCorrectionOn)
+  fRecParticles(pid.fRecParticles)
 {
   // Copy constructor
 }