#include "G4RunManager.hh"
#include "G4UImanager.hh"
#include "Randomize.hh"
#include "DetectorConstruction.hh"
#include "PhysicsList.hh"
#include "ActionInitialization.hh"
#include "SteppingVerbose.hh"
 
Go to the source code of this file.
      
        
          | int main  | 
          ( | 
          int  | 
          argc,  | 
        
        
           | 
           | 
          char **  | 
          argv  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 59 of file amsEcal.cc.
   65 #ifdef G4MULTITHREADED 
   91       G4String command = 
"/control/execute ";
 
virtual void SetUserInitialization(G4VUserDetectorConstruction *userInit)
 
void SetNumberOfThreads(G4int n)
 
static G4UImanager * GetUIpointer()
 
static G4int ConvertToInt(const char *st)
 
static void SetInstance(G4VSteppingVerbose *Instance)
 
Detector construction class to define materials and geometry. 
 
G4int ApplyCommand(const char *aCommand)