File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ struct CheckMFT {
9595 if (nCls >= 6 ) {
9696 registry.fill (HIST (" mMFTTrackXY_6_MinClusters" ), x, y);
9797 registry.fill (HIST (" mMFTTrackEtaPhi_6_MinClusters" ), eta, phi);
98- }
99- if (nCls >= 7 ) {
100- registry.fill (HIST (" mMFTTrackXY_7_MinClusters " ), x, y );
101- registry. fill ( HIST ( " mMFTTrackEtaPhi_7_MinClusters " ), eta, phi);
102- if (nCls >= 8 ) {
103- registry.fill (HIST (" mMFTTrackXY_8_MinClusters " ), x, y );
104- registry. fill ( HIST ( " mMFTTrackEtaPhi_8_MinClusters " ), eta, phi);
98+ if (nCls >= 7 ) {
99+ registry. fill ( HIST ( " mMFTTrackXY_7_MinClusters " ), x, y);
100+ registry.fill (HIST (" mMFTTrackEtaPhi_7_MinClusters " ), eta, phi );
101+ if (nCls >= 8 ) {
102+ registry. fill ( HIST ( " mMFTTrackXY_8_MinClusters " ), x, y);
103+ registry.fill (HIST (" mMFTTrackEtaPhi_8_MinClusters " ), eta, phi );
104+ }
105105 }
106106 }
107107 }
You can’t perform that action at this time.
0 commit comments