|
Jpp
18.3.0-rc.1
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 "JAAnet/JAAnetToolkit.hh"#include "JAAnet/JParticleTypes.hh"#include "JAAnet/JPDB.hh"#include "JGeometry2D/JVector2D.hh"#include "JGeometry2D/JCircle2D.hh"#include "JGeometry3D/JCylinder3D.hh"#include "JGeometry3D/JGeometry3DToolkit.hh"#include "JPhysics/JConstants.hh"#include "JPhysics/JGeane.hh"#include "JSirene/pythia.hh"Go to the source code of this file.
Namespaces | |
| JSIRENE | |
| Detector simulations. | |
| JPP | |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
| double | JSIRENE::getVisibleEnergy (const Trk &track, const JCylinder3D &can=getMaximumContainmentVolume()) |
| Get the visible energy of a track. More... | |
| Vec | JSIRENE::getVisibleEnergyVector (const Trk &track, const JCylinder3D &can=getMaximumContainmentVolume()) |
| Get the visible energy vector of a track. More... | |
| 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. More... | |
| 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. More... | |
| double | JSIRENE::getVisibleEnergy (const Evt &evt, const JCylinder3D &can=getMaximumContainmentVolume()) |
| Get the visible energy vector of an event. More... | |
| Vec | JSIRENE::getVisibleEnergyVector (const Evt &evt, const JCylinder3D &can=getMaximumContainmentVolume()) |
| Get the visible energy vector of an event. More... | |
Auxiliary methods for evaluating visible energies.
Definition in file JVisibleEnergyToolkit.hh.
1.8.5