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 26 of file GenJet.h.

Constructor & Destructor Documentation

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

Definition at line 27 of file GenJet.h.

27  :
28  m_EmEnergy (0),
29  m_HadEnergy (0),
31  m_AuxiliaryEnergy (0) {}
float m_InvisibleEnergy
Invisible energy (mu, nu, ...)
Definition: GenJet.h:38
float m_AuxiliaryEnergy
Anything else (undecayed Sigmas etc.)
Definition: GenJet.h:40
float m_HadEnergy
Energy of Hadrons.
Definition: GenJet.h:36
float m_EmEnergy
Energy of EM particles.
Definition: GenJet.h:34

Member Data Documentation

float reco::GenJet::Specific::m_AuxiliaryEnergy

Anything else (undecayed Sigmas etc.)

Definition at line 40 of file GenJet.h.

Referenced by reco::GenJet::auxiliaryEnergy().

float reco::GenJet::Specific::m_EmEnergy

Energy of EM particles.

Definition at line 34 of file GenJet.h.

Referenced by reco::GenJet::emEnergy().

float reco::GenJet::Specific::m_HadEnergy

Energy of Hadrons.

Definition at line 36 of file GenJet.h.

Referenced by reco::GenJet::hadEnergy().

float reco::GenJet::Specific::m_InvisibleEnergy

Invisible energy (mu, nu, ...)

Definition at line 38 of file GenJet.h.

Referenced by reco::GenJet::invisibleEnergy().