|
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef DERIVATIONFRAMEWORK_TRIGGERGENERICOBJECTTHINNINGTOOL_H
13 #define DERIVATIONFRAMEWORK_TRIGGERGENERICOBJECTTHINNINGTOOL_H
22 #include "GaudiKernel/ToolHandle.h"
40 {
this,
"StreamName",
"",
"Name of the stream being thinned" };
42 {
this,
"ContainerName",
"",
"" };
46 Gaudi::Property<std::vector<std::string>>
m_triggerListOR{
this,
"TriggerListOR", {}};
47 Gaudi::Property<std::vector<std::string>>
m_triggerListORHLTOnly{
this,
"TriggerListORHLTOnly", {},
"Decision is based on HLT only (unseeded triggers)"};
48 PublicToolHandle<Trig::TrigDecisionTool>
m_trigDec{
this,
"TrigDecisionTool",
"Trig::TrigDecisionTool/TrigDecisionTool"};
54 #endif // DERIVATIONFRAMEWORK_TRIGGERSKIMMINGTOOL_H
HandleKey object for adding thinning to an object.
::StatusCode StatusCode
StatusCode definition for legacy code.
HandleKey object for adding thinning to an object.