]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOS.h
New function SetDebugLevel(Int_t)
[u/mrichter/AliRoot.git] / PHOS / AliPHOS.h
index e9fd3c4d3081db8eab7428c4fbd833254bc75c3a..672293d3194216ee5d466222703d9c52829ac419 100644 (file)
@@ -66,6 +66,7 @@ class AliPHOS : public AliDetector {
     assert(0==1) ;
     return *this ; 
   }
+  void SetDebugLevel(Int_t deb) {fDebugLevel = deb;}
  
  protected:
   
@@ -73,6 +74,7 @@ class AliPHOS : public AliDetector {
   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)