GEMC
2.3
Geant4 Monte-Carlo Framework
|
#include "outputFactory.h"
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 >) |
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.
Definition in file evio_output.h.
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.