ATLAS Offline Software
Loading...
Searching...
No Matches
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
10#include "GaudiKernel/StatusCode.h"
11
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(IMessageSvc *msgSvc, const std::string &name)
Constructor.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.