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
ab82c9d4
Commit
ab82c9d4
authored
Apr 25, 2016
by
Daniel Hynds
Browse files
increased histogram range for timing studies
Former-commit-id: 0528b24441d49d7cf10060440dadd29e95dd8c34
parent
18b6e934
Changes
1
Hide whitespace changes
Inline
Side-by-side
branches/trunk/algorithms/DUTAnalysis.C
View file @
ab82c9d4
...
...
@@ -27,7 +27,7 @@ void DUTAnalysis::initialise(Parameters* par){
hTrackCorrelationTime
=
new
TH1F
(
"hTrackCorrelationTime"
,
"hTrackCorrelationTime"
,
2000000
,
-
0
.
005
,
0
.
005
);
clusterToTVersusTime
=
new
TH2F
(
"clusterToTVersusTime"
,
"clusterToTVersusTime"
,
300000
,
0
.,
300
.,
200
,
0
,
1000
);
residualsTimeVsTime
=
new
TH2F
(
"residualsTimeVsTime"
,
"residualsTimeVsTime"
,
1
0000
,
14
,
24
,
20
00
,
-
0
.
00
1
,
0
.
00
1
);
residualsTimeVsTime
=
new
TH2F
(
"residualsTimeVsTime"
,
"residualsTimeVsTime"
,
2
0000
,
0
,
200
,
4
00
,
-
0
.
00
05
,
0
.
00
05
);
tracksVersusPowerOnTime
=
new
TH1F
(
"tracksVersusPowerOnTime"
,
"tracksVersusPowerOnTime"
,
1200000
,
-
0
.
01
,
0
.
11
);
associatedTracksVersusPowerOnTime
=
new
TH1F
(
"associatedTracksVersusPowerOnTime"
,
"associatedTracksVersusPowerOnTime"
,
1200000
,
-
0
.
01
,
0
.
11
);
...
...
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