Optical Flash – a summary of multiple optical hits that have been determined to be associated. More...
#include <SROpFlash.h>
Public Member Functions | |
SROpFlash () | |
void | setDefault () |
Public Attributes | |
bool | onbeamtime { false } |
Is this in time with beam? More... | |
int | cryo { kUninitializedInt } |
0 for SBND/ICARUS East, 1 for ICARUS West. More... | |
int | firstpmt { kUninitializedInt } |
Channel number of first hit. More... | |
float | time { kSignalingNaN } |
Time on trigger time scale [us]. More... | |
float | timewidth { kSignalingNaN } |
Width of the flash in time [us]. More... | |
float | timemean { kSignalingNaN } |
Mean time of hits [us]. More... | |
float | timesd { kSignalingNaN } |
Standard deviation of hit times [us]. More... | |
float | firsttime { kSignalingNaN } |
Time of first hit [us]. More... | |
float | totalpe { kSignalingNaN } |
Total number of PE across all PMTs. More... | |
float | fasttototal { kSignalingNaN } |
Fast to total light ratio. More... | |
float | peperwall [2] { kSignalingNaN, kSignalingNaN } |
SRVector3D | center |
Geometric center in <x,y,z> [cm]. More... | |
SRVector3D | width |
Geometric width in <x,y,z> [cm]. More... | |
Optical Flash – a summary of multiple optical hits that have been determined to be associated.
Definition at line 16 of file SROpFlash.h.
caf::SROpFlash::SROpFlash | ( | ) |
Definition at line 14 of file SROpFlash.cxx.
void caf::SROpFlash::setDefault | ( | ) |
Definition at line 17 of file SROpFlash.cxx.
SRVector3D caf::SROpFlash::center |
Geometric center in <x,y,z> [cm].
Definition at line 33 of file SROpFlash.h.
int caf::SROpFlash::cryo { kUninitializedInt } |
0 for SBND/ICARUS East, 1 for ICARUS West.
Definition at line 22 of file SROpFlash.h.
float caf::SROpFlash::fasttototal { kSignalingNaN } |
Fast to total light ratio.
Definition at line 30 of file SROpFlash.h.
int caf::SROpFlash::firstpmt { kUninitializedInt } |
Channel number of first hit.
Definition at line 23 of file SROpFlash.h.
float caf::SROpFlash::firsttime { kSignalingNaN } |
Time of first hit [us].
Definition at line 28 of file SROpFlash.h.
bool caf::SROpFlash::onbeamtime { false } |
Is this in time with beam?
Definition at line 21 of file SROpFlash.h.
float caf::SROpFlash::peperwall[2] { kSignalingNaN, kSignalingNaN } |
Definition at line 31 of file SROpFlash.h.
float caf::SROpFlash::time { kSignalingNaN } |
Time on trigger time scale [us].
Definition at line 24 of file SROpFlash.h.
float caf::SROpFlash::timemean { kSignalingNaN } |
Mean time of hits [us].
Definition at line 26 of file SROpFlash.h.
float caf::SROpFlash::timesd { kSignalingNaN } |
Standard deviation of hit times [us].
Definition at line 27 of file SROpFlash.h.
float caf::SROpFlash::timewidth { kSignalingNaN } |
Width of the flash in time [us].
Definition at line 25 of file SROpFlash.h.
float caf::SROpFlash::totalpe { kSignalingNaN } |
Total number of PE across all PMTs.
Definition at line 29 of file SROpFlash.h.
SRVector3D caf::SROpFlash::width |
Geometric width in <x,y,z> [cm].
Definition at line 34 of file SROpFlash.h.