]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOS.h
position of the particle initiating the hit in PHOS
[u/mrichter/AliRoot.git] / PHOS / AliPHOS.h
index 672293d3194216ee5d466222703d9c52829ac419..1761e48f9854c0c9766c427fd1dc69c375692b61 100644 (file)
@@ -44,6 +44,8 @@ class AliPHOS : public AliDetector {
     return &fEmcRecPoints ;
   }
   virtual  AliPHOSGeometry * GetGeometry() = 0 ;
+  virtual void Hit2Digit(){}  // Will convert hits to digits in versions v1 etc
+
   virtual Int_t   IsVersion(void) const { return -1 ; } 
   virtual  AliPHOSRecPoint::RecPointsList ** PpsdRecPoints() {
     // to be redefined when ppsd is present
@@ -66,16 +68,13 @@ class AliPHOS : public AliDetector {
     assert(0==1) ;
     return *this ; 
   }
-  void SetDebugLevel(Int_t deb) {fDebugLevel = deb;}
  
- protected:
-  
-  AliPHOSRecPoint::RecPointsList * fEmcRecPoints ;         // The RecPoints (clusters) list in EMC 
-  AliPHOSRecPoint::RecPointsList * fPpsdRecPoints ;        // The RecPoints (clusters) list in PPSD (veto)
-  AliPHOSTrackSegment::TrackSegmentsList * fTrackSegments ;// The TrackSegment list in PHOS
-  AliPHOSRecParticle::RecParticlesList * fRecParticles ;   // The reconstructed particles list in PHOS
-  Int_t  fDebugLevel ;                                     // Debug level
-
+protected:
+  TClonesArray                           *fSDigits      ; // List of summable digits
+  AliPHOSRecPoint::RecPointsList         *fEmcRecPoints ; // The RecPoints (clusters) list in EMC 
+  AliPHOSRecPoint::RecPointsList         *fPpsdRecPoints ;// The RecPoints (clusters) list in PPSD (veto)
+  AliPHOSTrackSegment::TrackSegmentsList *fTrackSegments ;// The TrackSegment list in PHOS
+  AliPHOSRecParticle::RecParticlesList   *fRecParticles ; // The reconstructed particles list in PHOS
 
   ClassDef(AliPHOS,2) // Photon Spectrometer Detector (base class)