|
Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
|
#include <string>#include <map>#include "km3net-dataformat/offline/Vec.hh"#include "km3net-dataformat/offline/Head.hh"#include "km3net-dataformat/definitions/applications.hh"#include "JGeometry3D/JPosition3D.hh"#include "JGeometry3D/JCylinder3D.hh"#include "JAAnet/JHead.hh"Go to the source code of this file.
Classes | |
| struct | JAANET::JHeadHelper |
| Auxiliary map of application to check method. More... | |
Namespaces | |
| namespace | JAANET |
| Extensions to Evt data format. | |
Typedefs | |
| typedef bool(* | JAANET::is_head) (const JHead &) |
| Type definition of test function of header. | |
Functions | |
| bool | JAANET::is_genhen (const JHead &header) |
| Check for generator. | |
| bool | JAANET::is_gseagen (const JHead &header) |
| Check for generator. | |
| bool | JAANET::is_mupage (const JHead &header) |
| Check for generator. | |
| bool | JAANET::is_corsika (const JHead &header) |
| Check for generator. | |
| bool | JAANET::is_km3buu (const JHead &header) |
| Check for generator. | |
| bool | JAANET::is_km3 (const JHead &header) |
| Check for detector simulation. | |
| bool | JAANET::is_km3sim (const JHead &header) |
| Check for detector simulation. | |
| bool | JAANET::is_sirene (const JHead &header) |
| Check for detector simulation. | |
| bool | JAANET::is_pure_noise (const JHead &header) |
| Check for generator. | |
| bool | JAANET::is_daq (const JHead &header) |
| Check for real data. | |
| Vec | JAANET::getOffset (const JHead &header) |
| Get offset. | |
| Vec | JAANET::getOrigin (const JHead &header) |
| Get origin. | |
| JCylinder3D | JAANET::getCylinder (const JHead &header) |
| Get cylinder corresponding to the positions of generated tracks (i.e. | |
Variables | |
| static JHeadHelper | JAANET::get_is_head |
| Function object to get check method for given application. | |