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 402 of file Photon.h.

Constructor & Destructor Documentation

◆ IsolationVariables()

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

Definition at line 430 of file Photon.h.

431  :
432 
433  ecalRecHitSumEt(0.f),
434  hcalTowerSumEt(0.f),
437  hcalTowerSumEtBc(0.f),
440  hcalRecHitSumEt{{0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f}},
441  hcalRecHitSumEtBc{{0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f}},
442  pre7DepthHcal(true),
443  trkSumPtSolidCone(0.f),
445  nTrkSolidCone(0),
446  nTrkHollowCone(0) {}
std::array< float, 7 > hcalRecHitSumEtBc
Definition: Photon.h:420
double f[11][100]
std::array< float, 7 > hcalRecHitSumEt
Definition: Photon.h:419

Member Data Documentation

◆ ecalRecHitSumEt

float reco::Photon::IsolationVariables::ecalRecHitSumEt

◆ hcalDepth1TowerSumEt

float reco::Photon::IsolationVariables::hcalDepth1TowerSumEt

Definition at line 410 of file Photon.h.

◆ hcalDepth1TowerSumEtBc

float reco::Photon::IsolationVariables::hcalDepth1TowerSumEtBc

Definition at line 416 of file Photon.h.

◆ hcalDepth2TowerSumEt

float reco::Photon::IsolationVariables::hcalDepth2TowerSumEt

Definition at line 412 of file Photon.h.

◆ hcalDepth2TowerSumEtBc

float reco::Photon::IsolationVariables::hcalDepth2TowerSumEtBc

Definition at line 418 of file Photon.h.

◆ hcalRecHitSumEt

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

◆ hcalRecHitSumEtBc

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

Definition at line 420 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate().

◆ hcalTowerSumEt

float reco::Photon::IsolationVariables::hcalTowerSumEt

Definition at line 408 of file Photon.h.

◆ hcalTowerSumEtBc

float reco::Photon::IsolationVariables::hcalTowerSumEtBc

Definition at line 414 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 421 of file Photon.h.

Referenced by PhotonIsolationCalculator::calculate().

◆ trkSumPtHollowCone

float reco::Photon::IsolationVariables::trkSumPtHollowCone

◆ trkSumPtSolidCone

float reco::Photon::IsolationVariables::trkSumPtSolidCone