Jpp test-rotations-old
the software that should make you happy
|
#include <vector>
#include "km3net-dataformat/definitions/weightlist.hh"
#include "km3net-dataformat/definitions/w2list_gseagen.hh"
#include "km3net-dataformat/definitions/w2list_km3buu.hh"
#include "km3net-dataformat/definitions/w2list_genhen.hh"
#include "km3net-dataformat/offline/Head.hh"
#include "km3net-dataformat/offline/Evt.hh"
#include "JLang/JType.hh"
#include "JLang/JException.hh"
#include "JPhysics/JConstants.hh"
#include "JAAnet/JHead.hh"
#include "JAAnet/JHeadToolkit.hh"
#include "JAAnet/JEvtWeight.hh"
#include "JAAnet/JEvtWeightDAQ.hh"
#include "JAAnet/JEvtWeightGenhen.hh"
#include "JAAnet/JEvtWeightMupage.hh"
#include "JAAnet/JEvtWeightCorsika.hh"
#include "JAAnet/JEvtWeightGSeaGen.hh"
#include "JAAnet/JEvtWeightKM3BUU.hh"
#include "JAAnet/JEvtWeightMiscellaneous.hh"
#include "JAAnet/JParticleTypes.hh"
#include "JAAnet/JAAnetToolkit.hh"
Go to the source code of this file.
Classes | |
struct | JAANET::JEvtWeighter |
Look-up table for event weighters. More... | |
Namespaces | |
namespace | JAANET |
Extensions to Evt data format. | |
namespace | JPP |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
double | JAANET::getVolume (const JType< JEvtWeightGSeaGen > &type, const Evt &evt) |
Get volume of given event according given weighter. | |
double | JAANET::getVolume (const JType< JEvtWeightKM3BUU > &type, const Evt &evt) |
Get volume of given event according given weighter. | |
double | JAANET::getVolume (const JType< JEvtWeightGenhen > &type, const Evt &evt) |
Get volume of given event according given weighter. | |
double | JAANET::getVolume (const JEvtWeight &weighter, const Evt &evt) |
Get volume of given event according given weighter. | |