DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Helper class to access default temperature and pressure. More...
#include <Detector.h>
Public Types | |
enum | Conventions { STP = 1<<0, NTP = 1<<1, USER = 1<<2, USER_SET = 1<<3, USER_NOTIFIED = 1<<4 } |
Public Member Functions | |
bool | is_NTP () const |
bool | is_STP () const |
bool | is_user_defined () const |
Public Attributes | |
double | pressure |
double | temperature |
long | convention |
Helper class to access default temperature and pressure.
Definition at line 58 of file Detector.h.
Enumerator | |
---|---|
STP | |
NTP | |
USER | |
USER_SET | |
USER_NOTIFIED |
Definition at line 60 of file Detector.h.
|
inline |
Definition at line 71 of file Detector.h.
|
inline |
Definition at line 72 of file Detector.h.
|
inline |
Definition at line 73 of file Detector.h.
long dd4hep::STD_Conditions::convention |
Definition at line 70 of file Detector.h.
double dd4hep::STD_Conditions::pressure |
Definition at line 68 of file Detector.h.
double dd4hep::STD_Conditions::temperature |
Definition at line 69 of file Detector.h.