fPpsdRecPoints = new AliPHOSRecPoint::RecPointsList(10) ;
fTrackSegments = new AliPHOSTrackSegment::TrackSegmentsList("AliPHOSTrackSegment", 10) ;
fRecParticles = new AliPHOSRecParticle::RecParticlesList("AliPHOSRecParticle", 10) ;
+ fDebugLevel = 0;
}
//____________________________________________________________________________
assert(0==1) ;
return *this ;
}
+ void SetDebugLevel(Int_t deb) {fDebugLevel = deb;}
protected:
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
ClassDef(AliPHOS,2) // Photon Spectrometer Detector (base class)