Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef JetMomentTools_JetConstitFourMomTool_H
8 #define JetMomentTools_JetConstitFourMomTool_H
39 Gaudi::Property<int>
m_constitScale{
this,
"ConstitScale", 0,
"Cluster signal state to use for the jet constituents"};
40 Gaudi::Property<std::vector<std::string> >
m_jetScaleNames{
this,
"JetScaleNames", {},
"The names of the jet scale"};
41 Gaudi::Property<std::vector<std::string> >
m_altColls{
this,
"AltConstitColls", {},
"Alternate collections to use (e.g. origin-corrected or not)"};
42 Gaudi::Property<std::vector<int> >
m_altConstitScales{
this,
"AltConstitScales", {},
"Scales to use for the alternate constituent collections"};
43 Gaudi::Property<std::vector<std::string> >
m_altJetScales{
this,
"AltJetScales", {},
"Existing momentum scales that should just be copied"};
::StatusCode StatusCode
StatusCode definition for legacy code.
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.