#include <Processor.h>
Public Member Functions | |
| NxRec () | |
| int | corr_nexthit (roc::Message &msg, uint64_t fulltm, bool docorr=false, bool firstscan=true) |
Data Fields | |
| bool | used |
| base::H1handle | fChannels |
| base::H2handle | fADCs |
| histogram with system types | |
| base::H1handle | fHITt |
| ADC distribution. | |
| uint64_t | lastfulltm1 |
| hit time | |
| uint64_t | lastfulltm2 |
Definition at line 12 of file Processor.h.
| nx::NxRec::NxRec | ( | ) | [inline] |
Definition at line 33 of file Processor.h.
| int nx::NxRec::corr_nexthit | ( | roc::Message & | msg, | |
| uint64_t | fulltm, | |||
| bool | docorr = false, |
|||
| bool | firstscan = true | |||
| ) |
Definition at line 160 of file Processor.cxx.
References roc::Message::getNxLastEpoch(), roc::Message::getNxLtsMsb(), roc::Message::getNxTs(), lastfulltm1, lastfulltm2, and roc::Message::setNxLastEpoch().
histogram with system types
Definition at line 16 of file Processor.h.
Definition at line 15 of file Processor.h.
ADC distribution.
Definition at line 17 of file Processor.h.
| uint64_t nx::NxRec::lastfulltm1 |
| uint64_t nx::NxRec::lastfulltm2 |
Definition at line 31 of file Processor.h.
Referenced by corr_nexthit().
| bool nx::NxRec::used |
Definition at line 13 of file Processor.h.
1.7.1