CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
HTrackAssociator::HAssociatorParameters Class Reference

#include <TrackAssociator.h>

Public Member Functions

 HAssociatorParameters ()
 

Public Attributes

double dRCalo
 
double dREcal
 
double dRHcal
 
int idRCalo
 
int idREcal
 
int idRHcal
 
bool useCalo
 
bool useEcal
 
bool useHcal
 

Detailed Description

Definition at line 51 of file TrackAssociator.h.

Constructor & Destructor Documentation

◆ HAssociatorParameters()

HTrackAssociator::HAssociatorParameters::HAssociatorParameters ( )
inline

Definition at line 53 of file TrackAssociator.h.

53  {
54  // default parameters
55  // define match cones, dR=sqrt(dEta^2+dPhi^2)
56  dREcal = 0.03;
57  dRHcal = 0.07;
58  dRCalo = 0.07;
59 
60  idREcal = 1;
61  idRHcal = 4;
62  idRCalo = 4;
63 
64  // match all sub-detectors by default
65  useEcal = true;
66  useHcal = true;
67  useCalo = true;
68  }

References dRCalo, dREcal, dRHcal, idRCalo, idREcal, idRHcal, useCalo, useEcal, and useHcal.

Member Data Documentation

◆ dRCalo

double HTrackAssociator::HAssociatorParameters::dRCalo

Definition at line 71 of file TrackAssociator.h.

Referenced by HAssociatorParameters().

◆ dREcal

double HTrackAssociator::HAssociatorParameters::dREcal

Definition at line 69 of file TrackAssociator.h.

Referenced by HAssociatorParameters().

◆ dRHcal

double HTrackAssociator::HAssociatorParameters::dRHcal

Definition at line 70 of file TrackAssociator.h.

Referenced by HAssociatorParameters().

◆ idRCalo

int HTrackAssociator::HAssociatorParameters::idRCalo

Definition at line 74 of file TrackAssociator.h.

Referenced by HAssociatorParameters().

◆ idREcal

int HTrackAssociator::HAssociatorParameters::idREcal

Definition at line 72 of file TrackAssociator.h.

Referenced by HAssociatorParameters().

◆ idRHcal

int HTrackAssociator::HAssociatorParameters::idRHcal

Definition at line 73 of file TrackAssociator.h.

Referenced by HAssociatorParameters().

◆ useCalo

bool HTrackAssociator::HAssociatorParameters::useCalo

Definition at line 78 of file TrackAssociator.h.

Referenced by HAssociatorParameters().

◆ useEcal

bool HTrackAssociator::HAssociatorParameters::useEcal

Definition at line 76 of file TrackAssociator.h.

Referenced by HAssociatorParameters().

◆ useHcal

bool HTrackAssociator::HAssociatorParameters::useHcal

Definition at line 77 of file TrackAssociator.h.

Referenced by HAssociatorParameters().

HTrackAssociator::HAssociatorParameters::useHcal
bool useHcal
Definition: TrackAssociator.h:77
HTrackAssociator::HAssociatorParameters::dRHcal
double dRHcal
Definition: TrackAssociator.h:70
HTrackAssociator::HAssociatorParameters::useCalo
bool useCalo
Definition: TrackAssociator.h:78
HTrackAssociator::HAssociatorParameters::dREcal
double dREcal
Definition: TrackAssociator.h:69
HTrackAssociator::HAssociatorParameters::useEcal
bool useEcal
Definition: TrackAssociator.h:76
HTrackAssociator::HAssociatorParameters::idRCalo
int idRCalo
Definition: TrackAssociator.h:74
HTrackAssociator::HAssociatorParameters::dRCalo
double dRCalo
Definition: TrackAssociator.h:71
HTrackAssociator::HAssociatorParameters::idRHcal
int idRHcal
Definition: TrackAssociator.h:73
HTrackAssociator::HAssociatorParameters::idREcal
int idREcal
Definition: TrackAssociator.h:72