]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TRD/AliHLTTRDCalibrationComponent.h
ACORDE and EMCAL DAs
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDCalibrationComponent.h
index 5eaa0629311f91457e3553638b27898f668cb3fb..84a3e0d0c283fa1f1d755c8925a11e660a2a8667 100644 (file)
@@ -7,10 +7,11 @@
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //* See cxx source for full Copyright notice                               *
 
-/** @file   AliHLTTRDCalibrationComponent.h
-    @author Timm Steinbeck, Matthias Richter
-    @date   
-    @brief  Declaration of a TRDCalibration component. */
+//  @file   AliHLTTRDCalibrationComponent.h
+//  @author 
+//  @date   
+//  @brief  Declaration of a TRDCalibration component. 
+// 
 
 
 #include "AliHLTCalibrationProcessor.h"
@@ -88,8 +89,9 @@ private:
   Bool_t fSavedTimeBins;         // already saved the number of time bins?
   TObjArray *fTrgStrings;        // name of trigger classes to accept or reject
   Int_t  fAccRejTrg;             // do we actually accept or reject the trigger strings?
-  UInt_t fMinClusters;            // minimal number of clusters/tracklet accepted to fill histos
-  UInt_t fMinTracklets;           // minimal number of tracklets/track accepted to fill histos
+  Int_t fMinClusters;           // minimal number of clusters/tracklet accepted to fill histos
+  Int_t fMinTracklets;          // minimal number of tracklets/track accepted to fill histos
+  Bool_t fTakeAllEvents;         // take all events, disregarding the triggers
   
   ClassDef(AliHLTTRDCalibrationComponent, 2)