Example class for data analysis.
More...
Example class for data analysis.
Definition at line 43 of file JDAQTimesliceSelector.cc.
Constructor.
Definition at line 49 of file JDAQTimesliceSelector.cc.
53 h0(
"h0", NULL, numeric_limits<JDAQHit::JPMT_t>::max(), -0.5, numeric_limits<JDAQHit::JPMT_t>::max() - 0.5),
54 h1(
"h1", NULL, numeric_limits<JDAQHit::JTOT_t>::max(), -0.5, numeric_limits<JDAQHit::JTOT_t>::max() - 0.5),
double getFrameTime()
Get frame time duration.
JAnalysis::~JAnalysis |
( |
| ) |
|
|
inline |
Process data.
- Parameters
-
- Returns
- true
Definition at line 85 of file JDAQTimesliceSelector.cc.
89 for (JDAQTimeslice::const_iterator frame = timeslice.begin(); frame != timeslice.end(); ++frame) {
93 h0.Fill(hit->getPMT());
94 h1.Fill(hit->getToT());
static const JPBS_t PMT(3, 4, 2, 3)
PBS of photo-multiplier tube (PMT)
then usage $script< input_file >< detector_file > fi set_variable OUTPUT_DIR set_variable SELECTOR JDAQTimesliceL1 set_variable DEBUG case set_variable DEBUG
The documentation for this struct was generated from the following file: