CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
Hit Struct Reference

#include <HitCollection.h>

Public Member Functions

 Hit (unsigned int _id=0, unsigned int _dirIdx=0, double _pos=0, double _sig=0, double _z=0)
 

Public Attributes

double alpha
 
double beta
 
unsigned int dirIdx
 index of read-out direction (valid are: 1 or 2) More...
 
double gamma
 
unsigned int id
 sensor id More...
 
double position
 measurement position; mm More...
 
double sigma
 measurement position; mm More...
 
float x
 
float y
 
double z
 global z - AlignmentGeometry::z0, mm More...
 

Detailed Description

Definition at line 12 of file HitCollection.h.

Constructor & Destructor Documentation

◆ Hit()

Hit::Hit ( unsigned int  _id = 0,
unsigned int  _dirIdx = 0,
double  _pos = 0,
double  _sig = 0,
double  _z = 0 
)
inline

Definition at line 30 of file HitCollection.h.

30  : id(_id), dirIdx(_dirIdx), position(_pos), sigma(_sig), z(_z) {}
31 };

Member Data Documentation

◆ alpha

double Hit::alpha

Definition at line 60 of file SiPixelLorentzAngle.h.

Referenced by analyzer::SiPixelLorentzAngle::analyze().

◆ beta

double Hit::beta

Definition at line 61 of file SiPixelLorentzAngle.h.

Referenced by analyzer::SiPixelLorentzAngle::analyze().

◆ dirIdx

unsigned int Hit::dirIdx

index of read-out direction (valid are: 1 or 2)

Definition at line 19 of file HitCollection.h.

◆ gamma

double Hit::gamma

Definition at line 62 of file SiPixelLorentzAngle.h.

Referenced by analyzer::SiPixelLorentzAngle::analyze().

◆ id

unsigned int Hit::id

sensor id

Definition at line 16 of file HitCollection.h.

◆ position

double Hit::position

measurement position; mm

Definition at line 22 of file HitCollection.h.

◆ sigma

double Hit::sigma

measurement position; mm

Definition at line 25 of file HitCollection.h.

◆ x

float Hit::x

◆ y

float Hit::y

◆ z

double Hit::z
Hit::z
double z
global z - AlignmentGeometry::z0, mm
Definition: HitCollection.h:28
Hit::sigma
double sigma
measurement position; mm
Definition: HitCollection.h:25
Hit::position
double position
measurement position; mm
Definition: HitCollection.h:22
Hit::id
unsigned int id
sensor id
Definition: HitCollection.h:16
Hit::dirIdx
unsigned int dirIdx
index of read-out direction (valid are: 1 or 2)
Definition: HitCollection.h:19