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
5db7a2b0
Commit
5db7a2b0
authored
Sep 03, 2019
by
Morag Jean Williams
Browse files
Removing 'per Corry event' description
parent
c266a64a
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderATLASpix/EventLoaderATLASpix.cpp
View file @
5db7a2b0
...
...
@@ -147,8 +147,7 @@ void EventLoaderATLASpix::initialise() {
"pixelToT_beforeCorrection"
,
"pixelToT_beforeCorrection; pixel ToT in TS2 clock cycles; # events"
,
2
*
64
,
-
64
,
64
);
hPixelCharge
=
new
TH1F
(
"pixelCharge"
,
"pixelCharge; pixel charge [e]; # events"
,
100
,
0
,
100
);
hPixelToA
=
new
TH1F
(
"pixelToA"
,
"pixelToA; pixel ToA [ns]; # events"
,
100
,
0
,
100
);
hPixelMultiplicity
=
new
TH1F
(
"pixelMultiplicity"
,
"Pixel Multiplicity per Corry Event; # pixels; # events"
,
200
,
0
,
200
);
hPixelMultiplicity
=
new
TH1F
(
"pixelMultiplicity"
,
"Pixel Multiplicity; # pixels; # events"
,
200
,
0
,
200
);
hPixelTimes
=
new
TH1F
(
"hPixelTimes"
,
"pixelTimes; hit timestamp [ms]; # events"
,
3e6
,
0
,
3e3
);
hPixelTimes_long
=
new
TH1F
(
"hPixelTimes_long"
,
"pixelTimes_long; hit timestamp [s]; # events"
,
3e6
,
0
,
3e3
);
...
...
src/modules/EventLoaderATLASpix/README.md
View file @
5db7a2b0
...
...
@@ -27,7 +27,7 @@ This module requires either another event loader of another detector type before
*
1D pixel ToT histogram before timestamp overflow correction
*
1D pixels charge histogram (currently not calibrated -> equivalent to ToT)
*
1D pixel ToA histogram
*
1D pixel multiplicity
per Corryvreckan event
histogram
*
1D pixel multiplicity histogram
*
1D pixels over time histogram (3 second range)
*
1D pixels over time histogram (3000 second range)
*
1D pixel TS1 histogram
...
...
src/modules/EventLoaderCLICpix/EventLoaderCLICpix.cpp
View file @
5db7a2b0
...
...
@@ -43,8 +43,7 @@ void EventLoaderCLICpix::initialise() {
hHitMap
=
new
TH2F
(
"hitMap"
,
"hitMap"
,
64
,
0
,
64
,
64
,
0
,
64
);
hPixelToT
=
new
TH1F
(
"pixelToT"
,
"pixelToT"
,
20
,
0
,
20
);
hShutterLength
=
new
TH1F
(
"shutterLength"
,
"shutterLength"
,
3000
,
0
,
0.3
);
hPixelMultiplicity
=
new
TH1F
(
"pixelMultiplicity"
,
"Pixel Multiplicity per Corry Event; # pixels; # events"
,
4100
,
0
,
4100
);
hPixelMultiplicity
=
new
TH1F
(
"pixelMultiplicity"
,
"Pixel Multiplicity; # pixels; # events"
,
4100
,
0
,
4100
);
}
StatusCode
EventLoaderCLICpix
::
run
(
std
::
shared_ptr
<
Clipboard
>
clipboard
)
{
...
...
src/modules/EventLoaderCLICpix/README.md
View file @
5db7a2b0
...
...
@@ -15,7 +15,7 @@ The module opens and reads one data file in the specified input directory with t
### Plots produced
*
2D Hit map
*
1D Pixel ToT histogram
*
1D Pixel multiplicity
per Corryvreckan event
histogram
*
1D Pixel multiplicity histogram
*
1D Shutter length histogram
### Usage
...
...
src/modules/EventLoaderCLICpix2/EventLoaderCLICpix2.cpp
View file @
5db7a2b0
...
...
@@ -139,7 +139,7 @@ void EventLoaderCLICpix2::initialise() {
hPixelToA
=
new
TH1F
(
"pixelToA"
,
title
.
c_str
(),
maxcounter
,
0
,
maxcounter
-
1
);
title
=
m_detector
->
name
()
+
" CNT spectrum;CNT;pixels"
;
hPixelCnt
=
new
TH1F
(
"pixelCnt"
,
title
.
c_str
(),
maxcounter
,
0
,
maxcounter
-
1
);
title
=
m_detector
->
name
()
+
" Pixel Multiplicity
per Corry Event
; # pixels; # events"
;
title
=
m_detector
->
name
()
+
" Pixel Multiplicity; # pixels; # events"
;
hPixelMultiplicity
=
new
TH1F
(
"pixelMultiplicity"
,
title
.
c_str
(),
1000
,
0
,
1000
);
title
=
m_detector
->
name
()
+
" Timewalk;TOA;TOT;pixels"
;
...
...
src/modules/EventLoaderCLICpix2/README.md
View file @
5db7a2b0
...
...
@@ -23,7 +23,7 @@ The data is decoded using the CLICpix2 data decoder shipped with the Peary DAQ f
*
1D Pixel ToA histogram (if value is available)
*
1D Pixel particle count histogram (if value is available)
*
2D map of profiles for ToT values
*
1D Pixel mu
t
liplicity
per Corryvreckan event
histogram
*
1D Pixel mul
t
iplicity histogram
### Usage
```
toml
...
...
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