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
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ActsTrackingGeometry.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file ActsTrackingGeometry.h
1
#ifndef TRACKRECO_ACTSTRACKINGGEOMETRY_H
2
#define TRACKRECO_ACTSTRACKINGGEOMETRY_H
3
4
#include <memory>
5
#include <
Acts/Utilities/BinnedArray.hpp
>
6
#include <
Acts/Utilities/Definitions.hpp
>
7
#include <
Acts/Utilities/Logger.hpp
>
8
9
#include <
Acts/Geometry/TrackingGeometry.hpp
>
10
#include <
Acts/MagneticField/MagneticFieldContext.hpp
>
11
#include <
Acts/Utilities/CalibrationContext.hpp
>
12
13
#include <ActsExamples/Plugins/BField/BFieldOptions.hpp>
14
19
struct
ActsTrackingGeometry
{
20
ActsTrackingGeometry
(){}
21
ActsTrackingGeometry
(std::shared_ptr<const Acts::TrackingGeometry> tGeo,
22
ActsExamples::Options::BFieldVariant
mag,
23
Acts::CalibrationContext
calib,
24
Acts::GeometryContext
geoCtxt,
25
Acts::MagneticFieldContext
magFieldCtxt)
26
:
tGeometry
(tGeo)
27
,
magField
(mag)
28
,
calibContext
(calib)
29
,
geoContext
(geoCtxt)
30
,
magFieldContext
(magFieldCtxt)
31
{}
32
34
std::shared_ptr<const Acts::TrackingGeometry>
tGeometry
;
35
36
ActsExamples::Options::BFieldVariant
magField
;
37
39
Acts::CalibrationContext
calibContext
;
40
Acts::GeometryContext
geoContext
;
41
Acts::MagneticFieldContext
magFieldContext
;
42
double
tpcSurfStepPhi
;
43
double
tpcSurfStepZ
;
44
double
mmSurfStepPhi
;
45
double
mmSurfStepZ
;
46
};
47
48
49
#endif
coresoftware
blob
master
offline
packages
trackbase
ActsTrackingGeometry.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:37
using
1.8.2 with
ECCE GitHub integration