#include <Property.h>
Public Member Functions | |
Property (const Property &prop) | |
Property & | operator= (const Property &prop) |
int | getDatafromFile (const std::string &confdir) |
int | cutString (char *row) |
Public Attributes | |
vector< char * > | dataName |
vector< char * > | list |
ifstream | ifile |
std::string | filename |
vector< char * >::iterator | itFileName |
int | select |
bool | logging |
bool | grouped |
int | x |
int | y |
int | z |
char * | groupingCriteria |
|
Copy constructor of the Property class |
|
The cutString method is used to truncate the keyword of the property file and returns the value that is defined in the file. |
|
The grouped variable enable/disable the grouping of several services to one channel. |
|
just an idea to solve the grouping problem |
|
The logging variable is used to enable/disable the logging of the single services. |
|
The variables x,y,z represent the composition of the tree structure in the InterComLayer. With this tree structure the InterComLayer is able to adress the FeeServer at their position in the detector. |