Skip to content

Commit a004beb

Browse files
authored
Please consider the following formatting changes (#436)
1 parent 9c805c0 commit a004beb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Common/TableProducer/eventSelectionService.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct eventselectionRun2 {
6161
o2::common::eventselection::evselConfigurables evselOpts;
6262
o2::common::eventselection::EventSelectionModule evselmodule;
6363

64-
Produces<aod::Timestamps> timestampTable; /// Table with SOR timestamps produced by the task
64+
Produces<aod::Timestamps> timestampTable; /// Table with SOR timestamps produced by the task
6565
Produces<aod::BcSels> bcsel;
6666
Produces<aod::EvSels> evsel;
6767

@@ -123,7 +123,7 @@ struct eventselectionRun3 {
123123
o2::common::eventselection::lumiConfigurables lumiOpts;
124124
o2::common::eventselection::LumiModule lumimodule;
125125

126-
Produces<aod::Timestamps> timestampTable; /// Table with SOR timestamps produced by the task
126+
Produces<aod::Timestamps> timestampTable; /// Table with SOR timestamps produced by the task
127127
Produces<aod::BcSels> bcsel;
128128
Produces<aod::EvSels> evsel;
129129

Common/Tools/EventSelectionTools.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ class EventSelectionModule
725725

726726
//__________________________________________________
727727
template <typename TCCDB, typename THistoRegistry, typename TCollisions, typename TTracklets, typename TSlicecache, typename TTimestamps, typename TBcSelBuffer, typename TEvselCursor>
728-
void processRun2(TCCDB const& ccdb, THistoRegistry& histos, TCollisions const& collisions, TTracklets const& tracklets, TSlicecache& cache, TTimestamps const& timestamps, TBcSelBuffer const& bcselbuffer, TEvselCursor& evsel)
728+
void processRun2(TCCDB const& ccdb, THistoRegistry& histos, TCollisions const& collisions, TTracklets const& tracklets, TSlicecache& cache, TTimestamps const& timestamps, TBcSelBuffer const& bcselbuffer, TEvselCursor& evsel)
729729
{
730730
if (evselOpts.amIneeded.value == 0) {
731731
return; // dummy process
@@ -1386,7 +1386,7 @@ class LumiModule
13861386
return false;
13871387
if (run != lastRun && run >= 520259) { // o2-linter: disable=magic-number (scalers available for runs above 520120)
13881388
lastRun = run;
1389-
int64_t ts = timestamps[0];
1389+
int64_t ts = timestamps[0];
13901390

13911391
// getting GRP LHCIF object to extract colliding system, energy and colliding bc pattern
13921392
auto grplhcif = ccdb->template getForTimeStamp<parameters::GRPLHCIFData>("GLO/Config/GRPLHCIF", ts);

0 commit comments

Comments
 (0)