ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
egamma
egammaCaloUtils
egammaCaloUtils
findMaxECell.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 FINDMAXCELL_H
6
#define FINDMAXCELL_H
7
8
#include "
xAODCaloEvent/CaloCluster.h
"
9
#include "
AthenaBaseComps/AthMessaging.h
"
10
#include "GaudiKernel/StatusCode.h"
11
12
namespace
egammaCellUtils
13
{
14
struct
MaxECell
:
public
AthMessaging
15
{
16
double
etaCell
= 999;
17
double
phiCell
= 999;
18
StatusCode
sc
= StatusCode::FAILURE;
19
20
MaxECell
() =
delete
;
21
MaxECell
(
const
xAOD::CaloCluster
*clus,
22
const
std::string &cellCKey =
"AllCalo"
,
23
bool
UseWeightForMaxCell =
false
);
24
};
25
}
26
27
#endif
AthMessaging.h
CaloCluster.h
AthMessaging::AthMessaging
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
Definition
AthMessaging.cxx:13
egammaCellUtils
Definition
findMaxECell.h:13
xAOD::CaloCluster
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
Definition
Event/xAOD/xAODCaloEvent/xAODCaloEvent/CaloCluster.h:19
egammaCellUtils::MaxECell::MaxECell
MaxECell()=delete
egammaCellUtils::MaxECell::etaCell
double etaCell
Definition
findMaxECell.h:16
egammaCellUtils::MaxECell::sc
StatusCode sc
Definition
findMaxECell.h:18
egammaCellUtils::MaxECell::phiCell
double phiCell
Definition
findMaxECell.h:17
Generated on
for ATLAS Offline Software by
1.14.0