ATLAS Offline Software
Loading...
Searching...
No Matches
egammaClusterCookieCut.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4
8
10
12 double maxDelEta;
13 double maxDelPhi;
14 double maxDelR2;
15 bool recomputeMoments = false;
16 bool fixCellWeights = false;
17};
18
19std::unique_ptr<xAOD::CaloCluster> cookieCut(
20 const xAOD::CaloCluster& cluster,
21 const CaloDetDescrManager& mgr,
22 const DataLink<CaloCellContainer>& cellCont,
24
25
26} // 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.