 |
ATLAS Offline Software
|
Go to the documentation of this file.
9 #include "CLHEP/Units/SystemOfUnits.h"
21 declareInterface<IDataRetriever>(
this);
45 return StatusCode::SUCCESS;
54 for (; itEM != itEMe; ++itEM)
56 phi.push_back(
DataType( (*itEM)->phi()) );
57 eta.push_back(
DataType( (*itEM)->eta()) );
60 <<
", eta: " << (*itEM)->eta() <<
", phi: " << (*itEM)->phi() <<
endmsg;
74 const auto nPhi = phi.size();
75 myDataMap[
"energy"] =
energy;
76 myDataMap[
"phi"] = std::move(phi);
77 myDataMap[
"eta"] = std::move(eta);
78 myDataMap[
"energy"] = std::move(
energy);
79 myDataMap[
"energyEM"] = std::move(energyEM);
80 myDataMap[
"energyTAU"] = std::move(energyTAU);
81 myDataMap[
"roiWord"] = std::move(
roiWord);
82 myDataMap[
"thrPattern"] = std::move(
thrPattern);
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
constexpr int nPhi
Default bin number of phi for vertex map.
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.