ATLAS Offline Software
|
Classes | |
class | ClusterHandle |
Public Member Functions | |
double | calculateHighestVisibleClusterEnergy () const |
double | energyToLength (const double &energy) |
bool | cut (ClusterHandle *c) |
void | recheckCut (ClusterHandle *c) |
Public Attributes | |
VP1CaloClusterCollection * | theclass = nullptr |
CaloClusterSysController * | controller = nullptr |
VP1ExtraSepLayerHelper * | sephelper = nullptr |
QString | key |
bool | considerTransverseEnergies = false |
QPair< bool, double > | scale |
bool | showOutlines = false |
VP1Interval | allowedEnergies |
VP1Interval | allowedEta |
QList< VP1Interval > | allowedPhi |
double | last_highestEnergy = 0.0 |
QList< ClusterHandle * > | clusters |
Static Public Attributes | |
static const double | calo_start_r = 1.1*CLHEP::m + 0.05*CLHEP::m |
static const double | calo_start_z = 3.671*CLHEP::m + 0.05*CLHEP::m |
static const double | calo_crack_eta = fabs(log(tan(0.5*atan(calo_start_r/calo_start_z)))) |
Definition at line 46 of file VP1CaloClusterCollection.cxx.
double VP1CaloClusterCollection::Imp::calculateHighestVisibleClusterEnergy | ( | ) | const |
Definition at line 230 of file VP1CaloClusterCollection.cxx.
|
inline |
Definition at line 125 of file VP1CaloClusterCollection.cxx.
|
inline |
|
inline |
VP1Interval VP1CaloClusterCollection::Imp::allowedEnergies |
Definition at line 56 of file VP1CaloClusterCollection.cxx.
VP1Interval VP1CaloClusterCollection::Imp::allowedEta |
Definition at line 57 of file VP1CaloClusterCollection.cxx.
QList<VP1Interval> VP1CaloClusterCollection::Imp::allowedPhi |
Definition at line 58 of file VP1CaloClusterCollection.cxx.
|
static |
Definition at line 68 of file VP1CaloClusterCollection.cxx.
|
static |
Definition at line 66 of file VP1CaloClusterCollection.cxx.
|
static |
Definition at line 67 of file VP1CaloClusterCollection.cxx.
QList<ClusterHandle*> VP1CaloClusterCollection::Imp::clusters |
Definition at line 148 of file VP1CaloClusterCollection.cxx.
bool VP1CaloClusterCollection::Imp::considerTransverseEnergies = false |
Definition at line 53 of file VP1CaloClusterCollection.cxx.
CaloClusterSysController* VP1CaloClusterCollection::Imp::controller = nullptr |
Definition at line 49 of file VP1CaloClusterCollection.cxx.
QString VP1CaloClusterCollection::Imp::key |
Definition at line 51 of file VP1CaloClusterCollection.cxx.
double VP1CaloClusterCollection::Imp::last_highestEnergy = 0.0 |
Definition at line 59 of file VP1CaloClusterCollection.cxx.
QPair<bool,double> VP1CaloClusterCollection::Imp::scale |
Definition at line 54 of file VP1CaloClusterCollection.cxx.
VP1ExtraSepLayerHelper* VP1CaloClusterCollection::Imp::sephelper = nullptr |
Definition at line 50 of file VP1CaloClusterCollection.cxx.
bool VP1CaloClusterCollection::Imp::showOutlines = false |
Definition at line 55 of file VP1CaloClusterCollection.cxx.
VP1CaloClusterCollection* VP1CaloClusterCollection::Imp::theclass = nullptr |
Definition at line 48 of file VP1CaloClusterCollection.cxx.