|
MarlinTPC
1.2.0
|
class to store the environment of a gaseous detector (e.g. More...
#include <WeatherConditions.h>
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 () |
class to store the environment of a gaseous detector (e.g.
TPC) the weather
1.8.6