#include <TRpcEvent.h>
Public Member Functions | |
Rpc_Cluster () | |
void | Clear (void) |
void | PositionCalculation (Double_t dMiddleStrip, UInt_t uOrientation, Double_t dStripWidth, Double_t dTimeConv) |
Rpc_Cluster () | |
void | Clear (void) |
void | PositionCalculation (Double_t dMiddleStrip, UInt_t uOrientation, Double_t dStripWidth, Double_t dTimeConv, UInt_t uUseGravityCenter=0) |
Rpc_Cluster () | |
void | Clear (void) |
void | PositionCalculation (Double_t dMiddleStrip, UInt_t uOrientation, Double_t dStripWidth, Double_t dTimeConv, UInt_t uUseGravityCenter=0) |
Data Fields | |
std::vector< Rpc_Hit > | fHits |
Double_t | dX |
Double_t | dY |
Double_t | dMeanTime |
Double_t | dMeanStrip |
Definition at line 34 of file TRpcEvent.h.
Rpc_Cluster::Rpc_Cluster | ( | ) | [inline] |
Definition at line 42 of file TRpcEvent.h.
References Clear().
Rpc_Cluster::Rpc_Cluster | ( | ) | [inline] |
Definition at line 44 of file TRpcEvent.h.
References Clear().
Rpc_Cluster::Rpc_Cluster | ( | ) | [inline] |
Definition at line 47 of file Rpc_Event.h.
References Clear().
void Rpc_Cluster::Clear | ( | void | ) |
Definition at line 20 of file TRpcEvent.cxx.
References dMeanTime, dX, dY, and fHits.
Referenced by TRpcProc::FinalizeEvent(), TRpcProc::ProcessCaenStrip(), TRpcProc::ProcessGet4v10Strip(), TRpcProc::ProcessVftxStrip(), and Rpc_Cluster().
void Rpc_Cluster::Clear | ( | void | ) |
void Rpc_Cluster::Clear | ( | void | ) |
void Rpc_Cluster::PositionCalculation | ( | Double_t | dMiddleStrip, | |
UInt_t | uOrientation, | |||
Double_t | dStripWidth, | |||
Double_t | dTimeConv, | |||
UInt_t | uUseGravityCenter = 0 | |||
) |
Definition at line 31 of file TRpcEvent.cxx.
References dMeanStrip, dMeanTime, dX, dY, and fHits.
void Rpc_Cluster::PositionCalculation | ( | Double_t | dMiddleStrip, | |
UInt_t | uOrientation, | |||
Double_t | dStripWidth, | |||
Double_t | dTimeConv | |||
) |
Definition at line 27 of file TRpcEvent.cxx.
References dMeanStrip, dMeanTime, dX, dY, and fHits.
Referenced by TRpcProc::FinalizeEvent(), TRpcProc::ProcessCaenStrip(), TRpcProc::ProcessGet4v10Strip(), and TRpcProc::ProcessVftxStrip().
void Rpc_Cluster::PositionCalculation | ( | Double_t | dMiddleStrip, | |
UInt_t | uOrientation, | |||
Double_t | dStripWidth, | |||
Double_t | dTimeConv, | |||
UInt_t | uUseGravityCenter = 0 | |||
) |
Double_t Rpc_Cluster::dMeanStrip |
Definition at line 40 of file TRpcEvent.h.
Referenced by PositionCalculation().
Double_t Rpc_Cluster::dMeanTime |
Definition at line 39 of file TRpcEvent.h.
Referenced by Clear(), and PositionCalculation().
Double_t Rpc_Cluster::dX |
Definition at line 37 of file TRpcEvent.h.
Referenced by Clear(), and PositionCalculation().
Double_t Rpc_Cluster::dY |
Definition at line 38 of file TRpcEvent.h.
Referenced by Clear(), and PositionCalculation().
std::vector< Rpc_Hit > Rpc_Cluster::fHits |
Definition at line 36 of file TRpcEvent.h.
Referenced by Clear(), TRpcProc::FinalizeEvent(), PositionCalculation(), TRpcProc::ProcessCaenStrip(), TRpcProc::ProcessGet4v10Strip(), and TRpcProc::ProcessVftxStrip().