Project
Loading...
Searching...
No Matches
Materials.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
16
17
#ifndef O2_MCH_GEOMETRY_CREATOR_MATERIALS_H
18
#define O2_MCH_GEOMETRY_CREATOR_MATERIALS_H
19
20
class
TGeoMedium;
21
22
namespace
o2::mch
23
{
24
25
enum
Medium
{
26
Gas
,
27
Carbon
,
28
HoneyNomex
,
29
BulkNomex
,
30
Noryl
,
31
Copper
,
32
FR4
,
33
Rohacell
,
34
Glue
,
35
Plastic
,
36
Epoxy
,
37
Inox
,
38
St1Rohacell
,
39
Aluminium
40
};
41
42
// Return a pointer to the mch medium number imed.
43
// Throws an exception if imed is not within Medium enum
44
// and / or medium has not been defined yet.
45
TGeoMedium*
assertMedium
(
int
imed);
46
47
void
createMaterials
();
48
49
}
// namespace o2::mch
50
51
#endif
o2::mch
Definition
SimTraits.h:155
o2::mch::assertMedium
TGeoMedium * assertMedium(int imed)
Definition
Materials.cxx:222
o2::mch::createMaterials
void createMaterials()
Definition
Materials.cxx:91
o2::mch::Medium
Medium
Definition
Materials.h:25
o2::mch::HoneyNomex
@ HoneyNomex
Definition
Materials.h:28
o2::mch::Epoxy
@ Epoxy
Definition
Materials.h:36
o2::mch::Glue
@ Glue
Definition
Materials.h:34
o2::mch::FR4
@ FR4
Definition
Materials.h:32
o2::mch::Aluminium
@ Aluminium
Definition
Materials.h:39
o2::mch::Copper
@ Copper
Definition
Materials.h:31
o2::mch::Plastic
@ Plastic
Definition
Materials.h:35
o2::mch::Rohacell
@ Rohacell
Definition
Materials.h:33
o2::mch::Noryl
@ Noryl
Definition
Materials.h:30
o2::mch::Inox
@ Inox
Definition
Materials.h:37
o2::mch::St1Rohacell
@ St1Rohacell
Definition
Materials.h:38
o2::mch::Gas
@ Gas
Definition
Materials.h:26
o2::mch::Carbon
@ Carbon
Definition
Materials.h:27
o2::mch::BulkNomex
@ BulkNomex
Definition
Materials.h:29
Detectors
MUON
MCH
Geometry
Creator
src
Materials.h
Generated on Tue Feb 25 2025 17:03:05 for Project by
1.9.8