Browser.hh
Go to the documentation of this file.
1 
4 #include "TApplication.h"
5 #include "TBrowser.h"
6 
7 namespace boca {
8 
9 class Browser : public TBrowser
10 {
11 public:
12  Browser() : TBrowser() {}
14  gApplication->Terminate();
15  }
16 };
17 
18 }
Browser()
Definition: Browser.hh:12
Definition: Browser.hh:9
Boosted Collider Analysis.
Definition: Analysis.hh:15
~Browser()
Definition: Browser.hh:13