#include <HarpoSimStrips.h>
Public Member Functions | |
HarpoSimStripHit () | |
HarpoSimStripHit (Int_t stripId, Double_t t, Double_t q) | |
HarpoSimStripHit (const HarpoSimStripHit &hit) | |
virtual | ~HarpoSimStripHit () |
Int_t | GetStripId () |
Double_t | GetTime () |
Double_t | GetQ () |
void | SetStripId (Int_t value) |
void | SetTime (Double_t value) |
void | SetQ (Double_t value) |
Private Member Functions | |
ClassDef (HarpoSimStripHit, 1) | |
Private Attributes | |
Int_t | fStripId |
Double_t | fTime |
Double_t | fQ |
Definition at line 19 of file HarpoSimStrips.h.
HarpoSimStripHit::HarpoSimStripHit | ( | ) |
HarpoSimStripHit::HarpoSimStripHit | ( | Int_t | stripId, |
Double_t | t, | ||
Double_t | q | ||
) |
Definition at line 17 of file HarpoSimStrips.cxx.
HarpoSimStripHit::HarpoSimStripHit | ( | const HarpoSimStripHit & | hit | ) |
Definition at line 25 of file HarpoSimStrips.cxx.
|
inlinevirtual |
Definition at line 25 of file HarpoSimStrips.h.
|
private |
|
inline |
Definition at line 29 of file HarpoSimStrips.h.
|
inline |
Definition at line 27 of file HarpoSimStrips.h.
|
inline |
Definition at line 28 of file HarpoSimStrips.h.
|
inline |
Definition at line 33 of file HarpoSimStrips.h.
|
inline |
Definition at line 31 of file HarpoSimStrips.h.
|
inline |
Definition at line 32 of file HarpoSimStrips.h.
|
private |
Definition at line 39 of file HarpoSimStrips.h.
|
private |
Definition at line 37 of file HarpoSimStrips.h.
|
private |
Definition at line 38 of file HarpoSimStrips.h.