]> 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 55f792c512fb3da2dcd447c5cf7e6e998e047635..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"
@@ -84,14 +85,15 @@ private:
   TClonesArray* fTracksArray;    // array containing the input
   TObjArray* fOutArray;          // array containing the output
   TObjArray* fAfterRunArray;     // array with after run processing output 
-  TObjArray* fDisplayArray;        //array with online display histos
-  UInt_t fNevent;                 // number of processed events
-  UInt_t feveryNevent;            // push back every nth event
-  Bool_t fRecievedTimeBins;      // already recived the number of time bins?
+  TObjArray* fDisplayArray;      // array with online display histos
+  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?
+  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, 1)
+  ClassDef(AliHLTTRDCalibrationComponent, 2)
 
 };
 #endif