File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1729,13 +1729,18 @@ struct Kstarqa {
17291729 if (!selectionEvent (RecCollision, false )) // don't fill event cut histogram
17301730 continue ;
17311731
1732+ <<<<<<< HEAD
17321733<<<<<<< HEAD
17331734 // const auto& mcCollisionRec = RecCollision.mcCollision_as<EventMCGenerated>();
17341735 // multiplicityRec = mcCollisionRec.centFT0M();
17351736=======
17361737 const auto & mcCollisionRec = RecCollision.mcCollision_as <EventMCGenerated>();
17371738 multiplicityRec = mcCollisionRec.centFT0M ();
17381739>>>>>>> 087e3b03d (different event/signal loss method)
1740+ =======
1741+ // const auto& mcCollisionRec = RecCollision.mcCollision_as<EventMCGenerated>();
1742+ // multiplicityRec = mcCollisionRec.centFT0M();
1743+ >>>>>>> 61d6a6024 (removed unused variable)
17391744
17401745 if (cSelectMultEstimator == kFT0M ) {
17411746 multiplicity1 = RecCollision.centFT0M ();
You can’t perform that action at this time.
0 commit comments