All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
TG3Application.cxx File Reference
#include "larreco/Genfit/TGeant3/TG3Application.h"
#include "larreco/Genfit/TGeant3/TGeant3f77.h"
#include <TROOT.h>
#include <TInterpreter.h>
#include <TVirtualMC.h>
#include <TLorentzVector.h>
#include <Riostream.h>

Go to the source code of this file.

Functions

 ClassImp (TG3Application) TG3Application
 

Function Documentation

ClassImp ( TG3Application  )

Definition at line 19 of file TG3Application.cxx.

23  : TVirtualMCApplication(name,title),
24  fStack(0)
25 {
26 //
27 // Standard constructor
28 //
29 
30  new TGeant3f77("g",0);
31 
32  // create a user stack
33  //fStack = new TG3Stack(100);
34 }