Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Javier Galan
rest-framework
Commits
e2051010
Commit
e2051010
authored
Nov 23, 2020
by
nkx Nicholas
Browse files
TRestEveEventViewer: the blank canvas window is gone now
parent
5f152739
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/events/viewers/inc/TRestEveEventViewer.h
View file @
e2051010
...
...
@@ -67,15 +67,19 @@ class TRestEveEventViewer : public TRestEventViewer {
Double_t
fMinRadius
;
Double_t
fMaxRadius
;
public:
virtual
void
Initialize
();
virtual
void
Embed
(
TBrowser
*
b
)
{}
virtual
void
DeleteCurrentEvent
();
void
DeleteGeometry
();
virtual
void
AddEvent
(
TRestEvent
*
ev
)
=
0
;
virtual
void
Plot
(
const
char
*
option
)
{}
void
AddSphericalHit
(
double
x
,
double
y
,
double
z
,
double
radius
,
double
en
);
void
MultiView
();
...
...
Write
Preview
Supports
Markdown
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