All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
sbn::TrackHitInfo Struct Reference

#include <TrackCaloSkimmerObj.h>

Public Member Functions

 TrackHitInfo ()
 

Public Attributes

HitInfo h
 Hit information by itself. More...
 
float pitch
 Pitch of track across wire the hit is on [cm]. More...
 
float dqdx
 Initial computed dq/dx of hit [ADC/cm]. More...
 
float rr
 Residual range of hit along track [cm]. More...
 
Vector3D tp
 Track Trajectory position of hit [cm]. More...
 
Vector3D dir
 Direction of track at hit location. More...
 
uint16_t i_snippet
 Index of hit into snippet. More...
 
bool ontraj
 Whether the hit is on the track trajectory. More...
 
bool oncalo
 Whether the hit is on the track calorimetry. More...
 

Detailed Description

Definition at line 76 of file TrackCaloSkimmerObj.h.

Constructor & Destructor Documentation

sbn::TrackHitInfo::TrackHitInfo ( )
inline

Definition at line 87 of file TrackCaloSkimmerObj.h.

87  :
88  pitch(-1),
89  dqdx(-1),
90  rr(-1),
91  i_snippet((uint16_t)-1),
92  ontraj(false),
93  oncalo(false) {}
float pitch
Pitch of track across wire the hit is on [cm].
float dqdx
Initial computed dq/dx of hit [ADC/cm].
float rr
Residual range of hit along track [cm].
uint16_t i_snippet
Index of hit into snippet.
bool oncalo
Whether the hit is on the track calorimetry.
bool ontraj
Whether the hit is on the track trajectory.

Member Data Documentation

Vector3D sbn::TrackHitInfo::dir

Direction of track at hit location.

Definition at line 82 of file TrackCaloSkimmerObj.h.

float sbn::TrackHitInfo::dqdx

Initial computed dq/dx of hit [ADC/cm].

Definition at line 79 of file TrackCaloSkimmerObj.h.

HitInfo sbn::TrackHitInfo::h

Hit information by itself.

Definition at line 77 of file TrackCaloSkimmerObj.h.

uint16_t sbn::TrackHitInfo::i_snippet

Index of hit into snippet.

Definition at line 83 of file TrackCaloSkimmerObj.h.

bool sbn::TrackHitInfo::oncalo

Whether the hit is on the track calorimetry.

Definition at line 85 of file TrackCaloSkimmerObj.h.

bool sbn::TrackHitInfo::ontraj

Whether the hit is on the track trajectory.

Definition at line 84 of file TrackCaloSkimmerObj.h.

float sbn::TrackHitInfo::pitch

Pitch of track across wire the hit is on [cm].

Definition at line 78 of file TrackCaloSkimmerObj.h.

float sbn::TrackHitInfo::rr

Residual range of hit along track [cm].

Definition at line 80 of file TrackCaloSkimmerObj.h.

Vector3D sbn::TrackHitInfo::tp

Track Trajectory position of hit [cm].

Definition at line 81 of file TrackCaloSkimmerObj.h.


The documentation for this struct was generated from the following file: