|
ATLAS Offline Software
|
Go to the documentation of this file.
35 return StatusCode::SUCCESS;
44 ". Input container not found or incorrect type");
45 return StatusCode::SUCCESS;
50 return StatusCode::SUCCESS;
54 for (
auto obj: *trigContainer) {
56 "roiId: "<<
obj->roiId() <<
"\n " <<
57 "particleType: "<<
obj->particleType() <<
"\n " <<
58 "level: " <<
obj->level() <<
"\n " <<
59 "eta: " <<
obj->eta() <<
"\n " <<
60 "phi: " <<
obj->phi() <<
"\n " <<
61 "mass: " <<
obj->mass() <<
"\n " <<
62 "fitmass: " <<
obj->fitmass() <<
"\n " <<
63 "fitchi2: " <<
obj->fitchi2() <<
"\n " <<
64 "fitndof: " <<
obj->fitndof() <<
"\n " <<
65 "fitx: " <<
obj->fitx() <<
"\n " <<
66 "fity: " <<
obj->fity() <<
"\n " <<
67 "fitz: " <<
obj->fitz() <<
"\n ");
72 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
virtual StatusCode initialize()
Function initialising the algorithm.
TrigxAODBphysReaderAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
Helpers for checking error return status codes and reporting errors.
#define ATH_MSG_WARNING(x)
std::string m_xaodKey
StoreGate key for the output container.
virtual StatusCode execute()
Function executing the algorithm.
size_type size() const noexcept
Returns the number of elements in the collection.