DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Public Types | Public Member Functions | Public Attributes | List of all members
dd4hep::STD_Conditions Class Reference

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
 

Detailed Description

Helper class to access default temperature and pressure.

Definition at line 58 of file Detector.h.

Member Enumeration Documentation

◆ Conventions

Enumerator
STP 
NTP 
USER 
USER_SET 
USER_NOTIFIED 

Definition at line 60 of file Detector.h.

Member Function Documentation

◆ is_NTP()

bool dd4hep::STD_Conditions::is_NTP ( ) const
inline

Definition at line 71 of file Detector.h.

◆ is_STP()

bool dd4hep::STD_Conditions::is_STP ( ) const
inline

Definition at line 72 of file Detector.h.

◆ is_user_defined()

bool dd4hep::STD_Conditions::is_user_defined ( ) const
inline

Definition at line 73 of file Detector.h.

Member Data Documentation

◆ convention

long dd4hep::STD_Conditions::convention

Definition at line 70 of file Detector.h.

◆ pressure

double dd4hep::STD_Conditions::pressure

Definition at line 68 of file Detector.h.

◆ temperature

double dd4hep::STD_Conditions::temperature

Definition at line 69 of file Detector.h.


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