File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments