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 606 of file GsfElectron.h.

Constructor & Destructor Documentation

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

Definition at line 612 of file GsfElectron.h.

613  : status(-1), mva_Isolated(-999999999.),mva_e_pi(-999999999.), mvaByPassForIsolated(-999999999.)
614  {}

Member Data Documentation

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

Definition at line 611 of file GsfElectron.h.

int reco::GsfElectron::MvaOutput::status