BmnRoot
Loading...
Searching...
No Matches
MpdMCTracksEditor.h
Go to the documentation of this file.
1#ifndef MPDMCTRACKSEDITOR_H
2#define MPDMCTRACKSEDITOR_H
3
4#include "MpdEventManager.h"
5
6#include "TGedFrame.h"
7#include "TGWindow.h"
8
9
10class MpdMCTracksEditor : public TGedFrame
11{
12 MpdMCTracksEditor(const MpdMCTracksEditor&) = delete;
13 MpdMCTracksEditor& operator=(const MpdMCTracksEditor&) = delete;
14
15 protected:
16 TObject* fObject;
18
19 public:
20 MpdMCTracksEditor(const TGWindow* p = 0, Int_t width = 170, Int_t height = 30,
21 UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground());
22 virtual ~MpdMCTracksEditor() {}
23
24 virtual void SetModel( TObject* obj) { fObject = obj; }
25
26 ClassDef(MpdMCTracksEditor, 0); // Specialization of TGedEditor for proper update propagation to TEveManager.
27};
28
29#endif
MpdMCTracksEditor(const TGWindow *p=0, Int_t width=170, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
virtual void SetModel(TObject *obj)
MpdEventManager * fManager
ClassDef(MpdMCTracksEditor, 0)