File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ struct LumiFDDFT0 {
100100 const char * ccdburl = " http://alice-ccdb.cern.ch" ;
101101 int mRunNumber ;
102102
103- Configurable<Long64_t> ftts{ " ftts " , 1668080173000 , " First time of time stamp" };
103+ Configurable<uint64_t > fttimestamp{ " fttimestamp " , 1668080173000 , " First time of time stamp" };
104104 Configurable<int > nContribMax{" nContribMax" , 2500 , " Maximum number of contributors" };
105105 Configurable<int > nContribMin{" nContribMin" , 10 , " Minimum number of contributors" };
106106
@@ -139,7 +139,7 @@ struct LumiFDDFT0 {
139139 o2::aod::TracksExtra> const & unfiltered_tracks)
140140 {
141141 auto bc = collision.bc_as <aod::BCsWithTimestamps>();
142- Long64_t relTS = bc.timestamp () - ftts ;
142+ Long64_t relTS = bc.timestamp () - fttimestamp ;
143143
144144 std::vector<int64_t > vec_globID_contr = {};
145145 std::vector<o2::track::TrackParCov> vec_TrkContributos = {};
You can’t perform that action at this time.
0 commit comments