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
mvaMEtUtilities::pfCandInfo Struct Reference

#include <mvaMEtUtilities.h>

Public Member Functions

 pfCandInfo ()
 
 ~pfCandInfo ()
 

Public Attributes

double dZ_
 
reco::Candidate::LorentzVector p4_
 

Detailed Description

Definition at line 16 of file mvaMEtUtilities.h.

Constructor & Destructor Documentation

mvaMEtUtilities::pfCandInfo::pfCandInfo ( )
inline

Definition at line 18 of file mvaMEtUtilities.h.

19  : p4_(0.,0.,0.,0.),
20  dZ_(0.)
21  {}
reco::Candidate::LorentzVector p4_
mvaMEtUtilities::pfCandInfo::~pfCandInfo ( )
inline

Definition at line 22 of file mvaMEtUtilities.h.

22 {}

Member Data Documentation

double mvaMEtUtilities::pfCandInfo::dZ_
reco::Candidate::LorentzVector mvaMEtUtilities::pfCandInfo::p4_