Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Juggler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
Project Juggler
Commits
bec0d8d6
Commit
bec0d8d6
authored
3 years ago
by
Wenliang Li
Browse files
Options
Downloads
Patches
Plain Diff
Test Bill
parent
7cf1aca4
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!395
Draft: Test Bill
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
JugReco/src/components/InclusiveKinematicsElectron.cpp
+3
-3
3 additions, 3 deletions
JugReco/src/components/InclusiveKinematicsElectron.cpp
with
3 additions
and
3 deletions
JugReco/src/components/InclusiveKinematicsElectron.cpp
+
3
−
3
View file @
bec0d8d6
...
@@ -91,11 +91,11 @@ public:
...
@@ -91,11 +91,11 @@ public:
ei
.
x
=
0.
;
ei
.
x
=
0.
;
ei
.
y
=
0.
;
ei
.
y
=
0.
;
if
(
fabs
(
ei
.
z
-
5.0
)
<
1.0
)
if
(
fabs
(
ei
.
z
+
5.0
)
<
1.0
)
ei
.
z
=
-
5.0
;
ei
.
z
=
-
5.0
;
else
if
(
fabs
(
ei
.
z
-
10.0
)
<
1.0
)
else
if
(
fabs
(
ei
.
z
+
10.0
)
<
1.0
)
ei
.
z
=
-
10.0
;
ei
.
z
=
-
10.0
;
else
if
(
fabs
(
ei
.
z
-
18.0
)
<
1.0
)
else
if
(
fabs
(
ei
.
z
+
18.0
)
<
1.0
)
ei
.
z
=
-
18.0
;
ei
.
z
=
-
18.0
;
ei
.
t
=
sqrt
(
ei
.
z
*
ei
.
z
+
m_electron
*
m_electron
);
ei
.
t
=
sqrt
(
ei
.
z
*
ei
.
z
+
m_electron
*
m_electron
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment