Jpp
15.0.3
the software that should make you happy
|
Object(s) writing to Monte Carlo ASCII file (i.e. .evt) More...
#include <JMonteCarloFileWriter.hh>
Public Member Functions | |
JMonteCarloFileWriter () | |
Default constructor. More... | |
virtual bool | is_open () const |
Check is file is open. More... | |
virtual void | open (const char *file_name) |
Open file. More... | |
virtual void | close () |
Close file. More... | |
virtual bool | put (const T &object)=0 |
Object output. More... | |
virtual bool | put (const T &object) |
Object output. More... | |
Static Public Member Functions | |
static void | Throw (const bool option) |
Enable/disable throw option. More... | |
static int | Throw (const JException &error, const int value=-1) |
Throw exception or return error. More... | |
Static Protected Attributes | |
static bool | do_throw |
throw option More... | |
Object(s) writing to Monte Carlo ASCII file (i.e. .evt)
This class implements the JLANG::JAccessibleObjectOutput interface.
Definition at line 105 of file JMonteCarloFileWriter.hh.
|
inline |
Default constructor.
Definition at line 114 of file JMonteCarloFileWriter.hh.
|
inlinevirtualinherited |
Check is file is open.
Implements JLANG::JAccessible.
Definition at line 118 of file JAccessibleStream.hh.
|
inlinevirtualinherited |
Open file.
file_name | file name |
Implements JLANG::JAccessible.
Reimplemented in JLANG::JAccessibleBinaryOutputStream.
Definition at line 129 of file JAccessibleStream.hh.
|
inlinevirtualinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Throw exception or return error.
error | exception |
value | return code |
Definition at line 50 of file JThrow.hh.
|
pure virtualinherited |
Object output.
object | object |
Implemented in JLANG::JNullOutput< T >, JLANG::JNullOutput< JTail_t >, JLANG::JNullOutput< JHead_t >, JROOT::JRootObjectOutput< T, false >, JLANG::JObjectDemultiplexer< JBase_t, JTypeList< JHead_t, JTail_t > >, JNET::JControlHostObjectOutput< T >, JNET::JControlHostObjectOutput< JTail_t >, JNET::JControlHostObjectOutput< JHead_t >, JROOT::JTreeWriterObjectOutput< T >, JROOT::JRootStreamObjectOutput< T >, JLANG::JStreamObjectOutput< T >, JLANG::JStreamObjectOutput< Head >, JLANG::JStreamObjectOutput< JTail_t >, JLANG::JStreamObjectOutput< JHead_t >, JLANG::JStreamObjectOutput< Evt >, JIO::JWriterObjectOutput< T >, JLANG::JObjectDemultiplexer< JBase_t, JDerived_t >, JLANG::JObjectDemultiplexer< JBase_t, JTail_t >, JLANG::JObjectDemultiplexer< JBase_t, JHead_t >, JLANG::JAbstractObjectWriter< T >, JLANG::JAbstractObjectWriter< JTail_t >, and JLANG::JAbstractObjectWriter< JHead_t >.
|
inlinevirtualinherited |
Object output.
object | object |
Implements JLANG::JObjectOutput< T >.
Definition at line 151 of file JObjectOutput.hh.
|
staticprotectedinherited |