 |
ATLAS Offline Software
|
Go to the documentation of this file.
25 double rhs_eta =
offline.etaBE(2);
26 double rhs_phi =
offline.phiBE(2);
37 "Use the decorated cluster values instead of the link to the cluster.");
42 return StatusCode::SUCCESS;
71 std::ostringstream oss;
72 oss <<
"Not an egamma type: " <<
online.type();
73 throw std::runtime_error(oss.str());
Electron_v1 Electron
Definition of the current "egamma version".
Scalar phi() const
phi method
The common trigger namespace for trigger analysis tools.
Scalar eta() const
pseudorapidity method
float phiBE(const unsigned layer) const
Get the phi in one layer of the EM Calo.
Class providing the definition of the 4-vector interface.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
float etaBE(const unsigned layer) const
Get the eta in one layer of the EM Calo.
Description of a calorimeter cluster.
double deltaR(double rapidity1, double phi1, double rapidity2, double phi2)
from bare bare rapidity,phi
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
Photon_v1 Photon
Definition of the current "egamma version".
Helper class to provide constant type-safe access to aux data.