#include <TRpcEvent.h>
Public Member Functions | |
Rpc_Hit () | |
void | Clear (void) |
Rpc_Hit () | |
void | Clear (void) |
Double_t | PositionCalculation (Double_t dTimeConv) |
Rpc_Hit () | |
void | Clear (void) |
Double_t | PositionCalculation (Double_t dTimeConv) |
Bool_t | IsMultiEdge () const |
Data Fields | |
Int_t | iStrip |
Double_t | dTimeLeft |
Double_t | dTotLeft |
Double_t | dTimeRight |
Double_t | dTotRight |
Bool_t | fbMultiEdge |
Definition at line 11 of file TRpcEvent.h.
Rpc_Hit::Rpc_Hit | ( | ) | [inline] |
Definition at line 19 of file TRpcEvent.h.
References Clear().
Rpc_Hit::Rpc_Hit | ( | ) | [inline] |
Definition at line 19 of file TRpcEvent.h.
References Clear().
Rpc_Hit::Rpc_Hit | ( | ) | [inline] |
Definition at line 21 of file Rpc_Event.h.
References Clear().
void Rpc_Hit::Clear | ( | void | ) |
Definition at line 11 of file TRpcEvent.cxx.
References dTimeLeft, dTimeRight, dTotLeft, dTotRight, and iStrip.
Referenced by TRpcProc::FinalizeEvent(), and Rpc_Hit().
void Rpc_Hit::Clear | ( | void | ) |
void Rpc_Hit::Clear | ( | void | ) |
Bool_t Rpc_Hit::IsMultiEdge | ( | ) | const [inline] |
Definition at line 26 of file Rpc_Event.h.
References fbMultiEdge.
Double_t Rpc_Hit::PositionCalculation | ( | Double_t | dTimeConv | ) |
Definition at line 19 of file TRpcEvent.cxx.
References dTimeLeft, and dTimeRight.
Double_t Rpc_Hit::PositionCalculation | ( | Double_t | dTimeConv | ) |
Double_t Rpc_Hit::dTimeLeft |
Definition at line 14 of file TRpcEvent.h.
Referenced by Clear(), PositionCalculation(), TRpcProc::ProcessCaenStrip(), TRpcProc::ProcessGet4v10Strip(), and TRpcProc::ProcessVftxStrip().
Double_t Rpc_Hit::dTimeRight |
Definition at line 16 of file TRpcEvent.h.
Referenced by Clear(), PositionCalculation(), TRpcProc::ProcessCaenStrip(), TRpcProc::ProcessGet4v10Strip(), and TRpcProc::ProcessVftxStrip().
Double_t Rpc_Hit::dTotLeft |
Definition at line 15 of file TRpcEvent.h.
Referenced by Clear(), TRpcProc::ProcessCaenStrip(), TRpcProc::ProcessGet4v10Strip(), and TRpcProc::ProcessVftxStrip().
Double_t Rpc_Hit::dTotRight |
Definition at line 17 of file TRpcEvent.h.
Referenced by Clear(), TRpcProc::ProcessCaenStrip(), TRpcProc::ProcessGet4v10Strip(), and TRpcProc::ProcessVftxStrip().
Bool_t Rpc_Hit::fbMultiEdge |
Definition at line 19 of file Rpc_Event.h.
Referenced by IsMultiEdge().
Int_t Rpc_Hit::iStrip |
Definition at line 13 of file TRpcEvent.h.
Referenced by Clear(), TRpcProc::ProcessCaenStrip(), TRpcProc::ProcessGet4v10Strip(), and TRpcProc::ProcessVftxStrip().