12   TString parAsciiFile   = 
"all.par";
 
   33   fRun->SetName(SimEngine);
 
   37   fRun->SetStoreTraj(kFALSE);
 
   42    Cave->SetGeometryFileName(
"pndcave.geo");
 
   43    fRun->AddModule(Cave);
 
   51    Dipole->SetGeometryFileName(
"dipole.geo");
 
   52    fRun->AddModule(Dipole);
 
   55    Pipe->SetGeometryFileName(
"beampipe_201309.root");
 
   56    fRun->AddModule(Pipe);
 
   58    FairDetector *
Stt= 
new PndStt(
"STT", kTRUE);
 
   60    Stt->SetGeometryFileName(
"A_sttgeometry.root");
 
   64    Mvd->SetGeometryFileName(
"Mvd-2.1_FullVersion.root");
 
   68    Gem->SetGeometryFileName(
"gem_3Stations_realistic_v2.root");
 
   76    FairDetector *SciT = 
new PndSciT(
"SCIT",kTRUE);
 
   77    SciT->SetGeometryFileName(
"SciTil_201601.root");
 
   78    fRun->AddModule(SciT);
 
   81    Drc->SetGeometryFileName(
"dirc_e3_b3_l6_m40.root");
 
  100    FairDetector *
Fts= 
new PndFts(
"FTS", kTRUE);
 
  101    Fts->SetGeometryFileName(
"fts.geo");
 
  102    fRun->AddModule(Fts);
 
  105    FTof->SetGeometryFileName(
"ftofwall.root");
 
  106    fRun->AddModule(FTof);
 
  109    Rich->SetGeometryFileName(
"rich_v313.root");
 
  110    fRun->AddModule(Rich);
 
void SetForward(TString name)
void Finish()
Final diagnostics. 
void SetMdtCoil(bool opt=false)
Bool_t Setup(TString outprefix="")
Initial setup. 
void SetParamAsciiFile(TString par)
Setter of the parameter ascii file. 
void SetMdtMFIron(bool opt=false)
void SetStorageOfData(Bool_t val)
FairPrimaryGenerator * primGen
void SetInput(TString par)
Input of the simulation  This string can be: a) the name of the dec file for EvtGen, ending w/ .dec b) "dpm" if you want to use dpm c) "ftf" if you want to use ftf d) "box:[...]" if you want to use box. 
void AddSimTasks()
Add simulation tasks. 
void SetMdtMagnet(bool opt=false)
Primary generator with added event filtering capabilities. 
void SetStoreTrackPoints(Bool_t storeTrackPoints)
FairFilteredPrimaryGenerator * GetFilteredPrimaryGenerator()
Getter for the primary generator, e.g. to configure the event filter. 
void SetStoreCerenkovs(Bool_t storeCerenkovs)
virtual void SetGeometryVersion(const Int_t GeoNumber)
void SetBarrel(TString name)
void SetNumberOfEvents(Int_t par)
Setter of the number of events. 
Class for the master simulation chain. 
void SetEndcap(TString name)
void SetMuonFilter(TString name)
void SetRunCherenkov(Bool_t ch)
int sim_complete_newSTT(Int_t nEvents=100, TString SimEngine="TGeant3", Double_t BeamMomentum=1.5)
void SetGenerator()
Set the event generator. 
void SetVerbose(Int_t verbose=12)
Set the level of commenting output.