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
b3dd3270
Commit
b3dd3270
authored
Aug 25, 2016
by
CLICdp user
Browse files
make check on noisy pixels related to mean
Former-commit-id: d6e59964f6912441ba00fbe4e0db4404520fab5e
parent
7e224358
Changes
1
Hide whitespace changes
Inline
Side-by-side
branches/trunk/algorithms/Timepix3MaskCreator.C
View file @
b3dd3270
...
...
@@ -103,7 +103,7 @@ void Timepix3MaskCreator::finalise(){
for
(
int
col
=
0
;
col
<
256
;
col
++
){
for
(
int
row
=
0
;
row
<
256
;
row
++
){
int
channelID
=
row
+
256
*
col
;
if
(
pixelhits
[
detectorID
][
channelID
]
>
10
00
){
if
(
pixelhits
[
detectorID
][
channelID
]
>
10
*
meanHits
){
trimdacs
>>
t_col
>>
t_row
>>
t_trim
>>
t_mask
>>
t_tpen
;
newtrimdacs
<<
t_col
<<
"
\t
"
<<
t_row
<<
"
\t
"
<<
t_trim
<<
"
\t
"
<<
"1"
<<
"
\t
"
<<
t_tpen
<<
endl
;
tcout
<<
"Masking pixel "
<<
col
<<
","
<<
row
<<
" on detector "
<<
detectorID
<<
endl
;
...
...
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