File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,8 @@ struct Kstarqa {
441441 hGenTracks->GetXaxis ()->SetBinLabel (2 , " INELgt0+vtz" );
442442 hGenTracks->GetXaxis ()->SetBinLabel (3 , " INELgt0" );
443443 hGenTracks->GetXaxis ()->SetBinLabel (4 , " All Collisions" );
444- hGenTracks->GetXaxis ()->SetBinLabel (5 , " Event Reconstructed" );
444+ hGenTracks->GetXaxis ()->SetBinLabel (5 , " Gen events with at least 1 rec event" );
445+ hGenTracks->GetXaxis ()->SetBinLabel (6 , " Rec events" );
445446
446447 // Multplicity distribution
447448 if (cQAevents) {
@@ -2036,6 +2037,7 @@ struct Kstarqa {
20362037 return ;
20372038 }
20382039
2040+ rEventSelection.fill (HIST (" eventsCheckGen" ), 5.5 );
20392041 hInvMass.fill (HIST (" h1RecMult" ), multiplicity);
20402042 hInvMass.fill (HIST (" h1RecMult2" ), multiplicityRec);
20412043
@@ -3002,6 +3004,7 @@ struct Kstarqa {
30023004 return ;
30033005 }
30043006
3007+ rEventSelection.fill (HIST (" eventsCheckGen" ), 5.5 );
30053008 hInvMass.fill (HIST (" h1RecMult" ), multiplicity);
30063009 hInvMass.fill (HIST (" h1RecMult2" ), multiplicityRec);
30073010
You can’t perform that action at this time.
0 commit comments