#include <TBench.h>
Inheritance diagram for THit:

Public Member Functions | |
| THit () | |
| THit (const THit &) | |
| THit (int time) | |
| virtual | ~THit () |
| void | Set (int time) |
| int | Get (int i) |
| bool | operator== (const THit &c) const |
| bool | operator< (const THit &c) const |
| THit & | operator= (const THit &c) |
Protected Attributes | |
| float | fX |
| float | fY |
| float | fZ |
| int | fNpulses |
| int * | fPulses |
| int | fTime [10] |
Friends | |
| TBuffer & | operator<< (TBuffer &b, const THit *hit) |
Definition at line 44 of file TBench.h.
| THit::THit | ( | ) |
| THit::THit | ( | const THit & | ) |
| THit::THit | ( | int | time | ) |
| THit::~THit | ( | ) | [virtual] |
| void THit::Set | ( | int | time | ) |
Definition at line 100 of file TBench.cxx.
References fNpulses, fPulses, fTime, fX, fY, fZ, TRandom::Gaus(), gRandom, i, and j.
Referenced by TSTLhitMap::MakeEvent(), TSTLhitMultiset::MakeEvent(), TSTLhitList::MakeEvent(), TSTLhitDeque::MakeEvent(), TSTLhit::MakeEvent(), TSTLhitMultiMap::MakeEvent(), TSTLhitSet::MakeEvent(), and THit().
| bool THit::operator== | ( | const THit & | c | ) | const [inline] |
| bool THit::operator< | ( | const THit & | c | ) | const [inline] |
Definition at line 123 of file TBench.cxx.
float THit::fX [protected] |
Definition at line 46 of file TBench.h.
Referenced by JetEvent::Build(), operator=(), Set(), and THit().
float THit::fY [protected] |
Definition at line 47 of file TBench.h.
Referenced by JetEvent::Build(), operator=(), Set(), and THit().
float THit::fZ [protected] |
Definition at line 48 of file TBench.h.
Referenced by JetEvent::Build(), operator=(), Set(), and THit().
int THit::fNpulses [protected] |
int* THit::fPulses [protected] |
int THit::fTime[10] [protected] |
1.5.1