File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
PWGLF/TableProducer/Strangeness Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -177,10 +177,9 @@ struct cascadeFlow {
177177 // Configurable for shift correction
178178 struct : ConfigurableGroup {
179179 Configurable<bool > cfgShiftCorr{" cfgShiftCorr" , 0 , " " };
180- Configurable<std::string> cfgShiftPath{" cfgShiftPath" , " Users/j/junlee/Qvector/QvecCalib/Shift" , " Path for Shift" };
181- Configurable<std::string> cfgShiftPathFT0C{" cfgShiftPathFT0C" , " Users/j/junlee/Qvector/QvecCalib/Shift" , " Path for Shift" };
182- Configurable<std::string> cfgShiftPathTPCL{" cfgShiftPathTPCL" , " Users/j/junlee/Qvector/QvecCalib/Shift" , " Path for Shift" };
183- Configurable<std::string> cfgShiftPathTPCR{" cfgShiftPathTPCR" , " Users/j/junlee/Qvector/QvecCalib/Shift" , " Path for Shift" };
180+ Configurable<std::string> cfgShiftPathFT0C{" cfgShiftPathFT0C" , " Users/c/chdemart/OOpass2Shift/ShiftFT0C" , " Path for Shift" };
181+ Configurable<std::string> cfgShiftPathTPCL{" cfgShiftPathTPCL" , " Users/c/chdemart/OOpass2Shift/ShiftTPCL" , " Path for Shift" };
182+ Configurable<std::string> cfgShiftPathTPCR{" cfgShiftPathTPCR" , " Users/c/chdemart/OOpass2Shift/ShiftTPCR" , " Path for Shift" };
184183 } ShiftConfigs;
185184 // Configurable<float> cfgHarmonic{"cfgHarmonic", 2, "Harmonic for event plane calculation"};
186185
You can’t perform that action at this time.
0 commit comments