10     return std::string(
"$Rev: 1592 $");
 
   14     return std::string(
"TPCWeatherConditions");
 
   26     return getFloatVal( 0 );
 
   30     return getFloatVal( 1 );
 
   34     return getFloatVal( 2 );
 
   38     obj()->setFloatVal( 0, Value);
 
   42     obj()->setFloatVal( 1, Value);
 
   46     obj()->setFloatVal( 2, Value);
 
float getRelHumidity() const 
return relative humidity in % 
 
float getTemperature() const 
return the temperature in C 
 
class to store the environment of a gaseous detector (e.g. 
 
float getPressure() const 
return the athmospheric pressure in hPa 
 
void print(std::ostream &os=std::cout) const 
 
std::ostream & operator<<(std::ostream &os, const ADCChannelMapping &acm)
 
static std::string getDefaultColName()
 
void setTemperature(float Value)
 
void setPressure(float Value)
 
WeatherConditions()
constructor wich only sets channel 
 
static std::string getRevision()
 
virtual ~WeatherConditions()
Important for memory handling. 
 
void setRelHumidity(float Value)