Skip to content

Commit 5bf10a0

Browse files
committed
fix var name
1 parent 6f4a848 commit 5bf10a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ struct jEPFlowAnalysis {
139139

140140
float cent;
141141

142-
float kMinQvecAmp = 1e-5;
143-
float kMinChg = 0.1;
142+
float minQvecAmp = 1e-5;
143+
float minChg = 0.1;
144144
std::vector<TProfile3D*> shiftprofile{};
145145
std::string fullCCDBShiftCorrPath;
146146

0 commit comments

Comments
 (0)