Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
Boole
Commits
e3cc700a
Commit
e3cc700a
authored
Apr 25, 2018
by
Martin Stefan Bieker
Browse files
Removed lower limit on cluster charge histogram
parent
fe3f2bdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
FT/FTDigitisation/src/FTClusterMonitor.cpp
View file @
e3cc700a
...
...
@@ -91,7 +91,7 @@ void FTClusterMonitor::operator()(const LHCb::FTClusters& clusters,
plot
(
cluster
->
size
(),
"ClusterSize"
,
"Cluster size; Size"
,
-
0.5
,
4.5
,
5
);
plot
(
cluster
->
charge
(),
"ClusterCharge"
,
"Cluster charge; Charge"
,
1
0.5
,
100.5
,
9
0
);
"Cluster charge; Charge"
,
0.5
,
100.5
,
10
0
);
plot2D
(
cluster
->
size
(),
cluster
->
charge
(),
"ClusterSizeVsFraction"
,
"Cluster size vs Charge; Size; Charge"
,
-
0.5
,
4.5
,
0.
,
100.
,
5
,
5
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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