GEMC  2.2
Geant4 Monte-Carlo Framework
Public Member Functions
hitOutput Class Reference

#include <outputFactory.h>

+ Collaboration diagram for hitOutput:

Public Member Functions

void setRaws (map< string, double > r)
 
void setDgtz (map< string, double > d)
 
void setAllRaws (map< string, vector< double > > r)
 
void setSignal (map< double, double > s)
 
void setMultiDgt (map< string, vector< int > > d)
 
void setOneRaw (string s, double d)
 
void setOneRaw (string s, int i)
 
void setOneDgt (string s, double d)
 
void setOneDgt (string s, int i)
 
map< string, double > getRaws ()
 
map< string, double > getDgtz ()
 
map< string, vector< double > > getAllRaws ()
 
map< double, double > getSignalVT ()
 
map< string, vector< int > > getMultiDgt ()
 
double getIntRawVar (string s)
 
double getIntDgtVar (string s)
 

Detailed Description

hitOutput

Contains dynamic output informations

Definition at line 32 of file outputFactory.h.

Member Function Documentation

map< string, vector <double> > hitOutput::getAllRaws ( )
inline

Definition at line 76 of file outputFactory.h.

map<string, double> hitOutput::getDgtz ( )
inline

Definition at line 75 of file outputFactory.h.

double hitOutput::getIntDgtVar ( string  s)
inline

Definition at line 85 of file outputFactory.h.

double hitOutput::getIntRawVar ( string  s)
inline

Definition at line 80 of file outputFactory.h.

map< string, vector <int> > hitOutput::getMultiDgt ( )
inline

Definition at line 78 of file outputFactory.h.

map<string, double> hitOutput::getRaws ( )
inline

Definition at line 74 of file outputFactory.h.

map< double, double > hitOutput::getSignalVT ( )
inline

Definition at line 77 of file outputFactory.h.

void hitOutput::setAllRaws ( map< string, vector< double > >  r)
inline

Definition at line 61 of file outputFactory.h.

void hitOutput::setDgtz ( map< string, double >  d)
inline

Definition at line 60 of file outputFactory.h.

void hitOutput::setMultiDgt ( map< string, vector< int > >  d)
inline

Definition at line 63 of file outputFactory.h.

void hitOutput::setOneDgt ( string  s,
double  d 
)
inline

Definition at line 69 of file outputFactory.h.

void hitOutput::setOneDgt ( string  s,
int  i 
)
inline

Definition at line 70 of file outputFactory.h.

void hitOutput::setOneRaw ( string  s,
double  d 
)
inline

Definition at line 66 of file outputFactory.h.

void hitOutput::setOneRaw ( string  s,
int  i 
)
inline

Definition at line 67 of file outputFactory.h.

void hitOutput::setRaws ( map< string, double >  r)
inline

Definition at line 59 of file outputFactory.h.

void hitOutput::setSignal ( map< double, double >  s)
inline

Definition at line 62 of file outputFactory.h.