Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
Loading...
Searching...
No Matches
Namespaces | Functions
JVisibleEnergyToolkit.hh File Reference

Auxiliary methods for evaluating visible energies. More...

#include "km3net-dataformat/definitions/trkmembers.hh"
#include "km3net-dataformat/offline/Vec.hh"
#include "km3net-dataformat/offline/Trk.hh"
#include "km3net-dataformat/offline/Evt.hh"
#include "km3net-dataformat/offline/io_ascii.hh"
#include "JGeometry2D/JVector2D.hh"
#include "JGeometry2D/JCircle2D.hh"
#include "JGeometry3D/JCylinder3D.hh"
#include "JGeometry3D/JGeometry3DToolkit.hh"
#include "JPhysics/JConstants.hh"
#include "JPhysics/JDeltaRays.hh"
#include "JPhysics/JPhysicsToolkit.hh"
#include "JPhysics/JGeane.hh"
#include "JAAnet/JAAnetToolkit.hh"
#include "JAAnet/JParticleTypes.hh"
#include "JAAnet/JPDB.hh"
#include "JSirene/pythia.hh"

Go to the source code of this file.

Namespaces

namespace  JSIRENE
 Detector simulations.
 
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.
 
Vec JSIRENE::getVisibleEnergyVector (const Trk &track, const JCylinder3D &can=getMaximumContainmentVolume())
 Get the visible energy vector of a track.
 
double JSIRENE::getVisibleEnergy (std::vector< Trk >::const_iterator __begin, std::vector< Trk >::const_iterator __end, const JCylinder3D &can=getMaximumContainmentVolume())
 Get the visible energy of a given range of tracks.
 
Vec JSIRENE::getVisibleEnergyVector (std::vector< Trk >::const_iterator __begin, std::vector< Trk >::const_iterator __end, const JCylinder3D &can=getMaximumContainmentVolume())
 Get the visible energy vector of a given range of tracks.
 
double JSIRENE::getVisibleEnergy (const Evt &evt, const JCylinder3D &can=getMaximumContainmentVolume())
 Get the visible energy vector of an event.
 
Vec JSIRENE::getVisibleEnergyVector (const Evt &evt, const JCylinder3D &can=getMaximumContainmentVolume())
 Get the visible energy vector of an event.
 
double JSIRENE::getVisibleEnergyLeadingLepton (const Evt &event, const JCylinder3D &can=getMaximumContainmentVolume())
 Get visible energy of the leading lepton of a neutrino interaction.
 
Vec JSIRENE::getVisibleEnergyVectorLeadingLepton (const Evt &event, const JCylinder3D &can=getMaximumContainmentVolume())
 Get visible energy vector of the leading lepton of a neutrino interaction.
 

Detailed Description

Auxiliary methods for evaluating visible energies.

Author
bjung

Definition in file JVisibleEnergyToolkit.hh.