From: hristov Date: Mon, 13 Jul 2009 15:30:05 +0000 (+0000) Subject: Updated configuration (run 2009) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=fc558583e0a4cf5e3a67aafb14b20114f373cf4b;p=u%2Fmrichter%2FAliRoot.git Updated configuration (run 2009) --- diff --git a/test/fpprod/Config.C b/test/fpprod/Config.C index 7a7e0c8583d..692f6feba76 100644 --- a/test/fpprod/Config.C +++ b/test/fpprod/Config.C @@ -221,10 +221,14 @@ void Config() AliMagF* field = 0x0; if (mag == kNoField) { comment = comment.Append(" | L3 field 0.0 T"); - field = new AliMagF("Maps","Maps", 2, 0., 0., 10., AliMagF::k2kG); + field = new AliMagF("Maps","Maps", 2, 0., 0., 10., AliMagF::k2kG, + "$(ALICE_ROOT)/data/maps/mfchebKGI_sym.root", + AliMagF::kBeamTypepp, energy/2.0); } else if (mag == k5kG) { comment = comment.Append(" | L3 field 0.5 T"); - field = new AliMagF("Maps","Maps", 2, 1., 1., 10., AliMagF::k5kG); + field = new AliMagF("Maps","Maps", 2, 1., 1., 10., AliMagF::k5kG, + "$(ALICE_ROOT)/data/maps/mfchebKGI_sym.root", + AliMagF::kBeamTypepp, energy/2.0); } printf("\n \n Comment: %s \n \n", comment.Data()); @@ -235,7 +239,7 @@ void Config() Int_t iABSO = 1; Int_t iACORDE= 0; Int_t iDIPO = 1; - Int_t iEMCAL = 0; + Int_t iEMCAL = 1; Int_t iFMD = 1; Int_t iFRAME = 1; Int_t iHALL = 1; @@ -244,7 +248,7 @@ void Config() Int_t iMUON = 1; Int_t iPHOS = 1; Int_t iPIPE = 1; - Int_t iPMD = 0; + Int_t iPMD = 1; Int_t iHMPID = 1; Int_t iSHIL = 1; Int_t iT0 = 1; @@ -356,22 +360,19 @@ void Config() AliTRD *TRD = new AliTRDv1("TRD", "TRD slow simulator"); AliTRDgeometry *geoTRD = TRD->GetGeometry(); - // Partial geometry: modules at 0,8,9,17 + // Partial geometry: modules at 0,1,7,8,9,16,17 // starting at 3h in positive direction - geoTRD->SetSMstatus(1,0); geoTRD->SetSMstatus(2,0); geoTRD->SetSMstatus(3,0); geoTRD->SetSMstatus(4,0); geoTRD->SetSMstatus(5,0); geoTRD->SetSMstatus(6,0); - geoTRD->SetSMstatus(7,0); geoTRD->SetSMstatus(10,0); geoTRD->SetSMstatus(11,0); geoTRD->SetSMstatus(12,0); geoTRD->SetSMstatus(13,0); geoTRD->SetSMstatus(14,0); geoTRD->SetSMstatus(15,0); - geoTRD->SetSMstatus(16,0); } if (iFMD) diff --git a/test/fpprod/README b/test/fpprod/README index b98effdaca3..87ce83b7667 100644 --- a/test/fpprod/README +++ b/test/fpprod/README @@ -1,4 +1,4 @@ -Productions for the first physics studies (25/04/2008): +Productions for the first physics studies (25/04/2008, updated 13/07/2009): Each run contains 300000 events, 200000 for calculation of the correction maps, 100000 used as "real" data Configurations: @@ -11,12 +11,13 @@ Configurations: - Pythia - Phojet - - 900 GeV: - field 0T - - Pythia: ATLAS or default tuning (to be investigated) + - Pythia: min. bias ATLAS tuning + - Phojet - field 0.5T + - Pythia + - Pjojet Beam parameters: - energy: 900 GeV, 10 TeV @@ -28,19 +29,21 @@ Field: Detectors: - ITS: v11Hybrid - TPC -- TRD: modules 0,8,9,17 (around 3h and 9h). Enumerated from X in positive direction - - Pythia +- TRD: modules 0,(1),(7),8,9,(16),17 (around 3h and 9h). + Enumerated from X in positive direction. + The modules in brackets are added in 2009. - TOF: full - HMPID -- PHOS: one module/all modules -> no possibility for one module, to be implemented. -- EMCAL: no EMCAL +- PHOS: all modules, the missing ones to be treated in the analysis +- EMCAL: no EMCAL in 2008, full EMCAL in 2009. The missing modules will be + switched off in the analysis - MUON - T0 - VZERO - FMD -- PMD: 6 out of 26 modules -> switch off in the first run -- ZDC -- ACORDE +- PMD: 6 out of 26 modules -> switch off in the first run 2008. In 2009 - full PMD +- ZDC: set the beam energy in AliMagF +- ACORDE: off Simulation/reconstruction -------------------------