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
98fb32c7
Commit
98fb32c7
authored
Apr 18, 2018
by
Agata Analysis
Browse files
correct ids for proof mode
parent
b8c2be97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
src/PlotResultsSelector.C
src/PlotResultsSelector.C
+7
-6
No files found.
src/PlotResultsSelector.C
View file @
98fb32c7
...
...
@@ -132,16 +132,17 @@ void PlotResultsSelector::SlaveBegin(TTree * /*tree*/)
fNedaLookUpTable
=
((
TString
)((
TParameter
<
TString
>*
)
fInput
->
FindObject
(
"NedaLookUpTable"
))
->
GetVal
());
fNedaCutsLocation
=
((
TString
)((
TParameter
<
TString
>*
)
fInput
->
FindObject
(
"NedaCutsLocation"
))
->
GetVal
());
if
(
!
fDiamantLookUpTable
.
BeginsWith
(
"/"
))
if
(
!
fDiamantLookUpTable
.
BeginsWith
(
"/"
)
&&
fDiamantLookUpTable
.
Length
()
)
fDiamantLookUpTable
.
Prepend
(
Form
(
"%s/"
,
fWorkingDir
.
Data
()));
if
(
!
fDiamantTSPeaks
.
BeginsWith
(
"/"
))
if
(
!
fDiamantTSPeaks
.
BeginsWith
(
"/"
)
&&
fDiamantTSPeaks
.
Length
()
)
fDiamantTSPeaks
.
Prepend
(
Form
(
"%s/"
,
fWorkingDir
.
Data
()));
if
(
!
fDiamantCutsLocation
.
BeginsWith
(
"/"
))
if
(
!
fDiamantCutsLocation
.
BeginsWith
(
"/"
)
&&
fDiamantCutsLocation
.
Length
()
)
fDiamantCutsLocation
.
Prepend
(
Form
(
"%s/"
,
fWorkingDir
.
Data
()));
if
(
!
fNedaLookUpTable
.
BeginsWith
(
"/"
))
if
(
!
fNedaLookUpTable
.
BeginsWith
(
"/"
)
&&
fNedaLookUpTable
.
Length
()
)
fNedaLookUpTable
.
Prepend
(
Form
(
"%s/"
,
fWorkingDir
.
Data
()));
if
(
!
fNedaCutsLocation
.
BeginsWith
(
"/"
))
if
(
!
fNedaCutsLocation
.
BeginsWith
(
"/"
)
&&
fNedaCutsLocation
.
Length
()
)
fNedaCutsLocation
.
Prepend
(
Form
(
"%s/"
,
fWorkingDir
.
Data
()));
}
/// *********************** ///
...
...
@@ -367,7 +368,7 @@ void PlotResultsSelector::SlaveBegin(TTree * /*tree*/)
AGATA_HitMult_h
=
BuildHist1D
(
"AGATAHitMult"
,
AGATA_Hitmult
,
fAgataHistList
);
AGATA_CoreMult_h
=
BuildHist1D
(
"AGATACoreMult"
,
AGATA_Coremult
,
fAgataHistList
);
AGATA_TrackE_h
=
BuildHist1D
(
"TrackE"
,
EGamma2
,
fAgataHistList
);
l
=
new
TList
;
l
->
SetName
(
"TrackEvsNn"
);
fAgataHistList
->
Add
(
l
);
for
(
Int_t
i
=
0
;
i
<
MaxNeutrons
;
i
++
)
{
...
...
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