File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1938,7 +1938,7 @@ struct Derivedupcanalysis {
19381938 histos.fill (HIST (" eventQA/mc/hFakeEvents" ), 0 ); // no assoc. MC collisions
19391939 return ;
19401940 }
1941-
1941+
19421942 const auto & mcCollision = collision.straMCCollision_as <StraMCCollisionsFull>(); // take gen. collision associated to the rec. collision
19431943
19441944 if (std::find (generatorIds->begin (), generatorIds->end (), mcCollision.generatorsID ()) == generatorIds->end ()) {
@@ -2055,7 +2055,7 @@ struct Derivedupcanalysis {
20552055 histos.fill (HIST (" eventQA/mc/hFakeEvents" ), 0 ); // no assoc. MC collisions
20562056 return ;
20572057 }
2058-
2058+
20592059 const auto & mcCollision = collision.straMCCollision_as <StraMCCollisionsFull>(); // take gen. collision associated to the rec. collision
20602060
20612061 if (std::find (generatorIds->begin (), generatorIds->end (), mcCollision.generatorsID ()) == generatorIds->end ()) {
@@ -2097,7 +2097,7 @@ struct Derivedupcanalysis {
20972097 selGapSide = 0 ;
20982098 break ;
20992099 }
2100- }
2100+ }
21012101 }
21022102
21032103 if (evSels.studyUPConly && (selGapSide < -0.5 ))
You can’t perform that action at this time.
0 commit comments