Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

docbin.cc File Reference

#include "TROOT.h"
#include "TRint.h"

Go to the source code of this file.

Functions

void InitGui ()
TROOT root ("Rint","The ROOT Interactive Interface", initfuncs)
int main (int argc, char **argv)

Variables

int Error
VoidFuncPtr_t initfuncs [] = { InitGui, 0 }


Function Documentation

void InitGui  ) 
 

int main int  argc,
char **  argv
 

COMMAND LINE

CALIB CONSTANTS

BEAM RUN KEY

Cerenkov ADC cuts:

ATTENUATION PARAMS

FILE + TREE

Definition at line 12 of file docbin.cc.

00013 {
00014         // Create interface.
00015         TRint *theApp = new TRint("ROOT example", &argc, argv, NULL, 0);
00016 
00017         // Run interactive interface
00018         theApp->Run();
00019 
00020         return(0);
00021 }

TROOT root "Rint"  ,
"The ROOT Interactive Interface"  ,
initfuncs 
 


Variable Documentation

int Error
 

Definition at line 4 of file docbin.cc.

Referenced by TGeant3::ConvertVolumePathString(), TGeant3::DefineParticle(), TGeant3TGeo::Gprotm(), and TGeant3::Xsec().

VoidFuncPtr_t initfuncs[] = { InitGui, 0 }
 

Definition at line 7 of file docbin.cc.


Generated on Mon Feb 15 11:07:56 2010 for loon by  doxygen 1.3.9.1