![]() |
eventAnalysis
7.0-49-g0ac7482
|
An object to store hit information for the SMRD subdetector. More...
#include <TGlobalReconModule.hxx>
Public Member Functions | |
virtual | ~TSMRDHit () |
ClassDef (TGlobalReconModule::TSMRDHit, 1) | |
Public Attributes | |
double | Charge |
Deposited charge. More... | |
int | Counter |
SMRD scint number. More... | |
int | Layer |
SMRD hit layer number. More... | |
TVector3 | Position |
Hit position in global ND coordinates [mm]. More... | |
TVector3 | PositionError |
The variance on ND::TGlobalReconModule::TSMRDHit::Position [mm]. More... | |
double | Time |
Hit time [ns]. More... | |
int | Tower |
SMRD Tower number. More... | |
int | Type |
The hit 'type': (0=X,1=Y,2=Z) More... | |
int | Wall |
SMRD wall number, 0=Top, 1=Bottom, 2= Right, 3= Left. More... | |
int | Yoke |
Yoke ring number. More... | |
An object to store hit information for the SMRD subdetector.
Definition at line 76 of file TGlobalReconModule.hxx.
|
virtual |
Definition at line 188 of file TGlobalReconModule.cxx.
ND::TGlobalReconModule::TSMRDHit::ClassDef | ( | TGlobalReconModule::TSMRDHit | , |
1 | |||
) |
double ND::TGlobalReconModule::TSMRDHit::Charge |
Deposited charge.
Definition at line 84 of file TGlobalReconModule.hxx.
Referenced by ND::TGlobalReconModule::FillGlobalHit().
int ND::TGlobalReconModule::TSMRDHit::Counter |
SMRD scint number.
Definition at line 83 of file TGlobalReconModule.hxx.
Referenced by ND::TGlobalReconModule::FillSmrdHit().
int ND::TGlobalReconModule::TSMRDHit::Layer |
SMRD hit layer number.
Definition at line 81 of file TGlobalReconModule.hxx.
Referenced by ND::TGlobalReconModule::FillSmrdHit().
TVector3 ND::TGlobalReconModule::TSMRDHit::Position |
Hit position in global ND coordinates [mm].
Definition at line 86 of file TGlobalReconModule.hxx.
Referenced by ND::TGlobalReconModule::FillGlobalHit().
TVector3 ND::TGlobalReconModule::TSMRDHit::PositionError |
The variance on ND::TGlobalReconModule::TSMRDHit::Position [mm].
Definition at line 87 of file TGlobalReconModule.hxx.
Referenced by ND::TGlobalReconModule::FillGlobalHit().
double ND::TGlobalReconModule::TSMRDHit::Time |
Hit time [ns].
Definition at line 85 of file TGlobalReconModule.hxx.
Referenced by ND::TGlobalReconModule::FillGlobalHit().
int ND::TGlobalReconModule::TSMRDHit::Tower |
SMRD Tower number.
Definition at line 82 of file TGlobalReconModule.hxx.
Referenced by ND::TGlobalReconModule::FillSmrdHit().
int ND::TGlobalReconModule::TSMRDHit::Type |
The hit 'type': (0=X,1=Y,2=Z)
Definition at line 88 of file TGlobalReconModule.hxx.
Referenced by ND::TGlobalReconModule::FillGlobalHit().
int ND::TGlobalReconModule::TSMRDHit::Wall |
SMRD wall number, 0=Top, 1=Bottom, 2= Right, 3= Left.
Definition at line 79 of file TGlobalReconModule.hxx.
Referenced by ND::TGlobalReconModule::FillSmrdHit().
int ND::TGlobalReconModule::TSMRDHit::Yoke |
Yoke ring number.
Definition at line 80 of file TGlobalReconModule.hxx.
Referenced by ND::TGlobalReconModule::FillSmrdHit().