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
StandardPhysicsLists.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file StandardPhysicsLists.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2020 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
9
#pragma once
10
11
#include "
ActsFatras/Kernel/PhysicsList.hpp
"
12
#include "
ActsFatras/Kernel/Process.hpp
"
13
#include "
ActsFatras/Physics/EnergyLoss/BetheBloch.hpp
"
14
#include "
ActsFatras/Physics/EnergyLoss/BetheHeitler.hpp
"
15
#include "
ActsFatras/Physics/Scattering/Highland.hpp
"
16
#include "
ActsFatras/Selectors/KinematicCasts.hpp
"
17
#include "
ActsFatras/Selectors/PdgSelectors.hpp
"
18
#include "
ActsFatras/Selectors/SelectorHelpers.hpp
"
19
20
namespace
ActsFatras {
21
namespace
detail {
23
using
SelectElectronLike
=
AbsPdgSelector<Acts::PdgParticle::eElectron>
;
25
using
SelectPMin
=
Min<Casts::P>
;
26
28
using
StandardScattering
=
29
Process<HighlandScattering, EveryInput, EveryParticle, EveryParticle>
;
33
using
StandardBetheBloch
=
34
Process<BetheBloch, EveryInput, SelectPMin, EveryParticle>
;
39
using
StandardBetheHeitler
=
40
Process<BetheHeitler, AsInputSelector<SelectElectronLike>
,
SelectPMin
,
41
EveryParticle
>;
42
}
// namespace detail
43
56
using
ChargedElectroMagneticPhysicsList
=
57
PhysicsList
<
detail::StandardScattering
,
detail::StandardBetheBloch
,
58
detail::StandardBetheHeitler
>;
59
63
ChargedElectroMagneticPhysicsList
makeChargedElectroMagneticPhysicsList
(
64
double
minimumAbsMomentum);
65
66
}
// namespace ActsFatras
acts
blob
master
Fatras
include
ActsFatras
Physics
StandardPhysicsLists.hpp
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:25
using
1.8.2 with
ECCE GitHub integration