Skip to content

Commit a5d28e7

Browse files
authored
Please consider the following formatting changes (#376)
1 parent b473b42 commit a5d28e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/LegacyDataQA/otfv0qa.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct OTFV0Qa {
3131
ConfigurableAxis axisNCandidates{"axisNCandidates", {500, 0, 500}, "Number of OTF v0s"};
3232
ConfigurableAxis axisPosition{"axisPosition", {1000, -100, 100}, "position (cm)"};
3333
ConfigurableAxis axisMass{"axisMass", {100, 0.0f, 1.0f}, "Mass (GeV/c2)"};
34-
34+
3535
void init(InitContext&)
3636
{
3737
const AxisSpec axisPVz{30, -15, 15, "Primary vertex Z (cm)"};
@@ -49,7 +49,7 @@ struct OTFV0Qa {
4949
histos.fill(HIST("hCandidates"), v0s.size());
5050
for (auto const& v0 : v0s) {
5151
histos.fill(HIST("hGammaMass"), v0.mass());
52-
if(v0.mass()<maxGammaMassForXYplot){
52+
if (v0.mass() < maxGammaMassForXYplot) {
5353
histos.fill(HIST("h2dPosition"), v0.x(), v0.y());
5454
}
5555
}

0 commit comments

Comments
 (0)