From: marian Date: Wed, 3 Dec 2008 08:00:31 +0000 (+0000) Subject: Adding debug streamer X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=ffe71a144e42ea4ccd99c84c24d160065d1afe74 Adding debug streamer --- diff --git a/TPC/AliTPC.h b/TPC/AliTPC.h index f83af287e92..5db7adc372e 100644 --- a/TPC/AliTPC.h +++ b/TPC/AliTPC.h @@ -21,6 +21,8 @@ class AliTPCParam; class AliTPCTrackHits; // M.I. -MI4 old hits - to be removed later class AliTPCTrackHitsV2; // M.I. class AliRawReader; +class TTreeSRedirector; + #include "AliDetector.h" #include "AliDigit.h" #include "AliHit.h" @@ -139,7 +141,7 @@ protected: Int_t fCurrentNoise; //! index of the noise in the noise table Bool_t* fActiveSectors; //! bool indicating which sectors are active Float_t fGainFactor; // scaling factor - + TTreeSRedirector *fDebugStreamer; //!debug streamer ClassDef(AliTPC,13) // Time Projection Chamber class };