Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
Allen
Commits
b9012576
Commit
b9012576
authored
Jun 21, 2019
by
Vladimir Gligorov
Browse files
fix conflicts some more
parent
bbe91923
Pipeline
#937298
failed with stages
in 14 minutes and 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cuda/UT/compassUT/src/UTFastFitter.cu
View file @
b9012576
...
...
@@ -44,8 +44,8 @@ __host__ __device__ float fastfitter(
{
const
float
ty
=
velo_state
.
ty
;
const
float
zKink
=
PrVelo
UTConst
::
magFieldParams
[
0
]
-
ty
*
ty
*
PrVelo
UTConst
::
magFieldParams
[
1
]
-
ty
*
ty
*
ty
*
ty
*
PrVelo
UTConst
::
magFieldParams
[
2
];
const
float
zKink
=
UT
::
Const
ants
::
magFieldParams
[
0
]
-
ty
*
ty
*
UT
::
Const
ants
::
magFieldParams
[
1
]
-
ty
*
ty
*
ty
*
ty
*
UT
::
Const
ants
::
magFieldParams
[
2
];
const
float
xMidField
=
velo_state
.
x
+
velo_state
.
tx
*
(
zKink
-
velo_state
.
z
);
const
float
zDiff
=
0.001
f
*
(
zKink
-
UT
::
Constants
::
zMidUT
);
...
...
integration/non_event_data/src/UTLookupTables.cpp
View file @
b9012576
...
...
@@ -9,12 +9,7 @@ namespace {
using
std
::
to_string
;
}
// namespace
<<<<<<<
HEAD
Consumers
::
UTLookupTables
::
UTLookupTables
(
UTMagnetTool
*&
tool
)
:
m_tool
{
tool
}
{}
=======
Consumers
::
UTLookupTables
::
UTLookupTables
(
PrUTMagnetTool
*&
tool
)
:
m_tool
{
tool
}
{}
>>>>>>>
87e0
df64bd7f34c62087cb872a7cb050396329c6
Consumers
::
UTLookupTables
::
UTLookupTables
(
UTMagnetTool
*&
tool
)
:
m_tool
{
tool
}
{}
void
Consumers
::
UTLookupTables
::
consume
(
std
::
vector
<
char
>
const
&
data
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment