EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
FairMCTracksEditor.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FairMCTracksEditor.h
1
#ifndef ROOT_FAIREMCTRACKSEDITOR
2
#define ROOT_FAIREMCTRACKSEDITOR
3
4
#include "TGedFrame.h"
5
class
FairEventManager
;
6
7
class
FairMCTracksEditor
:
public
TGedFrame
8
{
9
FairMCTracksEditor
(
const
FairMCTracksEditor
&);
// Not implemented
10
FairMCTracksEditor
&
operator=
(
const
FairMCTracksEditor
&);
// Not implemented
11
12
protected
:
13
TObject
*
fObject
;
14
FairEventManager
*
fManager
;
15
public
:
16
FairMCTracksEditor
(
const
TGWindow*
p
=0, Int_t
width
=170, Int_t height=30,
17
UInt_t
options
= kChildFrame, Pixel_t back=GetDefaultFrameBackground());
18
virtual
~FairMCTracksEditor
() {}
19
20
virtual
void
SetModel
(
TObject
* obj);
21
22
23
ClassDef
(
FairMCTracksEditor
, 0);
// Specialization of TGedEditor for proper update propagation to TEveManager.
24
};
25
26
#endif
EicRoot
blob
master
eventdisplay
FairMCTracksEditor.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration