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::GenJet::Specific Struct Reference

#include <GenJet.h>

Public Member Functions

 Specific ()
 

Public Attributes

float m_AuxiliaryEnergy
 Anything else (undecayed Sigmas etc.) More...
 
float m_EmEnergy
 Energy of EM particles. More...
 
float m_HadEnergy
 Energy of Hadrons. More...
 
float m_InvisibleEnergy
 Invisible energy (mu, nu, ...) More...
 

Detailed Description

Definition at line 27 of file GenJet.h.

Constructor & Destructor Documentation

reco::GenJet::Specific::Specific ( )
inline

Definition at line 28 of file GenJet.h.

28  :
29  m_EmEnergy (0),
30  m_HadEnergy (0),
32  m_AuxiliaryEnergy (0) {}
float m_InvisibleEnergy
Invisible energy (mu, nu, ...)
Definition: GenJet.h:39
float m_AuxiliaryEnergy
Anything else (undecayed Sigmas etc.)
Definition: GenJet.h:41
float m_HadEnergy
Energy of Hadrons.
Definition: GenJet.h:37
float m_EmEnergy
Energy of EM particles.
Definition: GenJet.h:35

Member Data Documentation

float reco::GenJet::Specific::m_AuxiliaryEnergy

Anything else (undecayed Sigmas etc.)

Definition at line 41 of file GenJet.h.

Referenced by reco::GenJet::auxiliaryEnergy(), JetMaker::makeSpecific(), and reco::makeSpecific().

float reco::GenJet::Specific::m_EmEnergy

Energy of EM particles.

Definition at line 35 of file GenJet.h.

Referenced by reco::GenJet::emEnergy(), JetMaker::makeSpecific(), and reco::makeSpecific().

float reco::GenJet::Specific::m_HadEnergy

Energy of Hadrons.

Definition at line 37 of file GenJet.h.

Referenced by reco::GenJet::hadEnergy(), JetMaker::makeSpecific(), and reco::makeSpecific().

float reco::GenJet::Specific::m_InvisibleEnergy

Invisible energy (mu, nu, ...)

Definition at line 39 of file GenJet.h.

Referenced by reco::GenJet::invisibleEnergy(), JetMaker::makeSpecific(), and reco::makeSpecific().