◆ calculateHighestVisibleClusterEnergy()
| double VP1CaloClusterCollection::Imp::calculateHighestVisibleClusterEnergy |
( |
| ) |
const |
Definition at line 230 of file VP1CaloClusterCollection.cxx.
231{
234 for (Imp::ClusterHandle*cluster :
clusters) {
235 if (cluster->attached()&&e<cluster->energyForLengthAndCuts(this))
236 e=cluster->energyForLengthAndCuts(
this);
237 }
238 }
240}
QList< ClusterHandle * > clusters
VP1CaloClusterCollection * theclass
◆ cut()
Definition at line 125 of file VP1CaloClusterCollection.cxx.
125 {
127 return false;
129 return false;
130 double phi(
c->phi());
133 return true;
134 }
135 return false;
136 }
Scalar phi() const
phi method
VP1Interval allowedEnergies
QList< VP1Interval > allowedPhi
◆ energyToLength()
| double VP1CaloClusterCollection::Imp::energyToLength |
( |
const double & | energy | ) |
|
|
inline |
◆ recheckCut()
| void VP1CaloClusterCollection::Imp::recheckCut |
( |
ClusterHandle * | c | ) |
|
|
inline |
Definition at line 138 of file VP1CaloClusterCollection.cxx.
138 {
139 const bool cutval =
cut(c);
140 if (cutval!=
c->attached()) {
141 if (cutval)
143 else
145 }
146 }
VP1ExtraSepLayerHelper * sephelper
bool cut(ClusterHandle *c)
◆ allowedEnergies
| VP1Interval VP1CaloClusterCollection::Imp::allowedEnergies |
◆ allowedEta
◆ allowedPhi
| QList<VP1Interval> VP1CaloClusterCollection::Imp::allowedPhi |
◆ calo_crack_eta
◆ calo_start_r
| const double VP1CaloClusterCollection::Imp::calo_start_r = 1.1*CLHEP::m + 0.05*CLHEP::m |
|
static |
◆ calo_start_z
| const double VP1CaloClusterCollection::Imp::calo_start_z = 3.671*CLHEP::m + 0.05*CLHEP::m |
|
static |
◆ clusters
◆ considerTransverseEnergies
| bool VP1CaloClusterCollection::Imp::considerTransverseEnergies = false |
◆ controller
◆ key
| QString VP1CaloClusterCollection::Imp::key |
◆ last_highestEnergy
| double VP1CaloClusterCollection::Imp::last_highestEnergy = 0.0 |
◆ scale
| QPair<bool,double> VP1CaloClusterCollection::Imp::scale |
◆ sephelper
◆ showOutlines
| bool VP1CaloClusterCollection::Imp::showOutlines = false |
◆ theclass
The documentation for this class was generated from the following file: