Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
Marcin
2018 Agata Neda Diamant Campaign - TSelector
Commits
df2acb23
Commit
df2acb23
authored
Apr 27, 2018
by
Agata Analysis
Browse files
Fixed NEDA and Diamant DeltaTSTime binnings
parent
f92d3873
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/PlotResultsSelector.C
src/PlotResultsSelector.C
+2
-2
No files found.
src/PlotResultsSelector.C
View file @
df2acb23
...
...
@@ -166,7 +166,7 @@ void PlotResultsSelector::SlaveBegin(TTree * /*tree*/)
Binning
NEDA_Tdc
(
1000
,
-
0
.
5
,
70000
-
0
.
5
,
"Neda Tdc"
);
Binning
Energy
(
1000
,
-
0
.
5
,
70000
-
0
.
5
,
"Neda Energy"
);
Binning
NEDA_Zco
(
3
,
-
0
.
5
,
2
.
5
,
"Neda Zco"
);
Binning
NEDA_DeltaTSTime
(
20
00
,
-
300
.
5
,
300
-
0
.
5
,
"Neda Delta TS Time"
);
Binning
NEDA_DeltaTSTime
(
6
00
,
-
300
.
5
,
300
-
0
.
5
,
"Neda Delta TS Time"
);
Binning
Slow
(
1000
,
0
,
70000
,
"Slow"
);
Binning
Fast
(
1000
,
0
,
70000
,
"Fast"
);
...
...
@@ -185,7 +185,7 @@ void PlotResultsSelector::SlaveBegin(TTree * /*tree*/)
Binning
Diamant_Top
(
1000
,
0
,
70000
,
"Diamant Top"
);
Binning
Diamant_PID
(
512
,
0
,
1
,
"Diamant PID"
);
Binning
Diamant_Energy
(
512
,
0
,
16000
,
"Diamant Energy"
);
Binning
Diamant_DeltaTSTime
(
20
00
,
-
300
.
5
,
300
-
0
.
5
,
"Diamant Delta TS Time"
);
Binning
Diamant_DeltaTSTime
(
6
00
,
-
300
.
5
,
300
-
0
.
5
,
"Diamant Delta TS Time"
);
/// AGATA Binnings
...
...
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