|
ATLAS Offline Software
|
Go to the documentation of this file.
21 const std::string&
name,
22 const IInterface*
parent) :
30 return StatusCode::FAILURE;
37 std::make_unique<L1MenuResources>(*
l1menu,
45 return StatusCode::SUCCESS;
54 auto count = std::make_unique<GlobalSim::Count>();
79 return StatusCode::SUCCESS;
85 const auto & accept_eta_data =
alg.accept_eta();
89 const auto & accept_et_data =
alg.accept_et();
93 const auto & counts_data =
alg.counts();
96 const auto & TOBet_data =
alg.TOB_et();
100 const auto & TOBeta_data =
alg.TOB_eta();
104 const auto & TOBphi_data =
alg.TOB_phi();
107 const auto & TOBisolation_partial_loose_data =
alg.TOB_isolation_partial_loose();
108 auto TOBisolation_partial_loose_moncol =
111 const auto & TOBisolation_partial_medium_data =
alg.TOB_isolation_partial_medium();
112 auto TOBisolation_partial_medium_moncol =
115 const auto & TOBisolation_partial_tight_data =
alg.TOB_isolation_partial_tight();
116 auto TOBisolation_partial_tight_moncol =
126 TOBisolation_partial_loose_moncol,
127 TOBisolation_partial_medium_moncol,
128 TOBisolation_partial_tight_moncol
131 return StatusCode::SUCCESS;
136 std::stringstream
ss;
139 ss <<
"cTauMultiplicityAlgTool. name: " <<
name() <<
'\n'
def retrieve(aClass, aKey=None)
Group
Properties of a chain group.
@ u
Enums for curvilinear frames.
ValuesCollection< T > Collection(std::string name, const T &collection)
Declare a monitored (double-convertible) collection.
std::string toString() const
AlgTool to obtain a selection of eFex RoIs read in from the event store.
::StatusCode StatusCode
StatusCode definition for legacy code.
#define CHECK(...)
Evaluate an expression and check for errors.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Header file to be included by clients of the Monitored infrastructure.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
std::string to_string(const DetectorType &type)
void dump(const std::string &fn, const T &t)
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.