Skip to content

Commit 35e46bc

Browse files
authored
Merge pull request #25 from alibuild/alibot-cleanup-12174
[PWGLF] Please consider the following formatting changes to #12174
2 parents 00d60fd + 8fdcafe commit 35e46bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ struct DndetaMFTPbPb {
166166
double mMinSeconds{-1.};
167167
std::unordered_map<int, TH2*> gHadronicRate;
168168
ctpRateFetcher rateFetcher;
169-
TH2* gCurrentHadronicRate;
169+
TH2* gCurrentHadronicRate;
170170

171171
/// @brief init function, definition of histograms
172172
void init(InitContext&)
@@ -929,7 +929,7 @@ struct DndetaMFTPbPb {
929929
}
930930
gCurrentHadronicRate = gHadronicRate[mRunNumber];
931931
}
932-
932+
933933
template <bool fillHis = false, typename C>
934934
bool isGoodEvent(C const& collision)
935935
{
@@ -1130,7 +1130,7 @@ struct DndetaMFTPbPb {
11301130
return;
11311131
}
11321132
gCurrentHadronicRate->Fill(seconds, ir);
1133-
}
1133+
}
11341134

11351135
auto z = collision.posZ();
11361136
if constexpr (has_reco_cent<C>) {
@@ -1178,8 +1178,8 @@ struct DndetaMFTPbPb {
11781178
return;
11791179
}
11801180
gCurrentHadronicRate->Fill(seconds, ir);
1181-
}
1182-
1181+
}
1182+
11831183
auto z = collision.posZ();
11841184
if constexpr (has_reco_cent<C>) {
11851185
registry.fill(HIST("Events/Centrality/Selection"), 2., c, occ);

0 commit comments

Comments
 (0)