Skip to content

Commit 2d5605e

Browse files
committed
Please consider the following formatting changes
1 parent b57555c commit 2d5605e

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

PWGJE/Tasks/bjetTaggingGnn.cxx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -142,21 +142,21 @@ struct EvtSelStage {
142142
const char* label;
143143
};
144144
constexpr std::array<EvtSelStage, 14> kEvtSelStages{{{EvtSelFlag::INEL, "INEL"},
145-
{EvtSelFlag::INELZvtx, "INEL+Zvtx"},
146-
{EvtSelFlag::Coll, "Coll"},
147-
{EvtSelFlag::CollZvtx, "Coll+Zvtx"},
148-
{EvtSelFlag::TVX, "TVX"},
149-
{EvtSelFlag::TVXZvtx, "TVX+Zvtx"},
150-
{EvtSelFlag::SelMC, "SelMC"},
151-
{EvtSelFlag::SelMCZvtx, "SelMC+Zvtx"},
152-
{EvtSelFlag::Sel8, "Sel8"},
153-
{EvtSelFlag::Sel8Zvtx, "Sel8+Zvtx"},
154-
{EvtSelFlag::Sel8Full, "Sel8Full"},
155-
{EvtSelFlag::Sel8FullZvtx, "Sel8Full+Zvtx"},
156-
{EvtSelFlag::Sel8FullGood, "Sel8FullGood"},
157-
{EvtSelFlag::Sel8FullGoodZvtx, "Sel8FullGood+Zvtx"}}};
158-
constexpr int kEvtSelStageRecoFirst = 2; // Coll
159-
constexpr int kEvtSelStageRecoLast = 13; // Sel8FullGood+Zvtx
145+
{EvtSelFlag::INELZvtx, "INEL+Zvtx"},
146+
{EvtSelFlag::Coll, "Coll"},
147+
{EvtSelFlag::CollZvtx, "Coll+Zvtx"},
148+
{EvtSelFlag::TVX, "TVX"},
149+
{EvtSelFlag::TVXZvtx, "TVX+Zvtx"},
150+
{EvtSelFlag::SelMC, "SelMC"},
151+
{EvtSelFlag::SelMCZvtx, "SelMC+Zvtx"},
152+
{EvtSelFlag::Sel8, "Sel8"},
153+
{EvtSelFlag::Sel8Zvtx, "Sel8+Zvtx"},
154+
{EvtSelFlag::Sel8Full, "Sel8Full"},
155+
{EvtSelFlag::Sel8FullZvtx, "Sel8Full+Zvtx"},
156+
{EvtSelFlag::Sel8FullGood, "Sel8FullGood"},
157+
{EvtSelFlag::Sel8FullGoodZvtx, "Sel8FullGood+Zvtx"}}};
158+
constexpr int kEvtSelStageRecoFirst = 2; // Coll
159+
constexpr int kEvtSelStageRecoLast = 13; // Sel8FullGood+Zvtx
160160

161161
// Labels a full-range [0, kEvtSelStages.size()-1] evtsel axis. Bins below `first` (unreachable at
162162
// reco level) get numbered placeholder labels ("_1", "_2", ...) instead of a stage label, matching
@@ -1182,7 +1182,7 @@ struct BjetTaggingGnn {
11821182
template <typename AnalysisBC>
11831183
EvtSelFlag fillMcCollCounterBC(AnalysisBC const& bc, float posZ, float weightEvt = 1.f)
11841184
{
1185-
EvtSelFlag evtselCode = EvtSelFlag::Coll; // "Coll" == BC here, see above
1185+
EvtSelFlag evtselCode = EvtSelFlag::Coll; // "Coll" == BC here, see above
11861186
registry.fill(HIST("hMcCollCounterBC"), static_cast<int>(EvtSel::Coll), weightEvt); // BC
11871187

11881188
bool zvtx = std::fabs(posZ) < vertexZCut;

0 commit comments

Comments
 (0)