|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Example program to histogram neutrino effective mass for triggered events by counting events inside the can volume. 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 "JDAQ/JDAQEventIO.hh"#include "JGeometry3D/JCylinder3D.hh"#include "JGeometry3D/JPosition3D.hh"#include "JAAnet/JVolume.hh"#include "JAAnet/JHeadToolkit.hh"#include "JAAnet/JAAnetToolkit.hh"#include "JSupport/JSupport.hh"#include "JSupport/JTriggeredFileScanner.hh"#include "JSupport/JEvtWeightFileScannerSet.hh"#include "JSupport/JMonteCarloFileSupportkit.hh"#include "JROOT/JManager.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 mass for triggered events by counting events inside the can volume.
All generated events should therefore be available in the input file(s).
This implies that option JSirene -N 0 should be used and option JTriggerEfficiency -O should not be used.
Alternatively, the option -C can be used to specify a cylinder as the can.
The unit of the contents of the histogram is 

Definition in file JEffectiveMass1D.cc.
Definition at line 47 of file JEffectiveMass1D.cc.