Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
StandardInteractions.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file StandardInteractions.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2020-2021 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 "
Acts/Definitions/PdgParticle.hpp
"
12
#include "
ActsFatras/Kernel/ContinuousProcess.hpp
"
13
#include "
ActsFatras/Kernel/InteractionList.hpp
"
14
#include "
ActsFatras/Physics/ElectroMagnetic/BetheBloch.hpp
"
15
#include "
ActsFatras/Physics/ElectroMagnetic/BetheHeitler.hpp
"
16
#include "
ActsFatras/Physics/ElectroMagnetic/Scattering.hpp
"
17
#include "
ActsFatras/Selectors/KinematicCasts.hpp
"
18
#include "
ActsFatras/Selectors/ParticleSelectors.hpp
"
19
#include "
ActsFatras/Selectors/SelectorHelpers.hpp
"
20
21
namespace
ActsFatras {
22
namespace
Casts {
23
struct
P
;
24
}
// namespace Casts
25
26
namespace
detail {
27
29
using
SelectElectronLike
=
AbsPdgSelector<Acts::PdgParticle::eElectron>
;
31
using
SelectPMin
=
Min<Casts::P>
;
32
34
using
StandardScattering
=
35
ContinuousProcess
<
HighlandScattering
,
ChargedSelector
,
EveryParticle
,
36
EveryParticle
>;
40
using
StandardBetheBloch
=
41
ContinuousProcess<BetheBloch, ChargedSelector, SelectPMin, EveryParticle>
;
45
using
StandardBetheHeitler
=
46
ContinuousProcess<BetheHeitler, SelectElectronLike, SelectPMin, SelectPMin>
;
47
48
}
// namespace detail
49
62
using
StandardChargedElectroMagneticInteractions
=
63
InteractionList
<
detail::StandardScattering
,
detail::StandardBetheBloch
,
64
detail::StandardBetheHeitler
>;
65
69
StandardChargedElectroMagneticInteractions
70
makeStandardChargedElectroMagneticInteractions
(
double
minimumAbsMomentum);
71
72
}
// namespace ActsFatras
acts
blob
sPHENIX
Fatras
include
ActsFatras
Physics
StandardInteractions.hpp
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:41
using
1.8.2 with
sPHENIX GitHub integration