#include <dataEventServer.h>
Inheritance diagram for dataEventServer:
Public Methods | |
dataEventServer () | |
default constructor - it creates all the event data of the run. | |
virtual | ~dataEventServer () |
default constructor. | |
virtual void | addData (std::string name, trsDataVI* data) |
add data into the server. | |
virtual void | update (std::string name) |
updates the data named data. | |
virtual void | writeOutServer () const |
write out the information of all the data classes. | |
virtual void | writeOut (std::string name) const |
write out information of a given event data class. | |
virtual void | writeOut () const |
write out the information of the data. | |
Protected Methods | |
serverVI<trsDataVI>* | server () |
returns trsDataVI. | |
trsDataVI* | getTrsData (std::string name) const |
returns the trsDataVI associated with this name. | |
Private Attributes | |
serverVI<trsDataVI>* | m_server |
pointer to the server with all the trsDataVI of type event. | |
Friends | |
class | dataManager |
addData()
.
Definition at line 28 of file dataEventServer.h.
|
default constructor - it creates all the event data of the run.
Definition at line 5 of file dataEventServer.cpp.
|
|
|
|
|
|
write out the information of the data.
Reimplemented from messageVI.
Definition at line 36 of file dataEventServer.cpp.
|
|
|
dataManager friend to acces the server of transient data
Definition at line 32 of file dataEventServer.h.
|
pointer to the server with all the trsDataVI of type event.
Definition at line 66 of file dataEventServer.h.