Skip to content

Commit d6123e3

Browse files
author
Sabrina Hernandez
committed
fixed whitespace
1 parent f07e805 commit d6123e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ struct FlowZdcTask {
153153
Configurable<std::string> paTH{"paTH", "Users/s/sahernan/test", "base path to the ccdb object"};
154154
Configurable<std::string> paTHmeanNch{"paTHmeanNch", "Users/s/shernan/test", "base path to the ccdb object"};
155155
Configurable<std::string> paTHsigmaNch{"paTHsigmaNch", "Users/s/shernan/testSigma", "base path to the ccdb object"};
156-
Configurable<int64_t> ccdbNoLaterThan{"ccdbNoLaterThan", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count(), "latest acceptable timestamp of creation for the object"};
156+
Configurable<int64_t> ccdbNoLaterThan{"ccdbNoLaterThan", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count(), "latest acceptable timestamp of creation for the object"};
157157

158158

159159
enum EvCutLabel {
@@ -367,7 +367,7 @@ struct FlowZdcTask {
367367
ccdb->setFatalWhenNull(false);
368368
// Not later than now, will be replaced by the value of the train creation
369369
// This avoids that users can replace objects **while** a train is running
370-
ccdb->setCreatedNotAfter(ccdbNoLaterThan.value);
370+
ccdb->setCreatedNotAfter(ccdbNoLaterThan.value);
371371
}
372372
template <typename EventCuts>
373373
bool isEventSelected(EventCuts const& col)
@@ -510,7 +510,7 @@ struct FlowZdcTask {
510510
}
511511
histos.fill(HIST("hEventCounter"), EvCutLabel::Zem);
512512
}
513-
513+
514514
const double normT0M{(aT0A + aT0C) / 100.};
515515
float znA = zdc.amplitudeZNA() / cfgCollisionEnergy;
516516
float znC = zdc.amplitudeZNC() / cfgCollisionEnergy;
@@ -581,7 +581,7 @@ struct FlowZdcTask {
581581
histos.fill(HIST("dcaXYvspT"), track.dcaXY(), track.pt());
582582
et += std::sqrt(std::pow(track.pt(), 2.) + std::pow(o2::constants::physics::MassPionCharged, 2.));
583583
meanpt += track.pt();
584-
}
584+
}
585585
histos.fill(HIST("zPos"), collision.posZ());
586586
histos.fill(HIST("T0Ccent"), collision.centFT0C());
587587

0 commit comments

Comments
 (0)