Jpp
17.2.0
the software that should make you happy
|
#include "km3net-dataformat/offline/Evt.hh"
#include "km3net-dataformat/offline/Hit.hh"
#include "km3net-dataformat/offline/Trk.hh"
#include "km3net-dataformat/offline/Exception.hh"
#include "km3net-dataformat/online/JDAQEvent.hh"
#include "km3net-dataformat/online/JDAQKeyHit.hh"
#include "km3net-dataformat/online/JDAQTimeslice.hh"
#include "km3net-dataformat/online/JDAQSummaryslice.hh"
#include "TStreamerInfo.h"
#include "TFile.h"
#include "TTree.h"
#include "km3net-dataformat/definitions/root.hh"
#include <map>
#include <vector>
Go to the source code of this file.
Functions | |
void | read (Hit &hit, const JDAQHit &daqhit) |
Read a hit from a DAQ hit. More... | |
void | read (Hit &hit, const JDAQKeyHit &daqhit) |
Read a hit from a DAQ key hit. More... | |
void | read (Evt &evt, const JDAQEvent &de) |
Read an event from a DAQ event. More... | |
void | read (Evt &evt, const JDAQTimeslice &ts) |
Read an event from a DAQ time slice. More... | |
JDAQSummaryslice * | get_summary_slice (TFile *f, int frame_index) |
Get summary slice from given file with given frame index. More... | |
Read a hit from a DAQ hit.
hit | hit |
daqhit | DAQ hit |
Definition at line 31 of file io_online.hh.
|
inline |
Read a hit from a DAQ key hit.
hit | hit |
daqhit | DAQ key hit |
Definition at line 44 of file io_online.hh.
Read an event from a DAQ event.
evt | evt |
de | DAQ event |
Definition at line 60 of file io_online.hh.
|
inline |
Read an event from a DAQ time slice.
evt | evt |
ts | DAQ time slice |
Definition at line 110 of file io_online.hh.
|
inline |
Get summary slice from given file with given frame index.
This function will (re)build an index each time it encounters a new TFile as input.
f | pointer to ROOT file |
frame_index | frame index |
Definition at line 145 of file io_online.hh.