Validity Context for an Event Generator. More...
#include <GVldContext.h>
Public Member Functions | |
GVldContext () | |
~GVldContext () | |
void | Decode (string encoded_values) |
double | Emin (void) const |
double | Emax (void) const |
void | Print (ostream &stream) const |
Private Member Functions | |
void | Init (void) |
void | DecodeENERGY (string encoded_values) |
Private Attributes | |
double | fEmin |
double | fEmax |
Friends | |
ostream & | operator<< (ostream &stream, const GVldContext &vldc) |
Validity Context for an Event Generator.
November 20, 2004
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
Definition at line 37 of file GVldContext.h.
GVldContext::GVldContext | ( | ) |
Definition at line 32 of file GVldContext.cxx.
GVldContext::~GVldContext | ( | ) |
Definition at line 37 of file GVldContext.cxx.
void GVldContext::Decode | ( | string | encoded_values | ) |
Definition at line 42 of file GVldContext.cxx.
|
private |
Definition at line 86 of file GVldContext.cxx.
|
inline |
Definition at line 46 of file GVldContext.h.
|
inline |
Definition at line 45 of file GVldContext.h.
|
private |
Definition at line 96 of file GVldContext.cxx.
void GVldContext::Print | ( | ostream & | stream | ) | const |
Definition at line 102 of file GVldContext.cxx.
|
friend |
Definition at line 25 of file GVldContext.cxx.
|
private |
Definition at line 59 of file GVldContext.h.
|
private |
Definition at line 58 of file GVldContext.h.