Jpp  18.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
JMonopole.cc File Reference

Example program to analyse summary data. More...

#include <string>
#include <iostream>
#include <iomanip>
#include <limits>
#include <vector>
#include <set>
#include "TROOT.h"
#include "TFile.h"
#include "TH1D.h"
#include "antares-dataformat/TimeSlice.hh"
#include "km3net-dataformat/online/JDAQSummaryslice.hh"
#include "JDAQ/JDAQSummarysliceIO.hh"
#include "JDetector/JDetector.hh"
#include "JDetector/JDetectorToolkit.hh"
#include "JDetector/JModuleRouter.hh"
#include "JGeometry3D/JPosition3D.hh"
#include "JGeometry3D/JRotation3D.hh"
#include "JGeometry3D/JOmega3D.hh"
#include "JTools/JQuantile.hh"
#include "JSupport/JMultipleFileScanner.hh"
#include "JSupport/JSupport.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Example program to analyse summary data.

Author
mdejong

Definition in file JMonopole.cc.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 240 of file JMonopole.cc.

241 {
242  if (do_main<KM3NETDAQ::JDAQSummaryslice>(argc, argv)) { return 0; }
243  if (do_main<ExtendedSummary_TimeSlice> (argc, argv)) { return 0; }
244 }