Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
np
nptool
Commits
0d108535
Commit
0d108535
authored
1 month ago
by
Theodore Efremov
Browse files
Options
Downloads
Patches
Plain Diff
[AlPhaPha] Solved some bug on step3
parent
05d78282
No related branches found
No related tags found
No related merge requests found
Pipeline
#385649
passed
1 month ago
Stage: build-NPLib
Stage: build-NPSimulation
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Projects/AlPhaPha/2024/macro/Calibration/IC/Step3/DEYcorrection.C
+1
-1
1 addition, 1 deletion
.../AlPhaPha/2024/macro/Calibration/IC/Step3/DEYcorrection.C
with
1 addition
and
1 deletion
Projects/AlPhaPha/2024/macro/Calibration/IC/Step3/DEYcorrection.C
+
1
−
1
View file @
0d108535
...
...
@@ -175,11 +175,11 @@ void DEYcorrection(bool cut = false, bool spline = false) {
int
Nentries
=
chain
->
GetEntries
();
//int Nentries = 2000000;
//int Nentries = 22000;
auto
start
=
std
::
chrono
::
high_resolution_clock
::
now
();
int
NSegment
=
11
;
ofstream
debug
(
"Output/Debug.txt"
);
//save data for clustering
auto
start
=
std
::
chrono
::
high_resolution_clock
::
now
();
for
(
int
e
=
0
;
e
<
Nentries
;
e
++
)
{
if
(
e
%
100000
==
0
&&
e
>
0
)
{
auto
now
=
std
::
chrono
::
high_resolution_clock
::
now
();
...
...
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