]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TRD/AliHLTTRDCalibrationComponent.h
correcting compilation warnings (Theo)
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDCalibrationComponent.h
index 6b51fd7f0209068897f9f82b37c226be8fb1c824..31726ca94163d61fdea47b7101085d31c086aeb5 100644 (file)
@@ -88,8 +88,8 @@ 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)