]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updated configuration (run 2009)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 13 Jul 2009 15:30:05 +0000 (15:30 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 13 Jul 2009 15:30:05 +0000 (15:30 +0000)
test/fpprod/Config.C
test/fpprod/README

index 7a7e0c8583dfbc9337d2e95fad8ea35a4604f5cc..692f6feba7605d7b80f35e46bcc4b4746d39f04c 100644 (file)
@@ -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)
index b98effdaca3bb4018a19ef7b4d26d90348af4259..87ce83b76677160ef124a8102d2a14d6a2ff7d49 100644 (file)
@@ -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
 -------------------------