DAQ key hit.
More...
#include <JDAQKeyHit.hh>
DAQ key hit.
Definition at line 19 of file JDAQKeyHit.hh.
PMT channel in FPGA.
Definition at line 38 of file JDAQHit.hh.
time over threshold [ns]
Definition at line 40 of file JDAQHit.hh.
KM3NETDAQ::JDAQKeyHit::JDAQKeyHit |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 32 of file JDAQKeyHit.hh.
JDAQModuleIdentifier()
Default constructor.
JDAQHit()
Default constructor.
Constructor.
- Parameters
-
id | module identifier |
hit | PMT hit |
Definition at line 44 of file JDAQKeyHit.hh.
JDAQModuleIdentifier()
Default constructor.
JDAQHit()
Default constructor.
virtual KM3NETDAQ::JDAQKeyHit::~JDAQKeyHit |
( |
| ) |
|
|
inlinevirtual |
Type conversion operator.
- Returns
- axis
Definition at line 63 of file JDAQKeyHit.hh.
int getModuleID() const
Get module identifier.
JPMT_t getPMT() const
Get PMT.
KM3NETDAQ::JDAQKeyHit::ClassDef |
( |
JDAQKeyHit |
, |
|
|
1 |
|
|
) |
| |
int KM3NETDAQ::JDAQModuleIdentifier::getModuleID |
( |
| ) |
const |
|
inlineinherited |
JPMT_t KM3NETDAQ::JDAQHit::getPMT |
( |
| ) |
const |
|
inlineinherited |
Get PMT.
- Returns
- PMT
Definition at line 75 of file JDAQHit.hh.
JPMT_t pmt
PMT readout channel in FPGA.
JTDC_t KM3NETDAQ::JDAQHit::getT |
( |
| ) |
const |
|
inlineinherited |
Get time.
- Returns
- time [ns]
Definition at line 86 of file JDAQHit.hh.
JTDC_t tdc
leading edge [ns]
JTOT_t KM3NETDAQ::JDAQHit::getToT |
( |
| ) |
const |
|
inlineinherited |
Get time-over-threshold.
- Returns
- time-over-threshold [ns]
Definition at line 97 of file JDAQHit.hh.
JTOT_t tot
time over threshold [ns]
static JTOT_t KM3NETDAQ::JDAQHit::getMaximalToT |
( |
| ) |
|
|
inlinestaticinherited |
Get maximal time-over-threshold.
- Returns
- time-over-threshold [ns]
Definition at line 108 of file JDAQHit.hh.
KM3NETDAQ::JDAQHit::ClassDefNV |
( |
JDAQHit |
, |
|
|
1 |
|
|
) |
| |
|
inherited |
Definition of method to get size of data type.
This method should be specialised for each desired data type with fixed length.
- Returns
- number of bytes
Read JDAQKeyHit from input.
- Parameters
-
- Returns
- JReader
Definition at line 36 of file JDAQKeyHitIO.hh.
39 in >>
static_cast<JDAQHit&
> (hit);
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
Write JDAQKeyHit to output.
- Parameters
-
- Returns
- JWriter
Definition at line 52 of file JDAQKeyHitIO.hh.
54 out << static_cast<const JDAQModuleIdentifier&>(hit);
55 out << static_cast<const JDAQHit&> (hit);
int KM3NETDAQ::JDAQModuleIdentifier::id |
|
protectedinherited |
JPMT_t KM3NETDAQ::JDAQHit::pmt |
|
protectedinherited |
PMT readout channel in FPGA.
Definition at line 158 of file JDAQHit.hh.
JTDC_t KM3NETDAQ::JDAQHit::tdc |
|
protectedinherited |
JTOT_t KM3NETDAQ::JDAQHit::tot |
|
protectedinherited |
time over threshold [ns]
Definition at line 160 of file JDAQHit.hh.
The documentation for this class was generated from the following file: