]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
comment
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Oct 2013 09:18:36 +0000 (09:18 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Oct 2013 09:18:36 +0000 (09:18 +0000)
PWG/EMCAL/macros/ConfigEmcalTenderSupply.C

index cff1eb3904ded437e7dd292ef4b5985969d87506..4c5b0356583b03f96ba91f606a6d0b318c7997e5 100644 (file)
@@ -17,9 +17,9 @@ AliEMCALTenderSupply* ConfigEmcalTenderSupply(
   UInt_t clusterizer    = AliEMCALRecParam::kClusterizerNxN,
   Bool_t trackMatch     = kFALSE,
   Bool_t updateCellOnly = kFALSE,
-  Float_t timeMin       = -1,   // minimum time of physical signal in a cell/digit
-  Float_t timeMax       = 1e6,  // maximum time of physical signal in a cell/digit
-  Float_t timeCut       = 1e6   // maximum time difference between the digits inside EMC cluster
+  Float_t timeMin       = -1,   // minimum time of physical signal in a cell/digit (s)
+  Float_t timeMax       =  1,   // maximum time of physical signal in a cell/digit (s)
+  Float_t timeCut       =  1    // maximum time difference between the digits inside EMC cluster (s)
 )
 {
   AliEMCALTenderSupply *EMCALSupply = new AliEMCALTenderSupply("EMCALtender");