CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
reco::Photon::EnergyCorrections Struct Reference

#include <Photon.h>

Public Member Functions

 EnergyCorrections ()
 

Public Attributes

P4type candidateP4type
 
float phoEcalEnergy
 
float phoEcalEnergyError
 
LorentzVector phoEcalP4
 
float regression1Energy
 
float regression1EnergyError
 
LorentzVector regression1P4
 
float regression2Energy
 
float regression2EnergyError
 
LorentzVector regression2P4
 
float scEcalEnergy
 
float scEcalEnergyError
 
LorentzVector scEcalP4
 

Detailed Description

Definition at line 246 of file Photon.h.

Constructor & Destructor Documentation

reco::Photon::EnergyCorrections::EnergyCorrections ( )
inline

Definition at line 260 of file Photon.h.

260  :
261  scEcalEnergy(0.),
262  scEcalEnergyError(999.),
263  scEcalP4(0., 0., 0., 0.),
264  phoEcalEnergy(0.),
265  phoEcalEnergyError(999.),
266  phoEcalP4(0., 0., 0., 0.),
267  regression1Energy(0.),
269  regression1P4(0.,0.,0.,0.),
270  regression2Energy(0.),
272  regression2P4(0.,0.,0.,0.),
274  {}
LorentzVector regression2P4
Definition: Photon.h:258
LorentzVector regression1P4
Definition: Photon.h:255

Member Data Documentation

P4type reco::Photon::EnergyCorrections::candidateP4type

Definition at line 259 of file Photon.h.

Referenced by reco::Photon::getCandidateP4type(), and reco::Photon::setCandidateP4type().

float reco::Photon::EnergyCorrections::phoEcalEnergy

Definition at line 250 of file Photon.h.

float reco::Photon::EnergyCorrections::phoEcalEnergyError

Definition at line 251 of file Photon.h.

LorentzVector reco::Photon::EnergyCorrections::phoEcalP4

Definition at line 252 of file Photon.h.

float reco::Photon::EnergyCorrections::regression1Energy

Definition at line 253 of file Photon.h.

float reco::Photon::EnergyCorrections::regression1EnergyError

Definition at line 254 of file Photon.h.

LorentzVector reco::Photon::EnergyCorrections::regression1P4

Definition at line 255 of file Photon.h.

float reco::Photon::EnergyCorrections::regression2Energy

Definition at line 256 of file Photon.h.

float reco::Photon::EnergyCorrections::regression2EnergyError

Definition at line 257 of file Photon.h.

LorentzVector reco::Photon::EnergyCorrections::regression2P4

Definition at line 258 of file Photon.h.

float reco::Photon::EnergyCorrections::scEcalEnergy

Definition at line 247 of file Photon.h.

float reco::Photon::EnergyCorrections::scEcalEnergyError

Definition at line 248 of file Photon.h.

LorentzVector reco::Photon::EnergyCorrections::scEcalP4

Definition at line 249 of file Photon.h.