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);
59 Stt->SetGeometryFileName(
"straws_skewed_blocks_35cm_pipe.geo");
63 Mvd->SetGeometryFileName(
"Mvd-2.1_FullVersion.root");
67 Gem->SetGeometryFileName(
"gem_3Stations_realistic_v2.root");
75 FairDetector *SciT =
new PndSciT(
"SCIT",kTRUE);
76 SciT->SetGeometryFileName(
"SciTil_201601.root");
77 fRun->AddModule(SciT);
80 Drc->SetGeometryFileName(
"dirc_e3_b3_l6_m40.root");
99 FairDetector *
Fts=
new PndFts(
"FTS", kTRUE);
100 Fts->SetGeometryFileName(
"fts.geo");
101 fRun->AddModule(Fts);
104 FTof->SetGeometryFileName(
"ftofwall.root");
105 fRun->AddModule(FTof);
108 Rich->SetGeometryFileName(
"rich_v313.root");
109 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)
void SetGenerator()
Set the event generator.
void SetVerbose(Int_t verbose=12)
Set the level of commenting output.