File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
PWGEM/Dilepton/TableProducer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ struct TreeCreatorElectronMLDDA {
166166 Configurable<int > cfg_min_ncluster_tpc{" cfg_min_ncluster_tpc" , 0 , " min ncluster tpc" };
167167 Configurable<int > cfg_min_ncluster_its{" cfg_min_ncluster_its" , 4 , " min ncluster its" };
168168 Configurable<int > cfg_min_ncluster_itsib{" cfg_min_ncluster_itsib" , 1 , " min ncluster itsib" };
169- Configurable<float > cfg_max_chi2tpc{" cfg_max_chi2tpc" , 5.0 , " max chi2/NclsTPC" };
169+ Configurable<float > cfg_max_chi2tpc{" cfg_max_chi2tpc" , 5.0 , " max chi2/NclsTPC" }; // comment
170170 Configurable<float > cfg_max_chi2its{" cfg_max_chi2its" , 36.0 , " max chi2/NclsITS" };
171171 Configurable<float > cfg_max_dcaxy{" cfg_max_dcaxy" , 1.0 , " max dca XY in cm" };
172172 Configurable<float > cfg_max_dcaz{" cfg_max_dcaz" , 1.0 , " max dca Z in cm" };
You can’t perform that action at this time.
0 commit comments