#include <PndRichTSPDHit.h>
Definition at line 14 of file PndRichTSPDHit.h.
PndRichTSPDHit::PndRichTSPDHit |
( |
| ) |
|
PndRichTSPDHit::PndRichTSPDHit |
( |
Int_t |
detID, |
|
|
Int_t |
sensorId, |
|
|
TVector3 |
pos, |
|
|
TVector3 |
dpos, |
|
|
Double_t |
time, |
|
|
Double_t |
timeThreshold |
|
) |
| |
PndRichTSPDHit::~PndRichTSPDHit |
( |
| ) |
|
|
virtual |
void PndRichTSPDHit::AddIndex |
( |
int |
index | ) |
|
|
inline |
Definition at line 58 of file PndRichTSPDHit.h.
References fIndex.
61 AddLink(FairLink(
"PndRichPDHit", index));
std::vector< Int_t > fIndex
void PndRichTSPDHit::AddIndex |
( |
std::vector< Int_t > |
index | ) |
|
|
inline |
Definition at line 64 of file PndRichTSPDHit.h.
References fIndex.
67 AddLinks(FairMultiLinkedData(
"PndRichPDHit", index));
std::vector< Int_t > fIndex
virtual bool PndRichTSPDHit::equal |
( |
FairTimeStamp * |
data | ) |
|
|
inlinevirtual |
std::vector<Int_t> PndRichTSPDHit::GetIndices |
( |
| ) |
const |
|
inline |
Int_t PndRichTSPDHit::GetSensorId |
( |
| ) |
const |
|
inline |
virtual Double_t PndRichTSPDHit::GetTime |
( |
| ) |
|
|
inlinevirtual |
virtual Double_t PndRichTSPDHit::GetTimeThreshold |
( |
| ) |
|
|
inlinevirtual |
virtual bool PndRichTSPDHit::operator< |
( |
const PndRichTSPDHit & |
hit | ) |
const |
|
inlinevirtual |
virtual bool PndRichTSPDHit::operator== |
( |
const PndRichTSPDHit & |
hit | ) |
const |
|
inlinevirtual |
virtual bool PndRichTSPDHit::operator> |
( |
const PndRichTSPDHit & |
hit | ) |
const |
|
inlinevirtual |
void PndRichTSPDHit::Print |
( |
const Option_t * |
opt = "" | ) |
const |
|
virtual |
Output to screen
Definition at line 49 of file PndRichTSPDHit.cxx.
References fTime.
50 cout <<
"RICH Photon hit: Time = " <<
fTime <<
" opt="<<opt<< endl;
Definition at line 17 of file PndRichTSPDHit.h.
19 <<
", from Point(s) ";
21 for (
unsigned int i = 0;
i < indices.size();
i++){
22 out << indices[
i] <<
" ";
std::vector< Int_t > GetIndices() const
Int_t GetSensorId() const
Int_t PndRichTSPDHit::fDetID |
|
protected |
TVector3 PndRichTSPDHit::fdPos |
|
protected |
std::vector<Int_t> PndRichTSPDHit::fIndex |
|
protected |
TVector3 PndRichTSPDHit::fPos |
|
protected |
Int_t PndRichTSPDHit::fSensorId |
|
protected |
The documentation for this class was generated from the following files: