1 // Author: Mihai Niculescu 2012
3 /**************************************************************************
4 * Copyright(c) 1998-2012, ALICE Experiment at CERN, all rights reserved. *
5 * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for *
6 * full copyright notice. *
7 **************************************************************************/
9 #ifndef AliEveApplication_H
10 #define AliEveApplication_H
14 class AliEveApplication : public TRint
17 AliEveApplication(const char* appClassName, Int_t* argc, char** argv, void* options = 0, Int_t numOptions = 0, Bool_t noLogo = kFALSE);
18 virtual ~AliEveApplication();
20 void Init(); // Initialize AliEve & Rint Environment
23 AliEveApplication(const AliEveApplication&); // not implemented
24 AliEveApplication& operator=(const AliEveApplication&); // not implemented
28 ClassDef(AliEveApplication, 0); // AliEve application