|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #include "CLHEP/Units/SystemOfUnits.h"
26 declareInterface<IDataRetriever>(
this);
51 return StatusCode::SUCCESS;
61 for (; itEM != itEMe; ++itEM)
63 phi.push_back(
DataType( (*itEM)->phi()) );
64 eta.push_back(
DataType( (*itEM)->eta()) );
67 <<
", eta: " << (*itEM)->eta() <<
", phi: " << (*itEM)->phi() <<
endmsg;
81 myDataMap[
"energy"] =
energy;
82 myDataMap[
"phi"] = phi;
83 myDataMap[
"eta"] = eta;
84 myDataMap[
"energy"] =
energy;
85 myDataMap[
"energyEM"] = energyEM;
86 myDataMap[
"energyTAU"] = energyTAU;
Const iterator class for DataVector/DataList.
std::vector< DataType > DataVect
Defines a map with a key and a vector of DataType objects e.g.
bool msgLvl(const MSG::Level lvl) const
std::map< std::string, DataVect > DataMap
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
xAODEmTauROIRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual std::string dataTypeName() const
Return the name of the data type.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.