Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
cepc
CEPCSW
Merge requests
!258
"README.md" did not exist on "3c212b1a549daf2b237146e221c1b603d3da8f43"
WIP: fix the missing MCParticle and mute the output.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: fix the missing MCParticle and mute the output.
lintao/evtmix/fix-missing-mcparticle
into
master
Overview
1
Commits
2
Pipelines
2
Changes
2
Merged
lintao@ihep.ac.cn
requested to merge
lintao/evtmix/fix-missing-mcparticle
into
master
3 months ago
Overview
1
Commits
2
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
f67c9f5f
3 months ago
master (base)
and
latest version
latest version
6c81b80a
2 commits,
3 months ago
version 1
f67c9f5f
1 commit,
3 months ago
2 files
+
9
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Simulation/DetSimMixing/src/BackgroundLoader.hh
+
5
−
5
Options
@@ -64,10 +64,10 @@ public:
continue
;
}
std
::
cout
<<
"Collection: "
<<
name
<<
", index: "
<<
colidx
<<
", time window: "
<<
time_window
<<
" ns"
<<
", current time: "
<<
current_time_in_ns
;
//
std::cout << "Collection: " << name
//
<< ", index: " << colidx
//
<< ", time window: " << time_window << " ns"
//
<< ", current time: " << current_time_in_ns;
// debug only. don't create any hits.
// conclusion: no memory leakage in the above code.
@@ -137,7 +137,7 @@ public:
continue
;
}
std
::
cout
<<
", counter: "
<<
counter
<<
std
::
endl
;
//
std::cout << ", counter: " << counter << std::endl;
}
Loading