CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
reco::GsfElectron::ConversionRejection Struct Reference

#include <GsfElectron.h>

Public Member Functions

 ConversionRejection ()
 

Public Attributes

float dcot
 
float dist
 
int flags
 
TrackBaseRef partner
 
float radius
 
float vtxFitProb
 

Detailed Description

Definition at line 571 of file GsfElectron.h.

Constructor & Destructor Documentation

◆ ConversionRejection()

reco::GsfElectron::ConversionRejection::ConversionRejection ( )
inline

Definition at line 578 of file GsfElectron.h.

579  { return conversionRejection_.flags; }
581  float convDist() const { return conversionRejection_.dist; }
582  float convDcot() const { return conversionRejection_.dcot; }
583  float convRadius() const { return conversionRejection_.radius; }

References reco::GsfElectron::conversionRejection_, and flags.

Member Data Documentation

◆ dcot

float reco::GsfElectron::ConversionRejection::dcot

Definition at line 575 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron().

◆ dist

float reco::GsfElectron::ConversionRejection::dist

Definition at line 574 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron().

◆ flags

int reco::GsfElectron::ConversionRejection::flags

Definition at line 572 of file GsfElectron.h.

Referenced by ConversionRejection(), and GsfElectronAlgo::createElectron().

◆ partner

TrackBaseRef reco::GsfElectron::ConversionRejection::partner

◆ radius

float reco::GsfElectron::ConversionRejection::radius

Definition at line 576 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron().

◆ vtxFitProb

float reco::GsfElectron::ConversionRejection::vtxFitProb
reco::GsfElectron::convDcot
float convDcot() const
Definition: GsfElectron.h:590
reco::GsfElectron::conversionRejection_
ConversionRejection conversionRejection_
Definition: GsfElectron.h:598
reco::GsfElectron::convPartner
TrackBaseRef convPartner() const
Definition: GsfElectron.h:588
reco::GsfElectron::ConversionRejection::dcot
float dcot
Definition: GsfElectron.h:575
reco::TrackBaseRef
edm::RefToBase< reco::Track > TrackBaseRef
persistent reference to a Track, using views
Definition: TrackFwd.h:35
reco::GsfElectron::convDist
float convDist() const
Definition: GsfElectron.h:589
reco::GsfElectron::ConversionRejection::partner
TrackBaseRef partner
Definition: GsfElectron.h:573
reco::GsfElectron::convRadius
float convRadius() const
Definition: GsfElectron.h:591
reco::GsfElectron::ConversionRejection::dist
float dist
Definition: GsfElectron.h:574
reco::GsfElectron::ConversionRejection::radius
float radius
Definition: GsfElectron.h:576
reco::GsfElectron::ConversionRejection::flags
int flags
Definition: GsfElectron.h:572