ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
blob
master
CI
Core
doc
Examples
Fatras
Plugins
DD4hep
include
Acts
Plugins
DD4hep
ActsExtension.hpp
ConvertDD4hepDetector.hpp
ConvertDD4hepMaterial.hpp
DD4hepDetectorElement.hpp
DD4hepLayerBuilder.hpp
DD4hepVolumeBuilder.hpp
src
Digitization
Identification
Json
Legacy
TGeo
Tests
thirdparty
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
DD4hepDetectorElement.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file DD4hepDetectorElement.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2017-2018 CERN for the benefit of the Acts project
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
10
// DD4hepDetectorElement.h, Acts project, DD4hepDetector plugin
12
13
#pragma once
14
#include "
Acts/Plugins/TGeo/TGeoDetectorElement.hpp
"
15
#include "DD4hep/DetElement.h"
16
17
namespace
Acts {
18
20
class
DigitizationModule;
21
34
40
41
class
DD4hepDetectorElement
:
public
TGeoDetectorElement
{
42
public
:
44
using
ContextType
=
GeometryContext
;
45
75
DD4hepDetectorElement
(
76
const
dd4hep::DetElement detElement,
const
std::string& axes =
"XYZ"
,
77
double
scalor = 1.,
bool
isDisc =
false
,
78
std::shared_ptr<const ISurfaceMaterial>
material
=
nullptr
,
79
std::shared_ptr<const DigitizationModule>
digitizationModule
=
nullptr
);
80
82
~DD4hepDetectorElement
()
override
=
default
;
83
84
private
:
86
dd4hep::DetElement
m_detElement
;
88
dd4hep::Segmentation
m_segmentation
;
89
};
90
}
// namespace Acts
acts
blob
master
Plugins
DD4hep
include
Acts
Plugins
DD4hep
DD4hepDetectorElement.hpp
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:25
using
1.8.2 with
ECCE GitHub integration