]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking/AliHLTTPCHistogram1D.h
using new TPC offline functions (r27421) to significantly speed up the reconstruction...
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking / AliHLTTPCHistogram1D.h
index 6af3594c5e6a1a37c961714d7f4b6238df8a7366..d7734622517705aed02c35239ebd1245bcddc68a 100644 (file)
@@ -6,9 +6,7 @@
 
 #include "AliHLTTPCRootTypes.h"
 
-#ifdef use_root
 class TH1F;
-#endif
 
 class AliHLTTPCHistogram1D {
   
@@ -29,11 +27,8 @@ class AliHLTTPCHistogram1D {
   void SetBinContent(Int_t bin,Int_t value);
   void SetThreshold(Int_t i) {fThreshold = i;}
   
-
-#ifdef use_root
   void Draw(Char_t *option="hist");
   TH1F *GetRootHisto() {return fRootHisto;}
-#endif
   
  private:
   
@@ -48,9 +43,7 @@ class AliHLTTPCHistogram1D {
   Double_t fXmax;//Upper limit in X
 
   
-#ifdef use_root
   TH1F *fRootHisto;//The corresponding ROOT histogram
-#endif  
 
   ClassDef(AliHLTTPCHistogram1D,1) //1D histogram class