Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JIVEXML_XAODPHOTONRETRIEVER_H
6 #define JIVEXML_XAODPHOTONRETRIEVER_H
46 const std::vector<std::string>
getKeys();
55 Gaudi::Property<bool>
m_doWriteHLT {
this,
"DoWriteHLT",
false,
"Write out other collections that have HLT in the name"};
57 Gaudi::Property<std::vector<std::string>>
m_otherKeys {
this,
"OtherPhotonCollections", {},
"Other collections to be retrieved. If DoWriteAllCollections is set to true all available Photon collections will be retrieved"};
58 Gaudi::Property<std::string>
m_priorityKey {
this,
"PriorityPhotonCollection",
"Photons",
"Name of the priority Photon container that will be written out first"};
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
For each photon collection retrieve basic parameters.
const DataMap getData(const xAOD::PhotonContainer *)
Puts the variables into a DataMap.
Gaudi::Property< std::string > m_priorityKey
Gaudi::Property< std::vector< std::string > > m_otherKeys
std::map< std::string, DataVect > DataMap
xAODPhotonRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
virtual std::string dataTypeName() const
Return the name of the data type that is generated by this retriever.
::StatusCode StatusCode
StatusCode definition for legacy code.
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
Gaudi::Property< bool > m_doWriteHLT
Retrieves all Photon objects (PhotonAODCollection etc.)
const std::vector< std::string > getKeys()
Gets the StoreGate keys for the desired containers.
Gaudi::Property< bool > m_doWriteAllCollections
const std::string m_typeName
The data type that is generated by this retriever.