]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv0.h
Modifications to follow the Coding Convention Rules (make check)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv0.h
index 6e255e001e9d02d9142d4dbbc917fc423e2434ca..fa1ed59cf4997552814af4cfc3c2ed1fece388ab 100644 (file)
@@ -52,7 +52,7 @@ public:
   virtual void   StepManager(void) ;                                // does the tracking through PHOS and a preliminary digitalization
   TrackSegmentsList *    TrackSegments(){return fTrackSegments ;}
   
-private:
+protected:
 
   RecPointsList * fEmcClusters ;        //!  (!=do not stream)
   AliPHOSGeometry * fGeom ;             // geometry definition
@@ -64,8 +64,6 @@ private:
   TrackSegmentsList * fTrackSegments ;  //! idem
   RecParticlesList * fRecParticles ;    //! idem
 
-public:
-
   ClassDef(AliPHOSv0,1)  // PHOS main class , version subatech
 
 };