◆ ClusterHandle()
| VP1CaloClusterCollection::Imp::ClusterHandle::ClusterHandle |
( |
const CaloCluster * | c | ) |
|
|
inline |
Definition at line 72 of file VP1CaloClusterCollection.cxx.
73 {
75 }
double m_transverseEnergy
const CaloCluster * m_cluster
SoGenericBox * m_genericBox
◆ ~ClusterHandle()
| VP1CaloClusterCollection::Imp::ClusterHandle::~ClusterHandle |
( |
| ) |
|
|
inline |
◆ attach()
◆ attached()
| bool VP1CaloClusterCollection::Imp::ClusterHandle::attached |
( |
| ) |
const |
|
inline |
◆ cluster()
| const CaloCluster * VP1CaloClusterCollection::Imp::ClusterHandle::cluster |
( |
| ) |
const |
|
inline |
◆ detach()
◆ energy()
| double VP1CaloClusterCollection::Imp::ClusterHandle::energy |
( |
| ) |
const |
|
inline |
◆ energyForLengthAndCuts()
◆ eta()
| double VP1CaloClusterCollection::Imp::ClusterHandle::eta |
( |
| ) |
const |
|
inline |
◆ genericBox()
| SoGenericBox * VP1CaloClusterCollection::Imp::ClusterHandle::genericBox |
( |
| ) |
|
|
inline |
◆ phi()
| double VP1CaloClusterCollection::Imp::ClusterHandle::phi |
( |
| ) |
const |
|
inline |
◆ transverseEnergy()
| double VP1CaloClusterCollection::Imp::ClusterHandle::transverseEnergy |
( |
| ) |
const |
|
inline |
◆ updateShapePars()
Definition at line 94 of file VP1CaloClusterCollection.cxx.
94 {
96 return;
97 const double dEta = 0.05;
98 const double dPhi = 0.05;
99 const double theEta =
eta();
100 const double thePhi =
phi();
103 m_genericBox->setParametersForBarrelEtaPhiCell( theEta-0.5*dEta, theEta+0.5*dEta,thePhi-0.5*dPhi, thePhi+0.5*dPhi,
105 } else {
106 m_genericBox->setParametersForEndCapEtaPhiCell( theEta-0.5*dEta, theEta+0.5*dEta,thePhi-0.5*dPhi, thePhi+0.5*dPhi,
108 }
109 }
double energyForLengthAndCuts(const VP1CaloClusterCollection::Imp *d)
static const double calo_start_z
static const double calo_crack_eta
static const double calo_start_r
bool dPhi(const xAOD::TauJet &tau, const xAOD::CaloVertexedTopoCluster &cluster, float &out)
bool dEta(const xAOD::TauJet &tau, const xAOD::CaloVertexedTopoCluster &cluster, float &out)
◆ m_attached
| bool VP1CaloClusterCollection::Imp::ClusterHandle::m_attached |
|
private |
◆ m_cluster
| const CaloCluster* VP1CaloClusterCollection::Imp::ClusterHandle::m_cluster |
|
private |
◆ m_genericBox
| SoGenericBox* VP1CaloClusterCollection::Imp::ClusterHandle::m_genericBox |
|
private |
◆ m_transverseEnergy
| double VP1CaloClusterCollection::Imp::ClusterHandle::m_transverseEnergy |
|
private |
The documentation for this class was generated from the following file: