| 
    Jpp
    master_rocky
    
   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 | |
| JAANET | |
| Extensions to Evt data format.  | |
Typedefs | |
| typedef bool(* | JAANET::is_head) (const JHead &) | 
| Type definition of test function of header.  More... | |
Functions | |
| bool | JAANET::is_genhen (const JHead &header) | 
| Check for generator.  More... | |
| bool | JAANET::is_gseagen (const JHead &header) | 
| Check for generator.  More... | |
| bool | JAANET::is_mupage (const JHead &header) | 
| Check for generator.  More... | |
| bool | JAANET::is_corsika (const JHead &header) | 
| Check for generator.  More... | |
| bool | JAANET::is_km3buu (const JHead &header) | 
| Check for generator.  More... | |
| bool | JAANET::is_km3 (const JHead &header) | 
| Check for detector simulation.  More... | |
| bool | JAANET::is_km3sim (const JHead &header) | 
| Check for detector simulation.  More... | |
| bool | JAANET::is_sirene (const JHead &header) | 
| Check for detector simulation.  More... | |
| bool | JAANET::is_pure_noise (const JHead &header) | 
| Check for generator.  More... | |
| bool | JAANET::is_daq (const JHead &header) | 
| Check for real data.  More... | |
| Vec | JAANET::getOffset (const JHead &header) | 
| Get offset.  More... | |
| Vec | JAANET::getOrigin (const JHead &header) | 
| Get origin.  More... | |
| JCylinder3D | JAANET::getCylinder (const JHead &header) | 
| Get cylinder corresponding to the positions of generated tracks (i.e.  More... | |
Variables | |
| static JHeadHelper | JAANET::get_is_head | 
| Function object to get check method for given application.  More... | |