]> git.uio.no Git - u/mrichter/AliRoot.git/blame - AliGeant4/macro/g4Config.C
temporarily excluded MUON, FMD
[u/mrichter/AliRoot.git] / AliGeant4 / macro / g4Config.C
CommitLineData
0f507a31 1void Config()
2{
3 // =============================
4 // Root file
5 // =============================
6
7 // Create the output file
8 TFile *rootfile = new TFile("galice.root","recreate");
9 rootfile->SetCompressionLevel(2);
10
11 // =============================
12 // Geant4
13 // =============================
14
15 // load Geant4 and AliRoot steer libraries
16 gROOT->LoadMacro("g4libs.C");
17 gInterpreter->ProcessLine("g4libs()");
18 gInterpreter->ProcessLine("steerlibs()");
19
20 // Create Geant4
21 gROOT->LoadMacro("g4menu.C");
22 gInterpreter->ProcessLine("CreateGeant4()");
23
24 // Physics process control
25 // (in development)
26 gMC ->SetProcess("DCAY",1);
27 gMC ->SetProcess("PAIR",1);
28 gMC ->SetProcess("COMP",1);
29 //gMC ->SetProcess("PHOT",1);
30 gMC ->SetProcess("PFIS",0);
31 gMC ->SetProcess("DRAY",0);
32 gMC ->SetProcess("ANNI",1);
33 gMC ->SetProcess("BREM",1);
34 gMC ->SetProcess("MUNU",1);
35 //xx gMC ->SetProcess("CKOV",1);
36 gMC ->SetProcess("HADR",1); //Select pure GEANH (HADR 1) or GEANH/NUCRIN (HADR 3)
37 gMC ->SetProcess("LOSS",2);
38 gMC ->SetProcess("MULS",1);
39 //xx gMC ->SetProcess("RAYL",1);
40
41 // Energy cuts
42 // (in development)
43 Float_t cut = 1.e-3; // 1MeV cut by default
44 gMC ->SetCut("CUTGAM",cut);
45 gMC ->SetCut("CUTELE",cut);
46 gMC ->SetCut("CUTNEU",cut);
47 gMC ->SetCut("CUTHAD",cut);
48 gMC ->SetCut("CUTMUO",cut);
49 gMC ->SetCut("BCUTE",cut);
50 gMC ->SetCut("BCUTM",cut);
51 gMC ->SetCut("DCUTE",cut);
52 gMC ->SetCut("DCUTM",cut);
53 //xx gMC ->SetCut("PPCUTM",cut);
54
55 // =============================
56 // Event generator
57 // =============================
58
59 // --- Specify event type to be tracked through the ALICE setup
60 // --- All positions are in cm, angles in degrees, and P and E in GeV
61
62 AliGenHIJINGpara *gener = new AliGenHIJINGpara(50);
63 gener->SetMomentumRange(0,999);
64 gener->SetPhiRange(0,360);
65 gener->SetThetaRange(10,170);
66 gener->SetOrigin(0,0,0); //vertex position
67 gener->SetSigma(0,0,0); //Sigma in (X,Y,Z) (cm) on IP position
68 gener->Init();
69
70 // Activate this line if you want the vertex smearing to happen
71 // track by track
72
73 //gener->SetVertexSmear(perTrack);
74
75 // =============================
76 // Magnetic field
77 // =============================
78
79 //?? gAlice->SetField(-999,2); //Specify maximum magnetic field in Tesla (neg. ==> default field)
80
81 // =============================
82 // Alice modules
83 // =============================
84
85 //Bool_t isSetInteractively = false;
86 Bool_t isSetInteractively = true;
87
88 if (!isSetInteractively) {
89
90 // Load modules libraries
91 gInterpreter->ProcessLine("detlibs()");
92
93 // Select modules
94
95Int_t iMAG=1;
96Int_t iITS=1;
97Int_t iTPC=1;
98Int_t iTOF=1;
99Int_t iRICH=1;
e6738716 100Int_t iZDC=0;
0f507a31 101Int_t iCASTOR=1;
102Int_t iTRD=1;
103Int_t iABSO=1;
104Int_t iDIPO=1;
105Int_t iHALL=1;
106Int_t iFRAME=1;
107Int_t iSHIL=1;
108Int_t iPIPE=1;
e6738716 109Int_t iFMD=1;
0f507a31 110Int_t iMUON=1;
111Int_t iPHOS=1;
112Int_t iPMD=1;
e6738716 113Int_t iSTART=0;
0f507a31 114
115 // Exclude detectors that do not work with Geant4
116 iRICH=0;
117 iZDC=0;
118 iCASTOR=0;
d6880eca 119 // Detectors with temporary problem
120 iMUON=0;
121 iFMD=0;
0f507a31 122
123// From G3 Config.C
124// Without any modification
125
126//=================== Alice BODY parameters =============================
127AliBODY *BODY = new AliBODY("BODY","Alice envelop");
128
129
130if(iMAG) {
131//=================== MAG parameters ============================
132// --- Start with Magnet since detector layouts may be depending ---
133// --- on the selected Magnet dimensions ---
134AliMAG *MAG = new AliMAG("MAG","Magnet");
135}
136
137
138if(iABSO) {
139//=================== ABSO parameters ============================
140AliABSO *ABSO = new AliABSOv0("ABSO","Muon Absorber");
141}
142
143if(iDIPO) {
144//=================== DIPO parameters ============================
145
146AliDIPO *DIPO = new AliDIPOv2("DIPO","Dipole version 2");
147}
148
149if(iHALL) {
150//=================== HALL parameters ============================
151
152AliHALL *HALL = new AliHALL("HALL","Alice Hall");
153}
154
155
156if(iFRAME) {
157//=================== FRAME parameters ============================
158
159AliFRAME *FRAME = new AliFRAMEv1("FRAME","Space Frame");
160
161}
162
163if(iSHIL) {
164//=================== SHIL parameters ============================
165
166AliSHIL *SHIL = new AliSHILv0("SHIL","Shielding");
167}
168
169
170if(iPIPE) {
171//=================== PIPE parameters ============================
172
173AliPIPE *PIPE = new AliPIPEv0("PIPE","Beam Pipe");
174}
175
176
177if(iITS) {
178//=================== ITS parameters ============================
179//
180// EUCLID is a flag to output (=1) both geometry and media to two ASCII files
181// (called by default ITSgeometry.euc and ITSgeometry.tme) in a format
182// understandable to the CAD system EUCLID. The default (=0) means that you
183// dont want to use this facility.
184//
185AliITS *ITS = new AliITSv5("ITS","normal ITS");
186ITS->SetEUCLID(0);
187}
188
189
190if(iTPC) {
191//============================ TPC parameters ================================
192// --- This allows the user to specify sectors for the SLOW (TPC geometry 2)
193// --- Simulator. SecAL (SecAU) <0 means that ALL lower (upper)
194// --- sectors are specified, any value other than that requires at least one
195// --- sector (lower or upper)to be specified!
196// --- Reminder: sectors 1-24 are lower sectors (1-12 -> z>0, 13-24 -> z<0)
197// --- sectors 25-72 are the upper ones (25-48 -> z>0, 49-72 -> z<0)
198// --- SecLows - number of lower sectors specified (up to 6)
199// --- SecUps - number of upper sectors specified (up to 12)
200// --- Sens - sensitive strips for the Slow Simulator !!!
201// --- This does NOT work if all S or L-sectors are specified, i.e.
202// --- if SecAL or SecAU < 0
203//
204//
205//-----------------------------------------------------------------------------
206
e6738716 207 // gROOT->LoadMacro("SetTPCParam.C");
208 // AliTPCParam *param = SetTPCParam();
209 AliTPC *TPC = new AliTPCv1("TPC","Default"); //v1 is default
210 // TPC->SetParam(param); // pass the parameter object to the TPC
0f507a31 211
212// set gas mixture
213
e6738716 214 //TPC->SetGasMixt(2,20,10,-1,0.9,0.1,0.);
215 //TPC->SetSecAL(4);
216 //TPC->SetSecAU(4);
217 //TPC->SetSecLows(1, 2, 3, 19, 20, 21);
218 //TPC->SetSecUps(37, 38, 39, 37+18, 38+18, 39+18, -1, -1, -1, -1, -1, -1);
219 //TPC->SetSens(1);
0f507a31 220
e6738716 221 //if (TPC->IsVersion()==1) param->Write(param->GetTitle());
0f507a31 222}
223
224if(iTOF) {
225//=================== TOF parameters ============================
226AliTOF *TOF = new AliTOFv1("TOF","normal TOF");
227}
228
229if(iRICH) {
230//=================== RICH parameters ===========================
e6738716 231 AliRICH *RICH = new AliRICHv1("RICH","normal RICH");
0f507a31 232
0f507a31 233}
234
235
236if(iZDC) {
237//=================== ZDC parameters ============================
238
239AliZDC *ZDC = new AliZDCv1("ZDC","normal ZDC");
240}
241
242if(iCASTOR) {
243//=================== CASTOR parameters ============================
244
245AliCASTOR *CASTOR = new AliCASTORv1("CASTOR","normal CASTOR");
246}
247
248if(iTRD) {
249//=================== TRD parameters ============================
250
251 AliTRD *TRD = new AliTRDv0("TRD","TRD fast simulator");
252 //TRD->SetHits();
253
254 //AliTRD *TRD = new AliTRDv1("TRD","TRD slow simulator");
255 //TRD->SetSensPlane(0);
256 //TRD->SetSensChamber(2);
257 //TRD->SetSensSector(17);
258
259 // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2)
260 TRD->SetGasMix(1);
261
262 // With hole in front of PHOS
263 TRD->SetPHOShole();
264 // With hole in front of RICH
265 TRD->SetRICHhole();
266}
267
268if(iFMD) {
269//=================== FMD parameters ============================
270
271AliFMD *FMD = new AliFMDv1("FMD","normal FMD");
272}
273
274if(iMUON) {
275//=================== MUON parameters ===========================
276
277AliMUON *MUON = new AliMUONv0("MUON","normal MUON");
278
0f507a31 279}
280
281//=================== PHOS parameters ===========================
282
283if(iPHOS) {
e6738716 284 AliPHOS *PHOS = new AliPHOSv1("PHOS","GPS2");
0f507a31 285}
286
287
288if(iPMD) {
289//=================== PMD parameters ============================
290
291AliPMD *PMD = new AliPMDv0("PMD","normal PMD");
292PMD->SetPAR(1., 1., 0.8, 0.02);
293PMD->SetIN(6., 18., -580., 27., 27.);
294PMD->SetGEO(0.0, 0.2, 4.);
295PMD->SetPadSize(0.8, 1.0, 1.0, 1.5);
296
297}
298
299if(iSTART) {
300//=================== START parameters ============================
301AliSTART *START = new AliSTARTv0("START","START Detector");
302}
303
0f507a31 304} // end (!isSetInteractively)
305
306}