|
Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
|
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 "JGeometry2D/JVector2D.hh"#include "JGeometry2D/JCircle2D.hh"#include "JGeometry3D/JCylinder3D.hh"#include "JGeometry3D/JGeometry3DToolkit.hh"#include "JPhysics/JConstants.hh"#include "JPhysics/JPDFToolkit.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 () |
| Auxiliary function to retrieve the maximum cylindrical containment volume. | |
| 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. | |
Auxiliary methods for evaluating visible energies.
Definition in file JVisibleEnergyToolkit.hh.