|
Jpp 20.0.0-rc.3
the software that should make you happy
|
#include <string>#include <memory>#include "TH1.h"#include "TH1D.h"#include "TFile.h"#include "km3net-dataformat/offline/Evt.hh"#include "km3net-dataformat/offline/Trk.hh"#include "JSystem/JStat.hh"#include "JLang/JClonable.hh"#include "JLang/JException.hh"#include "JLang/JStringStream.hh"#include "Jeep/JPrint.hh"#include "Jeep/JProperties.hh"#include "JTools/JRange.hh"#include "JGeometry3D/JCylinder3D.hh"#include "JAAnet/JAAnetToolkit.hh"#include "JAAnet/JEvtWeightFactor.hh"#include "JGizmo/JRootObjectID.hh"Go to the source code of this file.
Classes | |
| struct | JAANET::JEvtWeightFactorTriggerEfficiencyRatio |
| Implementation of reweighting factor for trigger efficiency ratios. More... | |
| struct | JAANET::JEvtWeightFactorTriggerEfficiencyRatio::JEvtWeightFactorTriggerEfficiencyRatioHelper |
| Auxiliary class for I/O of trigger efficiency ratio factor. More... | |
Namespaces | |
| namespace | JSIRENE |
| Detector simulations. | |
| namespace | JAANET |
| Extensions to Evt data format. | |
| namespace | JPP |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
| const JCylinder3D | JSIRENE::getMaximumContainmentVolume () |
| Forward function declarations. | |
| double | JSIRENE::getVisibleEnergy (const Trk &track, const JCylinder3D &can=getMaximumContainmentVolume()) |
| Get the visible energy of a track. | |
| double | JSIRENE::getVisibleEnergy (const Evt &evt, const JCylinder3D &can=getMaximumContainmentVolume()) |
| Get the visible energy vector of an event. | |
| double | JSIRENE::getVisibleEnergyLeadingLepton (const Trk &, const JCylinder3D &) |
| double | JSIRENE::getVisibleEnergyLeadingLepton (const Evt &event, const JCylinder3D &can=getMaximumContainmentVolume()) |
| Get visible energy of the leading lepton of a neutrino interaction. | |