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

Constructor & Destructor Documentation

◆ ConversionRejection()

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

Definition at line 642 of file GsfElectron.h.

643  { return conversionRejection_.flags; }
645  float convDist() const { return conversionRejection_.dist; }
646  float convDcot() const { return conversionRejection_.dcot; }
647  float convRadius() const { return conversionRejection_.radius; }

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

Member Data Documentation

◆ dcot

float reco::GsfElectron::ConversionRejection::dcot

Definition at line 639 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron().

◆ dist

float reco::GsfElectron::ConversionRejection::dist

Definition at line 638 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron().

◆ flags

int reco::GsfElectron::ConversionRejection::flags

Definition at line 636 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 640 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron().

◆ vtxFitProb

float reco::GsfElectron::ConversionRejection::vtxFitProb
reco::GsfElectron::convDcot
float convDcot() const
Definition: GsfElectron.h:654
reco::GsfElectron::conversionRejection_
ConversionRejection conversionRejection_
Definition: GsfElectron.h:662
reco::GsfElectron::convPartner
TrackBaseRef convPartner() const
Definition: GsfElectron.h:652
reco::GsfElectron::ConversionRejection::dcot
float dcot
Definition: GsfElectron.h:639
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:653
reco::GsfElectron::ConversionRejection::partner
TrackBaseRef partner
Definition: GsfElectron.h:637
reco::GsfElectron::convRadius
float convRadius() const
Definition: GsfElectron.h:655
reco::GsfElectron::ConversionRejection::dist
float dist
Definition: GsfElectron.h:638
reco::GsfElectron::ConversionRejection::radius
float radius
Definition: GsfElectron.h:640
reco::GsfElectron::ConversionRejection::flags
int flags
Definition: GsfElectron.h:636