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
Open sidebar
IPNL_GAMMA
gammaware
Commits
196a51dd
Commit
196a51dd
authored
Sep 03, 2019
by
Jérémie Dudouet
Browse files
Merge branch 'Cubix' into 'Cubix'
forgot to change a name in projection See merge request
!48
parents
feed8e21
a8194ba2
Pipeline
#43936
passed with stage
in 6 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/root/gui/cubix/src/CXTH1Proj.cpp
src/root/gui/cubix/src/CXTH1Proj.cpp
+4
-1
No files found.
src/root/gui/cubix/src/CXTH1Proj.cpp
View file @
196a51dd
...
...
@@ -150,7 +150,10 @@ void CXTH1Proj::Project(Bool_t FixRange){
Float_t
TotalGateWidth
=
0
;
Float_t
TotalBGDWidth
=
0
;
TString
ProjName
=
Form
(
"%s_Proj"
,
fGGHist
->
GetName
());
TString
ProjName
;
if
(
fProjectionAxis
==
0
)
ProjName
=
Form
(
"%s_ProjY"
,
fGGHist
->
GetName
());
else
ProjName
=
Form
(
"%s_ProjX"
,
fGGHist
->
GetName
());
TString
NameGates
=
""
;
TString
NameBGD
=
""
;
...
...
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