Project
Loading...
Searching...
No Matches
HalfDetector.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 ALICEO2_MFT_HALFDETECTOR_H_
18
#define ALICEO2_MFT_HALFDETECTOR_H_
19
20
#include "TNamed.h"
21
#include "TGeoVolume.h"
22
23
namespace
o2
24
{
25
namespace
mft
26
{
27
class
HalfSegmentation;
28
}
29
}
// namespace o2
30
31
namespace
o2
32
{
33
namespace
mft
34
{
35
36
class
HalfDetector
:
public
TNamed
37
{
38
39
public
:
40
HalfDetector
();
41
HalfDetector
(
HalfSegmentation
* segmentation);
42
43
~HalfDetector
()
override
;
44
46
TGeoVolumeAssembly*
getVolume
() {
return
mHalfVolume
; };
47
48
protected
:
49
TGeoVolumeAssembly*
mHalfVolume
;
50
51
private
:
52
HalfSegmentation
* mSegmentation;
53
54
void
createHalfDisks();
55
56
ClassDefOverride(
HalfDetector
, 1);
57
};
58
}
// namespace mft
59
}
// namespace o2
60
61
#endif
o2::mft::HalfDetector
Definition
HalfDetector.h:37
o2::mft::HalfDetector::~HalfDetector
~HalfDetector() override
o2::mft::HalfDetector::getVolume
TGeoVolumeAssembly * getVolume()
Returns the Volume holding the Half-MFT.
Definition
HalfDetector.h:46
o2::mft::HalfDetector::HalfDetector
HalfDetector()
Default constructor.
Definition
HalfDetector.cxx:35
o2::mft::HalfDetector::mHalfVolume
TGeoVolumeAssembly * mHalfVolume
Definition
HalfDetector.h:49
o2::mft::HalfSegmentation
Definition
HalfSegmentation.h:40
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
FlattenRestore.h:23
Detectors
ITSMFT
MFT
base
include
MFTBase
HalfDetector.h
Generated on Mon Feb 16 2026 15:05:52 for Project by
1.9.8