#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 } |
|
|
|
|
||||||||||||
|
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 }
|
|
||||||||||||||||
|
|
|
|
Definition at line 4 of file docbin.cc. Referenced by TGeant3::ConvertVolumePathString(), TGeant3::DefineParticle(), TGeant3TGeo::Gprotm(), and TGeant3::Xsec(). |
|
|
|
1.3.9.1