ATLAS Offline Software
Loading...
Searching...
No Matches
egammaClusterCookieCut.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3 */
4
8
9#include <memory>
10
12
14 double maxDelEta{};
15 double maxDelPhi{};
16 double maxDelR2{};
17 bool recomputeMoments = false;
18 bool fixCellWeights = false;
19};
20
21std::unique_ptr<xAOD::CaloCluster> cookieCut(
22 const xAOD::CaloCluster& cluster,
23 const CaloDetDescrManager& mgr,
24 const DataLink<CaloCellContainer>& cellCont,
26
27
28} // namespace egammaClusterCookieCut
Definition of CaloDetDescrManager.
This class provides the client interface for accessing the detector description information common to...
std::unique_ptr< xAOD::CaloCluster > cookieCut(const xAOD::CaloCluster &cluster, const CaloDetDescrManager &mgr, const DataLink< CaloCellContainer > &cellCont, const egammaClusterCookieCut::CookieCutPars &pars)
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.