 |
ATLAS Offline Software
|
Go to the documentation of this file.
9 #include "CLHEP/Units/SystemOfUnits.h"
21 declareInterface<IDataRetriever>(
this);
43 return StatusCode::SUCCESS;
52 for (; itJET != itJETe; ++itJET)
54 phi.push_back(
DataType( (*itJET)->phi()) );
55 eta.push_back(
DataType( (*itJET)->eta()) );
58 <<
", eta: " << (*itJET)->eta() <<
", phi: " << (*itJET)->phi() <<
endmsg;
78 const auto nPhi = phi.size();
79 myDataMap[
"phi"] = std::move(phi);
80 myDataMap[
"eta"] = std::move(eta);
81 myDataMap[
"energy"] = std::move(
energy);
82 myDataMap[
"roiWord"] = std::move(
roiWord);
83 myDataMap[
"thrPattern"] = std::move(
thrPattern);
Const iterator class for DataVector/DataList.
xAODJetROIRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
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.
::StatusCode StatusCode
StatusCode definition for legacy code.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
Retrieve all the data.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
virtual std::string dataTypeName() const
Return the name of the data type.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.