X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MONITOR%2FAliMonitorHLTHough.cxx;h=f8e30a547fc8f67fd9fc0d5fb9162edf0412ddeb;hb=c97002cce1bdfa9c4e07c0f1d7cf8fffd1b30d4c;hp=425535354992511087a7ffaab4327e7f5178052c;hpb=b6a3610d3fd594b7304e20c19bd76dd5331326a6;p=u%2Fmrichter%2FAliRoot.git diff --git a/MONITOR/AliMonitorHLTHough.cxx b/MONITOR/AliMonitorHLTHough.cxx index 42553535499..f8e30a547fc 100644 --- a/MONITOR/AliMonitorHLTHough.cxx +++ b/MONITOR/AliMonitorHLTHough.cxx @@ -26,14 +26,12 @@ #include "AliMonitorTrend.h" #include "AliTPCParam.h" #include -#ifdef ALI_HLT #include #include #include #include #include #include -#endif //_____________________________________________________________________________ AliMonitorHLTHough::AliMonitorHLTHough(AliTPCParam* param) @@ -134,10 +132,6 @@ void AliMonitorHLTHough::FillHistos(AliRunLoader* /*runLoader*/, { // fill the HLT Hough transform monitor histograms -#ifndef ALI_HLT - Warning("FillHistos", "the code was compiled without HLT support"); - -#else AliL3MemHandler clusterHandler[36][6]; AliL3SpacePointData *clusters[36][6]; for (Int_t iSector = 0; iSector < fParam->GetNInnerSector(); iSector++) { @@ -243,6 +237,4 @@ void AliMonitorHLTHough::FillHistos(AliRunLoader* /*runLoader*/, delete tracks; memHandler.CloseBinaryInput(); - -#endif }