]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/Config_pp.C
cuts on Q out, side, long added
[u/mrichter/AliRoot.git] / macros / Config_pp.C
1 void Config()
2 {
3     // 7-DEC-2000 09:00
4     // Switch on Transition Radiation simulation. 6/12/00 18:00
5     // iZDC=1  7/12/00 09:00
6     // ThetaRange is (0., 180.). It was (0.28,179.72) 7/12/00 09:00
7
8     // Set Random Number seed
9     // gRandom->SetSeed(12345);
10
11     new     AliGeant3("C++ Interface to Geant3");
12
13     if (!gSystem->Getenv("CONFIG_FILE"))
14     {
15         TFile  *rootfile = new TFile("galice.root", "recreate");
16
17         rootfile->SetCompressionLevel(2);
18     }
19
20     TGeant3 *geant3 = (TGeant3 *) gMC;
21
22     //
23     // Set External decayer
24     AliDecayer *decayer = new AliDecayerPythia();
25
26     decayer->SetForceDecay(kAll);
27     decayer->Init();
28     gMC->SetExternalDecayer(decayer);
29     //
30     //
31     //=======================================================================
32     // ******* GEANT STEERING parameters FOR ALICE SIMULATION *******
33     geant3->SetTRIG(1);         //Number of events to be processed 
34     geant3->SetSWIT(4, 10);
35     geant3->SetDEBU(0, 0, 1);
36     //geant3->SetSWIT(2,2);
37     geant3->SetDCAY(1);
38     geant3->SetPAIR(1);
39     geant3->SetCOMP(1);
40     geant3->SetPHOT(1);
41     geant3->SetPFIS(0);
42     geant3->SetDRAY(0);
43     geant3->SetANNI(1);
44     geant3->SetBREM(1);
45     geant3->SetMUNU(1);
46     geant3->SetCKOV(1);
47     geant3->SetHADR(1);         //Select pure GEANH (HADR 1) or GEANH/NUCRIN (HADR 3)
48     geant3->SetLOSS(2);
49     geant3->SetMULS(1);
50     geant3->SetRAYL(1);
51     geant3->SetAUTO(1);         //Select automatic STMIN etc... calc. (AUTO 1) or manual (AUTO 0)
52     geant3->SetABAN(0);         //Restore 3.16 behaviour for abandoned tracks
53     geant3->SetOPTI(2);         //Select optimisation level for GEANT geometry searches (0,1,2)
54     geant3->SetERAN(5.e-7);
55
56     Float_t cut = 1.e-3;        // 1MeV cut by default
57     Float_t tofmax = 1.e10;
58
59     //             GAM ELEC NHAD CHAD MUON EBREM MUHAB EDEL MUDEL MUPA TOFMAX
60     geant3->SetCUTS(cut, cut, cut, cut, cut, cut, cut, cut, cut, cut,
61                     tofmax);
62     //
63     //=======================================================================
64     // ************* STEERING parameters FOR ALICE SIMULATION **************
65     // --- Specify event type to be tracked through the ALICE setup
66     // --- All positions are in cm, angles in degrees, and P and E in GeV
67     /*
68     if (gSystem->Getenv("CONFIG_NPARTICLES"))
69     {
70         int     nParticles = atoi(gSystem->Getenv("CONFIG_NPARTICLES"));
71     } else
72     {
73         int     nParticles = 50;
74     }
75     AliGenHIJINGpara *gener = new AliGenHIJINGpara(nParticles);
76
77     gener->SetMomentumRange(0, 999);
78     gener->SetPhiRange(0, 360);
79     //  gener->SetThetaRange(0.28,179.72);
80     gener->SetThetaRange(0., 180.);
81     gener->SetOrigin(0, 0, 0);  //vertex position
82     gener->SetSigma(0, 0, 0);   //Sigma in (X,Y,Z) (cm) on IP position
83     */
84
85    //******************************************** 
86    // Example for Mb Production with Pythia *
87    //********************************************
88      AliGenPythia *gener = new AliGenPythia(-1); 
89      gener->SetMomentumRange(0,999); 
90      gener->SetPhiRange(-180,180); 
91      gener->SetThetaRange(0., 180.); 
92      gener->SetYRange(-12,12); 
93      gener->SetPtRange(0,1000); 
94      gener->SetStrucFunc(kDO_Set_1); 
95      gener->SetProcess(kPyMb); 
96      gener->SetEnergyCMS(14000.);
97      gener->Init();
98     
99     // 
100     // Activate this line if you want the vertex smearing to happen
101     // track by track
102     //
103     //gener->SetVertexSmear(perTrack); 
104
105     gAlice->SetField(-999, 2);  //Specify maximum magnetic field in Tesla (neg. ==> default field)
106
107     Int_t   iABSO = 1;
108     Int_t   iCASTOR = 1;
109     Int_t   iDIPO = 1;
110     Int_t   iFMD = 1;
111     Int_t   iFRAME = 1;
112     Int_t   iHALL = 1;
113     Int_t   iITS = 1;
114     Int_t   iMAG = 1;
115     Int_t   iMUON = 1;
116     Int_t   iPHOS = 1;
117     Int_t   iPIPE = 1;
118     Int_t   iPMD = 1;
119     Int_t   iRICH = 1;
120     Int_t   iSHIL = 1;
121     Int_t   iSTART = 1;
122     Int_t   iTOF = 1;
123     Int_t   iTPC = 1;
124     Int_t   iTRD = 1;
125     Int_t   iZDC = 1;
126     Int_t   iEMCAL = 0;
127
128     //=================== Alice BODY parameters =============================
129     AliBODY *BODY = new AliBODY("BODY", "Alice envelop");
130
131
132     if (iMAG)
133     {
134         //=================== MAG parameters ============================
135         // --- Start with Magnet since detector layouts may be depending ---
136         // --- on the selected Magnet dimensions ---
137         AliMAG *MAG = new AliMAG("MAG", "Magnet");
138     }
139
140
141     if (iABSO)
142     {
143         //=================== ABSO parameters ============================
144         AliABSO *ABSO = new AliABSOv0("ABSO", "Muon Absorber");
145     }
146
147     if (iDIPO)
148     {
149         //=================== DIPO parameters ============================
150
151         AliDIPO *DIPO = new AliDIPOv2("DIPO", "Dipole version 2");
152     }
153
154     if (iHALL)
155     {
156         //=================== HALL parameters ============================
157
158         AliHALL *HALL = new AliHALL("HALL", "Alice Hall");
159     }
160
161
162     if (iFRAME)
163     {
164         //=================== FRAME parameters ============================
165
166         AliFRAME *FRAME = new AliFRAMEv2("FRAME", "Space Frame");
167
168     }
169
170     if (iSHIL)
171     {
172         //=================== SHIL parameters ============================
173
174         AliSHIL *SHIL = new AliSHILv0("SHIL", "Shielding");
175     }
176
177
178     if (iPIPE)
179     {
180         //=================== PIPE parameters ============================
181
182         AliPIPE *PIPE = new AliPIPEv0("PIPE", "Beam Pipe");
183     }
184  
185   if(iITS) {
186
187 //=================== ITS parameters ============================
188     //
189     // As the innermost detector in ALICE, the Inner Tracking System "impacts" on
190     // almost all other detectors. This involves the fact that the ITS geometry
191     // still has several options to be followed in parallel in order to determine
192     // the best set-up which minimizes the induced background. All the geometries
193     // available to date are described in the following. Read carefully the comments
194     // and use the default version (the only one uncommented) unless you are making
195     // comparisons and you know what you are doing. In this case just uncomment the
196     // ITS geometry you want to use and run Aliroot.
197     //
198     // Detailed geometries:         
199     //
200     //
201     //AliITS *ITS  = new AliITSv5symm("ITS","Updated ITS TDR detailed version with symmetric services");
202     //
203     //AliITS *ITS  = new AliITSv5asymm("ITS","Updates ITS TDR detailed version with asymmetric services");
204     //
205     AliITSvPPRasymm *ITS  = new AliITSvPPRasymm("ITS","New ITS PPR detailed version with asymmetric services");
206     ITS->SetMinorVersion(2);                                         // don't touch this parameter if you're not an ITS developer
207     ITS->SetReadDet(kFALSE);                                         // don't touch this parameter if you're not an ITS developer
208     ITS->SetWriteDet("$ALICE_ROOT/ITS/ITSgeometry_vPPRasymm2.det");  // don't touch this parameter if you're not an ITS developer
209     ITS->SetThicknessDet1(300.);   // detector thickness on layer 1 must be in the range [100,300]
210     ITS->SetThicknessDet2(300.);   // detector thickness on layer 2 must be in the range [100,300]
211     ITS->SetThicknessChip1(300.);  // chip thickness on layer 1 must be in the range [150,300]
212     ITS->SetThicknessChip2(300.);  // chip thickness on layer 2 must be in the range [150,300]
213     ITS->SetRails(1);              // 1 --> rails in ; 0 --> rails out
214     ITS->SetCoolingFluid(1);       // 1 --> water ; 0 --> freon
215     //
216     //AliITSvPPRsymm *ITS  = new AliITSvPPRsymm("ITS","New ITS PPR detailed version with symmetric services");
217     //ITS->SetMinorVersion(2);                                       // don't touch this parameter if you're not an ITS developer
218     //ITS->SetReadDet(kFALSE);                                       // don't touch this parameter if you're not an ITS developer
219     //ITS->SetWriteDet("$ALICE_ROOT/ITS/ITSgeometry_vPPRsymm2.det"); // don't touch this parameter if you're not an ITS developer
220     //ITS->SetThicknessDet1(300.);   // detector thickness on layer 1 must be in the range [100,300]
221     //ITS->SetThicknessDet2(300.);   // detector thickness on layer 2 must be in the range [100,300]
222     //ITS->SetThicknessChip1(300.);  // chip thickness on layer 1 must be in the range [150,300]
223     //ITS->SetThicknessChip2(300.);  // chip thickness on layer 2 must be in the range [150,300]
224     //ITS->SetRails(1);              // 1 --> rails in ; 0 --> rails out
225     //ITS->SetCoolingFluid(1);       // 1 --> water ; 0 --> freon
226     //
227     //
228     // Coarse geometries (warning: no hits are produced with these coarse geometries and they unuseful 
229     // for reconstruction !):
230     //                                                     
231     //
232     //AliITSvPPRcoarseasymm *ITS  = new AliITSvPPRcoarseasymm("ITS","New ITS PPR coarse version with asymmetric services");
233     //ITS->SetRails(1);                // 1 --> rails in ; 0 --> rails out
234     //ITS->SetSupportMaterial(0);      // 0 --> Copper ; 1 --> Aluminum ; 2 --> Carbon
235     //
236     //AliITS *ITS  = new AliITSvPPRcoarsesymm("ITS","New ITS PPR coarse version with symmetric services");
237     //ITS->SetRails(1);                // 1 --> rails in ; 0 --> rails out
238     //ITS->SetSupportMaterial(0);      // 0 --> Copper ; 1 --> Aluminum ; 2 --> Carbon
239     //                      
240     //
241     //
242     // Geant3 <-> EUCLID conversion
243     // ============================
244     //
245     // SetEUCLID is a flag to output (=1) or not to output (=0) both geometry and
246     // media to two ASCII files (called by default ITSgeometry.euc and
247     // ITSgeometry.tme) in a format understandable to the CAD system EUCLID.
248     // The default (=0) means that you dont want to use this facility.
249     //
250     ITS->SetEUCLID(0);  
251   }
252   
253
254     if (iTPC)
255     {
256         //============================ TPC parameters ================================
257         // --- This allows the user to specify sectors for the SLOW (TPC geometry 2)
258         // --- Simulator. SecAL (SecAU) <0 means that ALL lower (upper)
259         // --- sectors are specified, any value other than that requires at least one 
260         // --- sector (lower or upper)to be specified!
261         // --- Reminder: sectors 1-24 are lower sectors (1-12 -> z>0, 13-24 -> z<0)
262         // ---           sectors 25-72 are the upper ones (25-48 -> z>0, 49-72 -> z<0)
263         // --- SecLows - number of lower sectors specified (up to 6)
264         // --- SecUps - number of upper sectors specified (up to 12)
265         // --- Sens - sensitive strips for the Slow Simulator !!!
266         // --- This does NOT work if all S or L-sectors are specified, i.e.
267         // --- if SecAL or SecAU < 0
268         //
269         //
270         //-----------------------------------------------------------------------------
271
272         //  gROOT->LoadMacro("SetTPCParam.C");
273         //  AliTPCParam *param = SetTPCParam();
274         AliTPC *TPC = new AliTPCv2("TPC", "Default");
275
276         // All sectors included 
277         TPC->SetSecAL(-1);
278         TPC->SetSecAU(-1);
279
280     }
281
282     if (iTOF)
283     {
284         //=================== TOF parameters ============================
285         AliTOF *TOF = new AliTOFv2("TOF", "normal TOF");
286     }
287
288     if (iRICH)
289     {
290         //=================== RICH parameters ===========================
291         AliRICH *RICH = new AliRICHv1("RICH", "normal RICH");
292
293     }
294
295
296     if (iZDC)
297     {
298         //=================== ZDC parameters ============================
299
300         AliZDC *ZDC = new AliZDCv1("ZDC", "normal ZDC");
301     }
302
303     if (iCASTOR)
304     {
305         //=================== CASTOR parameters ============================
306
307         AliCASTOR *CASTOR = new AliCASTORv1("CASTOR", "normal CASTOR");
308     }
309
310     if (iTRD)
311     {
312         //=================== TRD parameters ============================
313
314         AliTRD *TRD = new AliTRDv1("TRD", "TRD slow simulator");
315
316         // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2)
317         TRD->SetGasMix(1);
318
319         // With hole in front of PHOS
320         TRD->SetPHOShole();
321         // With hole in front of RICH
322         TRD->SetRICHhole();
323         // Switch on TR
324         AliTRDsim *TRDsim = TRD->CreateTR();
325     }
326
327     if (iFMD)
328     {
329         //=================== FMD parameters ============================
330
331         AliFMD *FMD = new AliFMDv1("FMD", "normal FMD");
332     }
333
334     if (iMUON)
335     {
336         //=================== MUON parameters ===========================
337
338         AliMUON *MUON = new AliMUONv1("MUON", "default");
339     }
340     //=================== PHOS parameters ===========================
341
342     if (iPHOS)
343     {
344         AliPHOS *PHOS = new AliPHOSv1("PHOS", "GPS2");
345     }
346
347
348     if (iPMD)
349     {
350         //=================== PMD parameters ============================
351
352         AliPMD *PMD = new AliPMDv1("PMD", "normal PMD");
353
354         PMD->SetPAR(1., 1., 0.8, 0.02);
355         PMD->SetIN(6., 18., -580., 27., 27.);
356         PMD->SetGEO(0.0, 0.2, 4.);
357         PMD->SetPadSize(0.8, 1.0, 1.0, 1.5);
358
359     }
360     if (iEMCAL!=0 && iRICH==0)
361     {
362         //=================== START parameters ============================
363         AliEMCAL *EMCAL = new AliEMCALv1("EMCAL", "EMCALArch1a");
364     }
365
366     if (iSTART)
367     {
368         //=================== START parameters ============================
369         AliSTART *START = new AliSTARTv1("START", "START Detector");
370     }
371
372
373 }