ATLAS Offline Software
Loading...
Searching...
No Matches
xAODCaloClusterRetriever.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef JIVEXML_XAODCALOCLUSTERRetriever_H
6#define JIVEXML_XAODCALOCLUSTERRetriever_H
7
8#include <string>
9#include <vector>
10#include <map>
11
15
17
18namespace JiveXML{
19
33 public AthAlgTool {
34
35 public:
36
38 xAODCaloClusterRetriever(const std::string& type,const std::string& name,const IInterface* parent);
39
40 virtual StatusCode retrieve(ToolHandle<IFormatTool> &FormatTool);
41 virtual StatusCode initialize();
45 virtual std::string dataTypeName() const { return m_typeName; };
46
47 private:
48
50 const std::string m_typeName = "Cluster";
51
52 SG::ReadHandleKeyArray<xAOD::CaloClusterContainer> m_keys {this,"ClusterCollections", {"egammaClusters","CaloCalTopoClusters"}, "Name of the Cluster containers that will be written out to the JiveXML file"};
53
54 };
55}
56#endif
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Interface for all DataRetriever classes, that extract event data from StoreGate and pass them on to a...
const DataMap getData(const xAOD::CaloClusterContainer *)
Puts the variables into a DataMap.
SG::ReadHandleKeyArray< xAOD::CaloClusterContainer > m_keys
virtual std::string dataTypeName() const
Return the name of the data type that is generated by this retriever.
virtual StatusCode retrieve(ToolHandle< IFormatTool > &FormatTool)
For each cluster collection retrieve basic parameters.
const std::string m_typeName
The data type that is generated by this retriever.
xAODCaloClusterRetriever(const std::string &type, const std::string &name, const IInterface *parent)
Standard Constructor.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
std::map< std::string, DataVect > DataMap
Definition DataType.h:59
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray
CaloClusterContainer_v1 CaloClusterContainer
Define the latest version of the calorimeter cluster container.