#include <PhotonSignal.h>
Public Member Functions | |
| PhotonSignal () | |
| PhotonSignal (float time, float timerms, int npe) | |
| ~PhotonSignal () | |
| void | SetTimeMean (float t) |
| void | SetTimeRMS (float t) |
| void | SetNPhoton (int npe) |
| void | SetPlaneCell (int plane, int cell) |
| void | SetTrackId (unsigned short t) |
| float | TimeMean () const |
| float | TimeRMS () const |
| int | NPhoton () const |
| int | Cell () const |
| int | Plane () const |
| unsigned short | TrackId () const |
Private Attributes | |
| float | fTimeMean |
| float | fTimeRMS |
| int | fNPhoton |
| int | fCell |
| int | fPlane |
| unsigned short | fTrackId |
|
|
Definition at line 18 of file PhotonSignal.cxx. 00018 : 00019 fTimeMean(0.), fTimeRMS(0.), fNPhoton(0), fCell(0), fPlane(0), fTrackId(0) 00020 { 00021 00022 }
|
|
||||||||||||||||
|
Definition at line 26 of file PhotonSignal.cxx. 00026 : 00027 fTimeMean(time), fTimeRMS(timerms), fNPhoton(npe), fCell(0), fPlane(0), fTrackId(0) 00028 { 00029 00030 }
|
|
|
Definition at line 34 of file PhotonSignal.cxx. 00035 {
00036
00037 }
|
|
|
Definition at line 33 of file PhotonSignal.h. 00033 { return fCell; }
|
|
|
Definition at line 32 of file PhotonSignal.h. Referenced by photrans::SimpleTransport::Reco(). 00032 { return fNPhoton; }
|
|
|
Definition at line 34 of file PhotonSignal.h. 00034 { return fPlane; }
|
|
|
Definition at line 25 of file PhotonSignal.h. 00025 { fNPhoton = npe; }
|
|
||||||||||||
|
Definition at line 26 of file PhotonSignal.h. Referenced by photrans::SimpleTransport::Reco().
|
|
|
Definition at line 23 of file PhotonSignal.h. 00023 { fTimeMean = t; }
|
|
|
Definition at line 24 of file PhotonSignal.h. 00024 { fTimeRMS = t; }
|
|
|
Definition at line 27 of file PhotonSignal.h. Referenced by photrans::SimpleTransport::Reco(). 00027 { fTrackId = t; }
|
|
|
Definition at line 30 of file PhotonSignal.h. 00030 { return fTimeMean; }
|
|
|
Definition at line 31 of file PhotonSignal.h. 00031 { return fTimeRMS; }
|
|
|
Definition at line 35 of file PhotonSignal.h. 00035 { return fTrackId; }
|
|
|
Definition at line 41 of file PhotonSignal.h. |
|
|
Definition at line 40 of file PhotonSignal.h. |
|
|
Definition at line 42 of file PhotonSignal.h. |
|
|
Definition at line 38 of file PhotonSignal.h. |
|
|
Definition at line 39 of file PhotonSignal.h. |
|
|
Definition at line 43 of file PhotonSignal.h. |
1.3.9.1