ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterBadChannelData.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "CaloEvent/CaloClusterBadChannelData.h"
6
8 float phi,
10 const CaloBadChannel& flag)
11 : m_eta (eta),
12 m_phi (phi),
13 m_layer (layer),
14 m_flag (flag)
15{
16}
17
25
33
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
@ Unknown
Definition TruthClasses.h:9
CaloClusterBadChannelData(float eta, float phi, CaloSampling::CaloSample layer, const CaloBadChannel &flag)
full Constructor
virtual ~CaloClusterBadChannelData()
Destructor.