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
pat::VertexAssociationSelector::Config Struct Reference

#include <VertexAssociationSelector.h>

Public Member Functions

 Config ()
 

Public Attributes

float dR
 
float dZ
 cuts on Z and transverse distance from the vertex, absolute values or significances More...
 
float sigmasR
 
float sigmasZ
 

Detailed Description

Structure to pack config for the constructor. Note that even if no cuts are selected (all values set to 0), this will still return 'false' for a null pat::VertexAssociation

Definition at line 14 of file VertexAssociationSelector.h.

Constructor & Destructor Documentation

pat::VertexAssociationSelector::Config::Config ( )
inline

Definition at line 15 of file VertexAssociationSelector.h.

15 : dZ(0), dR(0), sigmasZ(0), sigmasR(0) {} //, sigmas3d(0) {}
float dZ
cuts on Z and transverse distance from the vertex, absolute values or significances ...

Member Data Documentation

float pat::VertexAssociationSelector::Config::dR
float pat::VertexAssociationSelector::Config::dZ

cuts on Z and transverse distance from the vertex, absolute values or significances

Definition at line 17 of file VertexAssociationSelector.h.

Referenced by reco::modules::ParameterAdapter< pat::VertexAssociationSelector >::make().

float pat::VertexAssociationSelector::Config::sigmasR
float pat::VertexAssociationSelector::Config::sigmasZ