GEMC  2.3
Geant4 Monte-Carlo Framework
Data Structures | Functions
evio_output.h File Reference
#include "outputFactory.h"
+ Include dependency graph for evio_output.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  evio_output
 

Functions

evioDOMNodeP addVariable (int, int, string, double)
 
evioDOMNodeP addVariable (int, int, string, int)
 
evioDOMNodeP addVariable (int, int, string, string)
 
evioDOMNodeP addVector (int, int, string, vector< double >)
 
evioDOMNodeP addVector (int, int, string, vector< int >)
 
evioDOMNodeP addVector (int, int, string, vector< string >)
 

Detailed Description

Defines the EVIO Output Class.
The pointer to the evioFileChannel is passed by the outputContainer class.
The evioDOMTree and evioDOMNodeP are created on the heap.

Author

Maurizio Ungaro
mail: ungar.nosp@m.o@jl.nosp@m.ab.or.nosp@m.g


Definition in file evio_output.h.

Function Documentation

evioDOMNodeP addVariable ( int  ,
int  ,
string  ,
double   
)

Definition at line 283 of file evio_output.cc.

evioDOMNodeP addVariable ( int  ,
int  ,
string  ,
int   
)

Definition at line 302 of file evio_output.cc.

evioDOMNodeP addVariable ( int  ,
int  ,
string  ,
string   
)

Definition at line 307 of file evio_output.cc.

evioDOMNodeP addVector ( int  ,
int  ,
string  ,
vector< double >   
)

Definition at line 313 of file evio_output.cc.

evioDOMNodeP addVector ( int  ,
int  ,
string  ,
vector< int >   
)

Definition at line 333 of file evio_output.cc.

evioDOMNodeP addVector ( int  ,
int  ,
string  ,
vector< string >   
)

Definition at line 339 of file evio_output.cc.