]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/utils/AliHLTMUONRawDataHistoComponent.h
Applying option to not reset the histograms after being published in AliHLTMUONRawDat...
[u/mrichter/AliRoot.git] / HLT / MUON / utils / AliHLTMUONRawDataHistoComponent.h
index 9385aa6e665afddc6ce7c051c6beb6bacd8758ae..845f798bdc4613932dc4d703518ec1475574606a 100644 (file)
@@ -172,6 +172,7 @@ private:
        TH1D* fSignalHist[20]; /// Histograms for signal distributions per DDL.
        bool fSuppressEmptyHists;  /// Flag indicating if empty histograms should be published or not.
        bool fProcessDataEventsOnly;  /// Flag indicating if only data events should be processed.
+       bool fClearAfterPublish;  /// Inficates if the histograms should be reset after being published.
        
        ClassDef(AliHLTMUONRawDataHistoComponent, 0);  // Trigger decision component for the dimuon HLT.
 };