MarlinTPC  1.2.0
Public Member Functions | Static Public Member Functions | List of all members
tpcconddata::WeatherConditions Class Reference

class to store the environment of a gaseous detector (e.g. More...

#include <WeatherConditions.h>

Inheritance diagram for tpcconddata::WeatherConditions:

Public Member Functions

 WeatherConditions ()
 constructor wich only sets channel
 
 WeatherConditions (EVENT::LCObject *obj)
 'Copy constructor' needed to interpret LCCollection read from file/database.
 
virtual ~WeatherConditions ()
 Important for memory handling.
 
float getTemperature () const
 return the temperature in C
 
float getPressure () const
 return the athmospheric pressure in hPa
 
float getRelHumidity () const
 return relative humidity in %
 
void setTemperature (float Value)
 
void setPressure (float Value)
 
void setRelHumidity (float Value)
 
void print (std::ostream &os=std::cout) const
 
const std::string getTypeName () const
 
const std::string getDataDescription () const
 

Static Public Member Functions

static std::string getRevision ()
 
static std::string getDefaultColName ()
 

Detailed Description

class to store the environment of a gaseous detector (e.g.

TPC) the weather


The documentation for this class was generated from the following files: