| 
    Jpp
    18.0.0-rc.2
    
   the software that should make you happy 
   | 
 
#include <string>#include <vector>#include <cmath>#include <ctype.h>#include <sstream>#include "TObject.h"#include "km3net-dataformat/offline/Vec.hh"#include "km3net-dataformat/offline/Head.hh"#include "JLang/JUUID.hh"#include "JLang/JException.hh"#include "JLang/JEquationParameters.hh"#include "JLang/JLangToolkit.hh"#include "JTools/JRange.hh"#include "JROOT/JRootClass.hh"Go to the source code of this file.
Classes | |
| struct | JAANET::JRange_t | 
| Type definition of range.  More... | |
| struct | JAANET::start_run | 
| Start of run record.  More... | |
| struct | JAANET::String | 
| General purpose string class.  More... | |
| struct | JAANET::detector | 
| Detector file.  More... | |
| struct | JAANET::muon_desc_file | 
| Muon descriptor file.  More... | |
| struct | JAANET::target | 
| Target.  More... | |
| struct | JAANET::XSecFile | 
| Neutrino cross section file.  More... | |
| struct | JAANET::drawing | 
| Drawing.  More... | |
| struct | JAANET::cut | 
| General purpose class of phase space generation.  More... | |
| struct | JAANET::cut_primary | 
| Phase space of primary particle.  More... | |
| struct | JAANET::cut_seamuon | 
| Phase space of atmospheric muon generation.  More... | |
| struct | JAANET::cut_in | 
| Phase space of incoming particle.  More... | |
| struct | JAANET::cut_nu | 
| Phase space of incident neutrino.  More... | |
| struct | JAANET::generator | 
| Description of Monte Carlo event generation applications.  More... | |
| struct | JAANET::physics | 
| Physics information.  More... | |
| struct | JAANET::simul | 
| Generator for simulation.  More... | |
| struct | JAANET::spectrum | 
| Neutrino energy spectrum.  More... | |
| struct | JAANET::can | 
| The cylinder used for photon tracking.  More... | |
| struct | JAANET::fixedcan | 
| The fixed cylinder used for photon tracking.  More... | |
| struct | JAANET::genvol | 
| Neutrino vertex volume.  More... | |
| struct | JAANET::coord_origin | 
| Coordinate origin.  More... | |
| struct | JAANET::genhencut | 
| Phase space for incident neutrino.  More... | |
| struct | JAANET::norma | 
| Normlisation of CORSIKA events.  More... | |
| struct | JAANET::livetime | 
| Normalisation of MUPAGE events.  More... | |
| struct | JAANET::flux | 
| Neutrino flux.  More... | |
| struct | JAANET::seabottom | 
| The bottom of the sea.  More... | |
| struct | JAANET::depth | 
| Depth.  More... | |
| struct | JAANET::DAQ | 
| Livetime of DAQ data.  More... | |
| struct | JAANET::K40 | 
| Livetime of noise data.  More... | |
| struct | JAANET::tgen | 
| Time duration of event generation.  More... | |
| struct | JAANET::time_interval | 
| UTC time interval for event generation.  More... | |
| struct | JAANET::primary | 
| Primary particle.  More... | |
| struct | JAANET::end_event | 
| End of event record.  More... | |
| struct | JAANET::JHead | 
| Monte Carlo run header.  More... | |
Namespaces | |
| JAANET | |
| Extensions to Evt data format.  | |
| JPP | |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).  | |
Macros | |
| #define | IF_MATCH(A, B, C, D) | 
| #define | RETURN_IF_DIFFERENT(A, B) | 
Functions | |
| void | JAANET::copy (const JHead &from, Head &to) | 
Copy header from from to to.  More... | |
| void | JAANET::copy (const Head &from, JHead &to) | 
Copy header from from to to.  More... | |
| std::string | JAANET::getTag (const std::string &tag) | 
| Get tag without aanet extension "_<counter>" for identical tags.  More... | |
| std::string | JAANET::getTag (const std::string &tag, const int counter) | 
| Get tag with aanet extension "_<counter>" for identical tags.  More... | |
| bool | JAANET::operator== (const Head &first, const Head &second) | 
| Equal operator.  More... | |
| bool | JAANET::operator< (const Head &first, const Head &second) | 
| Less than operator.  More... | |
| std::istream & | operator>> (std::istream &in, JAANET::JHead &header) | 
| Read header from input.  More... | |
| std::ostream & | operator<< (std::ostream &out, const JAANET::JHead &header) | 
| Write header to output.  More... | |
Variables | |
| static const char | JAANET::AANET_TAG_SEPARATOR = '_' | 
| Separator for tag extension of multiple tags in Head ("_<counter>").  More... | |
| #define RETURN_IF_DIFFERENT | ( | A, | |
| B | |||
| ) | 
      
  | 
  inline | 
Read header from input.
| in | input stream | 
| header | header | 
Definition at line 1814 of file JHead.hh.
      
  | 
  inline | 
Write header to output.
| out | output stream | 
| header | header | 
Definition at line 1827 of file JHead.hh.
 1.8.5