22 class Event :
public GVectT<Param>
70 void Print (
const string &file_name )
const;
73 void Print ( ostream &os )
const;
77 void Dump (
const u_int pmin = 0,
79 const bool all =
false )
const;
83 void Dump (
const string &file_name,
const u_int pmin = 0,
85 const bool all =
false )
const;
89 void Dump ( ostream &os,
const u_int pmin = 0,
91 const bool all =
false )
const;
129 const bool all )
const
130 {
Dump (cout, pmin, pmax, all); }
virtual ~Event()
Definition: Event.cpp:48
Event & operator=(const Event &)
Definition: Event.cpp:37
const Param * GetParamPtr(const string &par_name) const
Definition: Event.cpp:149
EventInfo
Codes d'information.
Definition: Event.hh:30
void Dump(const u_int pmin=0, const u_int pmax=0, const bool all=false) const
Ecriture de l'événement dans son état actuel (avec les valeurs des.
Definition: Event.hh:127
Param * AddParam(const Param &)
Definition: Event.cpp:61
int GetParamIndex(const string &par_name) const
Definition: Event.cpp:102
void Print() const
Definition: Event.hh:118
int GetParamDimension(const u_int n) const
Definition: Event.cpp:136
Event()
Definition: Event.cpp:20
const string GetParamName(const u_int n) const
Definition: Event.cpp:183
void Reset()
Definition: Event.cpp:88