You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConfigParamSpec{"ctpreadout-create", VariantType::Int, 0, {"Create CTP digits from detector readout and CTP inputs. !=1 -- off, 1 -- on"}},
2768
2769
ConfigParamSpec{"emc-select-leading", VariantType::Bool, false, {"Flag to select if only the leading contributing particle for an EMCal cell should be stored"}},
2769
2770
ConfigParamSpec{"propagate-tracks", VariantType::Bool, false, {"Propagate tracks (not used for secondary vertices) to IP"}},
2770
-
ConfigParamSpec{"hepmc-update", VariantType::String, "any", {"When to update HepMC Aux tables: always - force update, never - never update, all - if all keys are present, any - when any key is present"}}}};
2771
-
ConfigParamSpec
2772
-
{
2773
-
"propagate-muons", VariantType::Bool, false, { "Propagate muons to IP" }
2774
-
}
2775
-
}
2776
-
};
2771
+
ConfigParamSpec{"hepmc-update", VariantType::String, "any", {"When to update HepMC Aux tables: always - force update, never - never update, all - if all keys are present, any - when any key is present"}},
2772
+
ConfigParamSpec{
2773
+
"propagate-muons", VariantType::Bool, false, {"Propagate muons to IP"}}}};
0 commit comments