ATLAS Offline Software
Loading...
Searching...
No Matches
GeoExtendedMaterial.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
7
9 double Density,
10 GeoMaterialState State,
11 double Temperature,
12 double Pressure):
13 GeoMaterial(Name,Density),
14 m_state(State),
15 m_temperature(Temperature),
16 m_pressure(Pressure){}
GeoMaterialState
JetDumper::Name Name
Definition JetDumper.cxx:19
GeoMaterialState m_state
GeoExtendedMaterial(const std::string &Name, double Density, GeoMaterialState State=stateUndefined, double Temperature=SYSTEM_OF_UNITS::STP_Temperature, double Pressure=SYSTEM_OF_UNITS::STP_Pressure)