| 
    Jpp
    17.3.2
    
   the software that should make you happy 
   | 
 
Example program to histogram KM3NETDAQ::JDAQTimeslice. More...
#include <string>#include <iostream>#include <iomanip>#include <limits>#include "TROOT.h"#include "TFile.h"#include "TH1D.h"#include "JDAQ/JDAQTimesliceIO.hh"#include "km3net-dataformat/online/JDAQPMTIdentifier.hh"#include "JSupport/JMultipleFileScanner.hh"#include "JSupport/JSupport.hh"#include "JROOT/JROOTClassSelector.hh"#include "JLang/JTypeSelector.hh"#include "JLang/JObjectMultiplexer.hh"#include "JLang/JPipe.hh"#include "JLang/JObjectOutput.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Classes | |
| struct | JAnalysis | 
| Example class for data analysis.  More... | |
Functions | |
| int | main (int argc, char **argv) | 
Variables | |
| JDAQPMTIdentifier | PMT | 
| Command line options.  More... | |
| int | debug | 
| debug level  More... | |
| string | outputFile | 
Example program to histogram KM3NETDAQ::JDAQTimeslice.
Definition in file JDAQTimesliceSelector.cc.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 117 of file JDAQTimesliceSelector.cc.
Command line options.
Definition at line 35 of file JDAQTimesliceSelector.cc.
| int debug | 
debug level
Definition at line 36 of file JDAQTimesliceSelector.cc.
| string outputFile | 
Definition at line 37 of file JDAQTimesliceSelector.cc.
 1.8.5