|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JETSELECTORTOOLS_EVENTCLEANINGTOOL_H
6 #define JETSELECTORTOOLS_EVENTCLEANINGTOOL_H
19 #include <unordered_map>
60 Gaudi::Property<double>
m_pt {
this,
"PtCut" , 20000.,
"Jet pt cut"};
61 Gaudi::Property<double>
m_eta {
this,
"EtaCut" , 4.5,
"Jet eta cut"};
62 Gaudi::Property<std::string>
m_prefix {
this,
"JetCleanPrefix",
"",
"Jet cleaning decoration prefix"};
63 Gaudi::Property<bool>
m_decorate {
this,
"DoDecorations",
true,
"Decorate jets with cleaning decision?"};
64 Gaudi::Property<bool>
m_useDecorations {
this,
"UseDecorations",
false,
"Use decorations in cleaning tool?"};
65 Gaudi::Property<std::string>
m_cleaningLevel {
this,
"CleaningLevel",
"LooseBad",
"Jet cleaning level"};
66 Gaudi::Property<bool>
m_suppressInputDeps{
this,
"SuppressInputDependence",
false,
"Will passOR be created in the same algorithm that uses this tool?"};
67 Gaudi::Property<bool>
m_suppressOutputDeps{
this,
"SuppressOutputDependence",
false,
"Create output dependencies?"};
70 Gaudi::Property<std::string>
m_jetContainerName {
this,
"JetContainer",
"",
"Input jet container key"};
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.