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_MID_SIMULATION_MATERIALS_H
18
#define O2_MID_SIMULATION_MATERIALS_H
19
20
#include <TGeoMedium.h>
21
22
namespace
o2
23
{
24
25
namespace
mid
26
{
27
28
enum
Medium
{
29
Gas
,
30
Bakelite
,
31
Inox
,
32
Aluminium
,
33
Copper
,
34
Mylar
,
35
Styrofoam
,
36
Nomex
37
};
38
39
// Return a pointer to the mid medium number imed.
40
// Throws an exception if imed is not within Medium enum
41
// and / or medium has not been defined yet.
42
TGeoMedium*
assertMedium
(
int
imed);
43
44
void
createMaterials
();
45
46
}
// namespace mid
47
}
// namespace o2
48
49
#endif
// O2_MID_SIMULATION_MATERIALS_H
o2::mid::createMaterials
void createMaterials()
Definition
Materials.cxx:88
o2::mid::assertMedium
TGeoMedium * assertMedium(int imed)
Definition
Materials.cxx:174
o2::mid::Medium
Medium
Definition
Materials.h:28
o2::mid::Gas
@ Gas
Definition
Materials.h:29
o2::mid::Styrofoam
@ Styrofoam
Definition
Materials.h:35
o2::mid::Bakelite
@ Bakelite
Definition
Materials.h:30
o2::mid::Aluminium
@ Aluminium
Definition
Materials.h:32
o2::mid::Mylar
@ Mylar
Definition
Materials.h:34
o2::mid::Nomex
@ Nomex
Definition
Materials.h:36
o2::mid::Copper
@ Copper
Definition
Materials.h:33
o2::mid::Inox
@ Inox
Definition
Materials.h:31
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
Detectors
MUON
MID
Simulation
src
Materials.h
Generated on Tue Feb 25 2025 17:03:05 for Project by
1.9.8