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::GsfElectron::MvaOutput Struct Reference

#include <GsfElectron.h>

Public Member Functions

 MvaOutput ()
 

Public Attributes

float mva_e_pi
 
float mva_Isolated
 
float mvaByPassForIsolated
 
int status
 

Detailed Description

Definition at line 592 of file GsfElectron.h.

Constructor & Destructor Documentation

reco::GsfElectron::MvaOutput::MvaOutput ( )
inline

Definition at line 598 of file GsfElectron.h.

599  : status(-1), mva_Isolated(-999999999.),mva_e_pi(-999999999.), mvaByPassForIsolated(-999999999.)
600  {}

Member Data Documentation

float reco::GsfElectron::MvaOutput::mva_e_pi
float reco::GsfElectron::MvaOutput::mva_Isolated
float reco::GsfElectron::MvaOutput::mvaByPassForIsolated

Definition at line 597 of file GsfElectron.h.

int reco::GsfElectron::MvaOutput::status