We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc50328 commit f75b938Copy full SHA for f75b938
src/factories/calorimetry/ImagingTopoCluster_factory.h
@@ -31,6 +31,8 @@ class ImagingTopoCluster_factory
31
config().diffLayerDistEtaPhi};
32
ParameterRef<std::vector<double>> m_ldtz_same{this, "sameLayerDistTZ", config().sameLayerDistTZ};
33
ParameterRef<std::vector<double>> m_ldtz_diff{this, "diffLayerDistTZ", config().diffLayerDistTZ};
34
+ ParameterRef<std::vector<double>> m_ldxyz_same{this, "sameLayerDistXYZ", config().sameLayerDistXYZ};
35
+ ParameterRef<std::vector<double>> m_ldxyz_diff{this, "diffLayerDistXYZ", config().diffLayerDistXYZ};
36
ParameterRef<eicrecon::ImagingTopoClusterConfig::ELayerMode> m_sameLayerMode{
37
this, "sameLayerMode", config().sameLayerMode};
38
ParameterRef<eicrecon::ImagingTopoClusterConfig::ELayerMode> m_diffLayerMode{
0 commit comments