2 // Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
4 /**************************************************************************
5 * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
6 * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for *
7 * full copyright notice. *
8 **************************************************************************/
10 #ifndef AliEveHLTEventManagerEditor_H
11 #define AliEveHLTEventManagerEditor_H
13 #include <TGedFrame.h>
19 class TGPictureButton;
21 class AliEveHLTEventManager;
23 class AliEveHLTEventManagerEditor : public TGedFrame
26 AliEveHLTEventManagerEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
27 UInt_t options = kChildFrame, Pixel_t back=GetDefaultFrameBackground());
28 virtual ~AliEveHLTEventManagerEditor() {}
30 virtual void SetModel(TObject* obj);
32 // Declare callback/slot methods
39 void SetTriggerString(int id);
40 void WriteBlockListToFile();
46 AliEveHLTEventManager *fM; // Model object.
48 TGTextButton *fButtonConnect; // Button to connect to HOMER.
49 TGTextButton *fButtonWriteToFile; // Button to write block list to file
50 TGTextButton *fButtonNextEvent; // Button to call next Even
51 TGTextButton *fButtonNavigateBack; // Button to navigate back
52 TGTextButton *fButtonNavigateFwd; // Button to navigate fwd
53 TGTextButton *fButtonPrintScreens; // Button to print viewers
54 TGComboBox *fBoxTriggerSelector; // Drop down menu to select trigger criteria.
55 TGTextButton *fButtonEventLoopText; //Text button to start / stop event loop.
56 TGTextButton *fButtonUpdateEvents;
57 //TGComboBox *fBoxEventLoopSpeed; // Drop down menu to set the speed of the loop.
58 TGPictureButton *fButtonEventLoop; // Picture button to start/stop event loop, HLT LOGO.
62 AliEveHLTEventManagerEditor(const AliEveHLTEventManagerEditor&); // Not implemented
63 AliEveHLTEventManagerEditor& operator=(const AliEveHLTEventManagerEditor&); // Not implemented
65 Bool_t fEventLoopStarted;
67 ClassDef(AliEveHLTEventManagerEditor, 0); // Editor for AliEveHLTEventManager