CMS 3D CMS Logo

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

#include <GsfElectron.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
 
bool pre7DepthHcal
 
float tkSumPt
 
float tkSumPtHEEP
 

Detailed Description

Definition at line 532 of file GsfElectron.h.

Constructor & Destructor Documentation

◆ IsolationVariables()

reco::GsfElectron::IsolationVariables::IsolationVariables ( )
inline

Definition at line 543 of file GsfElectron.h.

544  : tkSumPt(0.),
545  tkSumPtHEEP(0.),
546  ecalRecHitSumEt(0.),
551  hcalRecHitSumEt{{0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f}},
552  hcalRecHitSumEtBc{{0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f}},
553  pre7DepthHcal(true) {}
std::array< float, 7 > hcalRecHitSumEt
Definition: GsfElectron.h:540
std::array< float, 7 > hcalRecHitSumEtBc
Definition: GsfElectron.h:541
double f[11][100]

Member Data Documentation

◆ ecalRecHitSumEt

float reco::GsfElectron::IsolationVariables::ecalRecHitSumEt

◆ hcalDepth1TowerSumEt

float reco::GsfElectron::IsolationVariables::hcalDepth1TowerSumEt

Definition at line 536 of file GsfElectron.h.

◆ hcalDepth1TowerSumEtBc

float reco::GsfElectron::IsolationVariables::hcalDepth1TowerSumEtBc

Definition at line 538 of file GsfElectron.h.

◆ hcalDepth2TowerSumEt

float reco::GsfElectron::IsolationVariables::hcalDepth2TowerSumEt

Definition at line 537 of file GsfElectron.h.

◆ hcalDepth2TowerSumEtBc

float reco::GsfElectron::IsolationVariables::hcalDepth2TowerSumEtBc

Definition at line 539 of file GsfElectron.h.

◆ hcalRecHitSumEt

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

◆ hcalRecHitSumEtBc

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

Definition at line 541 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron().

◆ pre7DepthHcal

bool reco::GsfElectron::IsolationVariables::pre7DepthHcal

Definition at line 542 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron().

◆ tkSumPt

float reco::GsfElectron::IsolationVariables::tkSumPt

◆ tkSumPtHEEP

float reco::GsfElectron::IsolationVariables::tkSumPtHEEP