Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
06fac149
Commit
06fac149
authored
May 13, 2019
by
Jens Kroeger
Browse files
AnalysisTimingATLASpix.cpp: removed commented lines saying "UGLY HACK"
parent
e62ed969
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.cpp
View file @
06fac149
...
...
@@ -424,12 +424,6 @@ StatusCode AnalysisTimingATLASpix::run(std::shared_ptr<Clipboard> clipboard) {
has_associated_cluster
=
true
;
matched_tracks
++
;
// // UGLY HACK:
// if(cluster->row() > 390) {
// continue;
// }
// clusterTotCut:
if
(
cluster
->
tot
()
>
m_clusterTotCut
)
{
LOG
(
DEBUG
)
<<
" - track discarded due to clusterTotCut"
;
continue
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment