Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

Property Class Reference

#include <Property.h>

List of all members.


Detailed Description

Allow flexible configuration path adaption by compile flags


Public Member Functions

 Property (const Property &prop)
Propertyoperator= (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


Constructor & Destructor Documentation

Property::Property const Property prop  )  [inline]
 

Copy constructor of the Property class


Member Function Documentation

int Property::cutString char *  row  ) 
 

The cutString method is used to truncate the keyword of the property file and returns the value that is defined in the file.


Member Data Documentation

bool Property::grouped
 

The grouped variable enable/disable the grouping of several services to one channel.

char* Property::groupingCriteria
 

just an idea to solve the grouping problem

bool Property::logging
 

The logging variable is used to enable/disable the logging of the single services.

int Property::x
 

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.


The documentation for this class was generated from the following file:
Generated on Fri Mar 30 02:54:34 2007 for InterComLayer by doxygen 1.3.5