CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
trklet::DRin::Stub Struct Reference

Public Member Functions

 Stub (const TTStubRef &ttStubRef, int layer, int layerDet, bool seed, int stubId, double r, double phi, double z, bool psTilt)
 

Public Attributes

int layer_
 
int layerDet_
 
int layerKF_
 
double phi_
 
bool psTilt_
 
double r_
 
bool seed_
 
int stubId_
 
TTStubRef ttStubRef_
 
bool valid_
 
double z_
 

Detailed Description

Definition at line 44 of file DRin.h.

Constructor & Destructor Documentation

◆ Stub()

trklet::DRin::Stub::Stub ( const TTStubRef ttStubRef,
int  layer,
int  layerDet,
bool  seed,
int  stubId,
double  r,
double  phi,
double  z,
bool  psTilt 
)
inline

Definition at line 45 of file DRin.h.

54  : valid_(true),
55  ttStubRef_(ttStubRef),
56  layer_(layer),
57  layerDet_(layerDet),
58  layerKF_(-1),
59  seed_(seed),
60  stubId_(stubId),
61  r_(r),
62  phi_(phi),
63  z_(z),
64  psTilt_(psTilt) {}
TTStubRef ttStubRef_
Definition: DRin.h:66
bool psTilt_
Definition: DRin.h:84
double r_
Definition: DRin.h:78
double z_
Definition: DRin.h:82
double phi_
Definition: DRin.h:80

Member Data Documentation

◆ layer_

int trklet::DRin::Stub::layer_

Definition at line 68 of file DRin.h.

Referenced by trklet::DRin::produce().

◆ layerDet_

int trklet::DRin::Stub::layerDet_

Definition at line 70 of file DRin.h.

Referenced by trklet::DRin::produce().

◆ layerKF_

int trklet::DRin::Stub::layerKF_

Definition at line 72 of file DRin.h.

Referenced by trklet::DRin::produce().

◆ phi_

double trklet::DRin::Stub::phi_

Definition at line 80 of file DRin.h.

Referenced by trklet::DRin::produce().

◆ psTilt_

bool trklet::DRin::Stub::psTilt_

Definition at line 84 of file DRin.h.

Referenced by trklet::DRin::produce().

◆ r_

double trklet::DRin::Stub::r_

Definition at line 78 of file DRin.h.

Referenced by trklet::DRin::produce().

◆ seed_

bool trklet::DRin::Stub::seed_

Definition at line 74 of file DRin.h.

◆ stubId_

int trklet::DRin::Stub::stubId_

Definition at line 76 of file DRin.h.

Referenced by trklet::DRin::produce().

◆ ttStubRef_

TTStubRef trklet::DRin::Stub::ttStubRef_

Definition at line 66 of file DRin.h.

Referenced by trklet::DRin::produce().

◆ valid_

bool trklet::DRin::Stub::valid_

Definition at line 65 of file DRin.h.

Referenced by trklet::DRin::produce().

◆ z_

double trklet::DRin::Stub::z_

Definition at line 82 of file DRin.h.

Referenced by trklet::DRin::produce().