|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
#include <string>#include <iostream>#include <fstream>#include <iomanip>#include <vector>#include "TROOT.h"#include "TFile.h"#include "TTree.h"#include "JDAQ/JDAQEvaluator.hh"#include "km3net-dataformat/offline/Evt.hh"#include "JDetector/JDetector.hh"#include "JDetector/JDetectorToolkit.hh"#include "JROOT/JROOTClassSelector.hh"#include "JSupport/JMultipleFileScanner.hh"#include "JSupport/JTreeScanner.hh"#include "JSupport/JAutoTreeScanner.hh"#include "JSupport/JSupport.hh"#include "Jeep/JPrint.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"#include "JTrigger/JDAQHitToTSelector.hh"#include "JSupernova.hh"Go to the source code of this file.
Functions | |
| int | initialize_root_tree (JCoincidenceSN &obs, int *frame_number, TTree *tr) |
| Initialize the output ROOT file with CCSN candidate information. | |
| int | main (int argc, char **argv) |
Application to analyse buffered L1 timeslices for the online CCSN analysis
Definition in file JKaboom.cc.
|
inline |
Initialize the output ROOT file with CCSN candidate information.
| obs | Single-DOM observables |
| frame_number | Timeslice frame number |
| tr | Output ROOT tree |
Definition at line 50 of file JKaboom.cc.
Definition at line 60 of file JKaboom.cc.