CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
reco::Photon::IsolationVariables Struct Reference

#include <Photon.h>

Public Member Functions

 IsolationVariables ()
 

Public Attributes

float ecalRecHitSumEt
 
float hcalDepth1TowerSumEt
 
float hcalDepth1TowerSumEtBc
 
float hcalDepth2TowerSumEt
 
float hcalDepth2TowerSumEtBc
 
std::array< float, 7 > hcalRecHitSumEt
 
std::array< float, 7 > hcalRecHitSumEtBc
 
float hcalTowerSumEt
 
float hcalTowerSumEtBc
 
int nTrkHollowCone
 
int nTrkSolidCone
 
bool pre7DepthHcal
 
float trkSumPtHollowCone
 
float trkSumPtSolidCone
 

Detailed Description

Definition at line 405 of file Photon.h.

Constructor & Destructor Documentation

◆ IsolationVariables()

reco::Photon::IsolationVariables::IsolationVariables ( )
inline

Definition at line 433 of file Photon.h.

434  :
435 
436  ecalRecHitSumEt(0.f),
437  hcalTowerSumEt(0.f),
440  hcalTowerSumEtBc(0.f),
443  hcalRecHitSumEt{{0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f}},
444  hcalRecHitSumEtBc{{0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f}},
445  pre7DepthHcal(true),
446  trkSumPtSolidCone(0.f),
448  nTrkSolidCone(0),
449  nTrkHollowCone(0) {}
std::array< float, 7 > hcalRecHitSumEtBc
Definition: Photon.h:423
double f[11][100]
std::array< float, 7 > hcalRecHitSumEt
Definition: Photon.h:422

Member Data Documentation

◆ ecalRecHitSumEt

float reco::Photon::IsolationVariables::ecalRecHitSumEt

◆ hcalDepth1TowerSumEt

float reco::Photon::IsolationVariables::hcalDepth1TowerSumEt

Definition at line 413 of file Photon.h.

◆ hcalDepth1TowerSumEtBc

float reco::Photon::IsolationVariables::hcalDepth1TowerSumEtBc

Definition at line 419 of file Photon.h.

◆ hcalDepth2TowerSumEt

float reco::Photon::IsolationVariables::hcalDepth2TowerSumEt

Definition at line 415 of file Photon.h.

◆ hcalDepth2TowerSumEtBc

float reco::Photon::IsolationVariables::hcalDepth2TowerSumEtBc

Definition at line 421 of file Photon.h.

◆ hcalRecHitSumEt

std::array<float, 7> reco::Photon::IsolationVariables::hcalRecHitSumEt

Definition at line 422 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate().

◆ hcalRecHitSumEtBc

std::array<float, 7> reco::Photon::IsolationVariables::hcalRecHitSumEtBc

Definition at line 423 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate().

◆ hcalTowerSumEt

float reco::Photon::IsolationVariables::hcalTowerSumEt

Definition at line 411 of file Photon.h.

◆ hcalTowerSumEtBc

float reco::Photon::IsolationVariables::hcalTowerSumEtBc

Definition at line 417 of file Photon.h.

◆ nTrkHollowCone

int reco::Photon::IsolationVariables::nTrkHollowCone

◆ nTrkSolidCone

int reco::Photon::IsolationVariables::nTrkSolidCone

◆ pre7DepthHcal

bool reco::Photon::IsolationVariables::pre7DepthHcal

Definition at line 424 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate().

◆ trkSumPtHollowCone

float reco::Photon::IsolationVariables::trkSumPtHollowCone

◆ trkSumPtSolidCone

float reco::Photon::IsolationVariables::trkSumPtSolidCone