Skip to content
Snippets Groups Projects
Commit 69572618 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: update the default value according to the comments in MR !208

parent 6e376fb9
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,8 @@ private:
"Names of the Calorimeter collections (without suffix Collection)"};
Gaudi::Property<double> m_sectrk_Ek{this, "SecTrackEk", 100., "Ek (MeV) threshold to record a secondary track"};
Gaudi::Property<double> m_sectrk_rho{this, "SecTrackRho", 1000., "rho (mm) threshold to record a secondary track"};
Gaudi::Property<double> m_sectrk_z{this, "SecTrackZ", 2000., "rho (mm) threshold to record a secondary track"};
Gaudi::Property<double> m_sectrk_rho{this, "SecTrackRho", 1830., "rho (mm) threshold to record a secondary track"};
Gaudi::Property<double> m_sectrk_z{this, "SecTrackZ", 2900., "+/- z (mm) threshold to record a secondary track"};
private:
// in order to associate the hit contribution with the primary track,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment