Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
9
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
Commits
4644ae03
Commit
4644ae03
authored
3 years ago
by
FU Chengdong
Browse files
Options
Downloads
Patches
Plain Diff
optimize print information
parent
854aa094
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Reconstruction/Tracking/src/Clupatra/ClupatraAlg.cpp
+4
-5
4 additions, 5 deletions
Reconstruction/Tracking/src/Clupatra/ClupatraAlg.cpp
with
4 additions
and
5 deletions
Reconstruction/Tracking/src/Clupatra/ClupatraAlg.cpp
+
4
−
5
View file @
4644ae03
...
@@ -233,7 +233,7 @@ StatusCode ClupatraAlg::initialize() {
...
@@ -233,7 +233,7 @@ StatusCode ClupatraAlg::initialize() {
StatusCode
ClupatraAlg
::
execute
()
{
StatusCode
ClupatraAlg
::
execute
()
{
debug
()
<<
"Clupatra Algorithm started"
<<
endmsg
;
info
()
<<
"Clupatra Algorithm started"
<<
endmsg
;
// clock_t start = clock() ;
// clock_t start = clock() ;
Timer
timer
;
Timer
timer
;
...
@@ -537,7 +537,7 @@ StatusCode ClupatraAlg::execute() {
...
@@ -537,7 +537,7 @@ StatusCode ClupatraAlg::execute() {
debug
()
<<
" call fitter for seed cluster with "
<<
(
*
icv
)
->
size
()
<<
" hits "
<<
endmsg
;
debug
()
<<
" call fitter for seed cluster with "
<<
(
*
icv
)
->
size
()
<<
" hits "
<<
endmsg
;
int
counter
=
0
;
int
counter
=
0
;
for
(
Clusterer
::
cluster_type
::
iterator
ci
=
(
*
icv
)
->
begin
(),
end
=
(
*
icv
)
->
end
()
;
ci
!=
end
;
++
ci
)
{
for
(
Clusterer
::
cluster_type
::
iterator
ci
=
(
*
icv
)
->
begin
(),
end
=
(
*
icv
)
->
end
()
;
ci
!=
end
;
++
ci
)
{
debug
()
<<
counter
++
<<
" "
<<
(
*
ci
)
->
first
->
edm4hepHit
<<
"
\n
layer "
<<
(
*
ci
)
->
first
->
layer
<<
endmsg
;
debug
()
<<
counter
++
<<
" "
<<
(
*
ci
)
->
first
->
edm4hepHit
.
id
()
<<
" layer "
<<
(
*
ci
)
->
first
->
layer
<<
endmsg
;
}
}
...
@@ -562,9 +562,8 @@ StatusCode ClupatraAlg::execute() {
...
@@ -562,9 +562,8 @@ StatusCode ClupatraAlg::execute() {
ConstTrack
edm4hepTrk
(
converter
(
*
icv
)
)
;
ConstTrack
edm4hepTrk
(
converter
(
*
icv
)
)
;
// debug() << "Goes goes here" << endmsg;
// debug() << "Goes goes here" << endmsg;
// FIXME Mingrui
debug
()
<<
"============= poor seed cluster - no hits added - started from row "
<<
outerRow
<<
" track id="
debug
()
<<
"============= poor seed cluster - no hits added - started from row "
<<
outerRow
<<
"
\n
"
<<
edm4hepTrk
.
id
()
<<
endmsg
;
<<
edm4hepTrk
<<
endmsg
;
for
(
Clusterer
::
cluster_type
::
iterator
ci
=
(
*
icv
)
->
begin
(),
end
=
(
*
icv
)
->
end
()
;
ci
!=
end
;
++
ci
)
{
for
(
Clusterer
::
cluster_type
::
iterator
ci
=
(
*
icv
)
->
begin
(),
end
=
(
*
icv
)
->
end
()
;
ci
!=
end
;
++
ci
)
{
...
...
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