| 
    Jpp
    15.0.1-rc.1-highQE
    
   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.
| f | pointer to ROOT file | 
| frame_index | frame index | 
Definition at line 143 of file io_online.hh.
 1.8.5