Go to the documentation of this file. 1 #ifndef __JAANET_JHEADTOOLKIT__
2 #define __JAANET_JHEADTOOLKIT__
107 this->
simul.resize(1);
126 this->
simul.resize(1);
145 this->
simul.resize(1);
285 inline T
get(
const JHead& header);
304 return Vec(0.0, 0.0, -header.
can.
zmin);
308 return Vec(0.0, 0.0, 0.0);
322 const Vec pos = get<Vec>(header);
std::vector< JAANET::physics > physics
std::vector< JAANET::simul > simul
bool match(const JHead &header, const bool option=true) const
Test match of headers.
bool is_daq(const JHead &header)
Check for real data.
static const std::string GENHEN
Generators.
JAANET::livetime livetime
static const std::string GENIE
JAANET::coord_origin coord_origin
bool is_valid(const T &value)
Check validity of given value.
Data structure for circle in two dimensions.
static const std::string JSIRENE
std::string program
program name
bool is_sirene(const JHead &header)
Check for detector simulation.
static const std::string GSEAGEN
Auxiliary classes and methods for 2D geometrical objects and operations.
double livetime_s
Live time [s].
bool is_mupage(const JHead &header)
Check for generator.
bool is_km3sim(const JHead &header)
Check for detector simulation.
bool is_km3(const JHead &header)
Check for detector simulation.
bool is_genhen(const JHead &header)
Check for generator.
static const std::string KM3SIM
Data structure for position in three dimensions.
double numberOfSeconds
Live time [s].
Extensions to AAnet data format.
void push(T JHead::*pd)
Push given data member to Head.
Generator for neutrino interaction.
static const std::string KM3
bool is_genie(const JHead &header)
Check for generator.
Normalisation of MUPAGE events.
T get(const JHead &header)
Get object from header.
Generator for simulation.
Data structure for vector in two dimensions.