1 #ifndef __JAANET__JHEADWRITER__ 
    2 #define __JAANET__JHEADWRITER__ 
   10 #include "JAAnet/JAAnetDictionary.hh" 
   58       string key = equation.
getKey();
 
ASCII I/O of objects with ROOT dictionary.
 
Simple data structure to support I/O of equations (see class JLANG::JEquation).
 
General purpose equation class.
 
const std::string & getKey() const
Get key.
 
const std::string & getValue() const
Get value.
 
Implementation for ASCII output of objects with ROOT dictionary.
 
JRootWriter & put(const T &object)
Write object according equation format.
 
const JRootDictionary_t & dictionary
 
Extensions to Evt data format.
 
std::string getTag(const std::string &tag)
Get tag without aanet extension "_<counter>" for identical tags.
 
Auxiliary classes and methods for language specific functionality.
 
static JNullStream null
Null I/O stream.
 
The Head class reflects the header of Monte-Carlo event files, which consists of keys (also referred ...
 
Implementation for Head output of JHead objects with ROOT dictionary.
 
virtual JRootWriter & put(const JEquation &equation) override
Write equation.
 
JHeadWriter(Head &header, const JEquationParameters ¶meters, const JRootDictionary_t &dictionary)
Constructor.
 
Type definition of ROOT based dictionary for ASCII I/O.