ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterCnvTool.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef XAODCALOEVENTCNV_CALOCLUSTERCNVTOOL_H
8#define XAODCALOEVENTCNV_CALOCLUSTERCNVTOOL_H
9
10// Gaudi/Athena include(s):
12
13// Local include(s):
15
16namespace xAODMaker {
17
30 public virtual ICaloClusterCnvTool {
31
32 public:
34 CaloClusterCnvTool( const std::string& type, const std::string& name,
35 const IInterface* parent );
36
38 virtual StatusCode convert( const CaloCluster* aod,
40 CaloClusterCellLinkContainer* ccclc = 0 ) const override;
41
43 virtual StatusCode convert( const CaloClusterContainer* aod,
44 xAOD::CaloClusterContainer* xaod ) const override;
45
46
47 }; // class CaloClusterCnvTool
48
49} // namespace xAODMaker
50
51#endif // XAODCALOEVENTCNV_CALOCLUSTERCNVTOOL_H
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Principal data class for CaloCell clusters.
CaloClusterCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
virtual StatusCode convert(const CaloCluster *aod, xAOD::CaloCluster *xaod, CaloClusterCellLinkContainer *ccclc=0) const override
Function that fill an existing xAOD::CaloCluster object with info.
Interface for the tool doing AOD->xAOD conversion for clusters.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
CaloClusterContainer_v1 CaloClusterContainer
Define the latest version of the calorimeter cluster container.