File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3030#include " Framework/TimingInfo.h"
3131#include " Framework/runDataProcessing.h"
3232
33- #include < algorithm>
3433#include < TH1F.h>
3534#include < TH2F.h>
3635
36+ #include < algorithm>
37+
3738using namespace o2 ;
3839using namespace o2 ::framework;
3940using namespace o2 ::aod;
@@ -91,10 +92,11 @@ struct CheckMFT {
9192 if (nCls >= 5 ) {
9293 registry.fill (HIST (" mMFTTrackXY_5_MinClusters" ), x, y);
9394 registry.fill (HIST (" mMFTTrackEtaPhi_5_MinClusters" ), eta, phi);
94- if (nCls >= 6 ) {
95- registry.fill (HIST (" mMFTTrackXY_6_MinClusters" ), x, y);
96- registry.fill (HIST (" mMFTTrackEtaPhi_6_MinClusters" ), eta, phi);
97- } if (nCls >= 7 ) {
95+ if (nCls >= 6 ) {
96+ registry.fill (HIST (" mMFTTrackXY_6_MinClusters" ), x, y);
97+ registry.fill (HIST (" mMFTTrackEtaPhi_6_MinClusters" ), eta, phi);
98+ }
99+ if (nCls >= 7 ) {
98100 registry.fill (HIST (" mMFTTrackXY_7_MinClusters" ), x, y);
99101 registry.fill (HIST (" mMFTTrackEtaPhi_7_MinClusters" ), eta, phi);
100102 if (nCls >= 8 ) {
You can’t perform that action at this time.
0 commit comments