|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef DERIVATIONFRAMEWORK_ASGSELECTIONTOOLWRAPPER_H
5 #define DERIVATIONFRAMEWORK_ASGSELECTIONTOOLWRAPPER_H
12 #include "GaudiKernel/ToolHandle.h"
27 PublicToolHandle<IAsgSelectionTool>
m_tool{
this,
"AsgSelectionTool",
""};
28 Gaudi::Property<std::string>
m_cut{
this,
"CutType",
"" };
29 Gaudi::Property<std::string>
m_sgName{
this,
"StoreGateEntryName",
""};
34 "Will be composed by <ContainerName>.<StoreGateEntryName>"};
40 #endif // DERIVATIONFRAMEWORK_ASGSELECTIONTOOLWRAPPER_H
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.