Skip to content

Commit ed25f2f

Browse files
minor changes
1 parent 66a62b9 commit ed25f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGUD/Tasks/exclusiveRhoTo4Pi.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,10 +859,10 @@ struct ExclusiveRhoTo4Pi {
859859
void processData(UDCollision const& collision, UDtracks const& tracks)
860860
{
861861

862-
int gapSide = collision.gapSide();
862+
int GapSide = collision.gapSide();
863863
std::vector<float> parameters = {pvCut, dcaZcut, dcaXYcut, tpcChi2Cut, tpcNClsFindableCut, itsChi2Cut, etaCut, pTcut};
864864
int truegapSide = sgSelector.trueGap(collision, fv0Cut, ft0aCut, ft0cCut, zdcCut);
865-
histosData.fill(HIST("GapSide"), gapSide);
865+
histosData.fill(HIST("GapSide"), GapSide);
866866
histosData.fill(HIST("TrueGapSide"), truegapSide);
867867
histosData.fill(HIST("EventCounts"), 1);
868868
histosData.fill(HIST("vertexZ"), collision.posZ());

0 commit comments

Comments
 (0)