Jpp
debug
the software that should make you happy
|
Example program to histogram neutrino effective volume for triggered events. More...
#include <string>
#include <iostream>
#include "TROOT.h"
#include "TFile.h"
#include "TH1D.h"
#include "km3net-dataformat/offline/Head.hh"
#include "km3net-dataformat/offline/Evt.hh"
#include "km3net-dataformat/offline/Vec.hh"
#include "JDAQ/JDAQEventIO.hh"
#include "JAAnet/JAAnetToolkit.hh"
#include "JAAnet/JVolume.hh"
#include "JSupport/JTriggeredFileScanner.hh"
#include "JSupport/JMonteCarloFileSupportkit.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) |
Example program to histogram neutrino effective volume for triggered events.
For genie/gSeaGen events, use application JEffectiveMassOnline1D or JEffectiveMassOffline1D.
The unit of the contents of the histogram is .
Definition in file JVolume1D.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 30 of file JVolume1D.cc.