X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FConfig.C;h=f4352c6f2178eb65a50902778e1a98830d031fe5;hb=3e008bd7e691d38f892f61e358bf14f8becb9adc;hp=6f13d2de32e58a8a916d4f306def8a41b48a24ed;hpb=6169f936bbf9b2270d92661a7936ca90c4d1ae7e;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/Config.C b/FMD/Config.C index 6f13d2de32e..f4352c6f217 100644 --- a/FMD/Config.C +++ b/FMD/Config.C @@ -13,54 +13,6 @@ @date Mon Mar 27 12:50:29 2006 @brief Simulation configuration script */ -#if !defined(__CINT__) || defined(__MAKECINT__) -#include -#include -#include -#include -#include -#include "STEER/AliRunLoader.h" -#include "STEER/AliRun.h" -#include "STEER/AliConfig.h" -#include "STEER/AliGenerator.h" -#include "PYTHIA6/AliDecayerPythia.h" -#include "EVGEN/AliGenHIJINGpara.h" -#include "THijing/AliGenHijing.h" -#include "EVGEN/AliGenCocktail.h" -#include "EVGEN/AliGenSlowNucleons.h" -#include "EVGEN/AliSlowNucleonModelExp.h" -#include "EVGEN/AliGenParam.h" -#include "EVGEN/AliGenMUONlib.h" -#include "EVGEN/AliGenMUONCocktail.h" -#include "PYTHIA6/AliGenPythia.h" -#include "STEER/AliMagFMaps.h" -#include "STRUCT/AliBODY.h" -#include "STRUCT/AliMAG.h" -#include "STRUCT/AliABSOv0.h" -#include "STRUCT/AliDIPOv2.h" -#include "STRUCT/AliHALL.h" -#include "STRUCT/AliFRAMEv2.h" -#include "STRUCT/AliSHILv2.h" -#include "STRUCT/AliPIPEv0.h" -#include "ITS/AliITSvPPRasymmFMD.h" -#include "TPC/AliTPCv2.h" -#include "TOF/AliTOFv4T0.h" -#include "RICH/AliRICHv1.h" -#include "ZDC/AliZDCv2.h" -#include "TRD/AliTRDv1.h" -#include "FMD/AliFMDv1.h" -#include "MUON/AliMUONv1.h" -#include "MUON/AliMUONSt1GeometryBuilderV2.h" -#include "MUON/AliMUONSt2GeometryBuilder.h" -#include "MUON/AliMUONSlatGeometryBuilder.h" -#include "MUON/AliMUONTriggerGeometryBuilder.h" -#include "PHOS/AliPHOSv1.h" -#include "PMD/AliPMDv1.h" -#include "START/AliSTARTv1.h" -#include "EMCAL/AliEMCALv1.h" -#include "CRT/AliCRTv0.h" -#include "VZERO/AliVZEROv2.h" -#endif //____________________________________________________________________ // @@ -217,7 +169,7 @@ enum MC_t { //____________________________________________________________________ // Functions Float_t EtaToTheta(Float_t eta); -Eg_t LookupEG(const Char_t* name); +EG_t LookupEG(const Char_t* name); AliGenerator* GeneratorFactory(EG_t eg, Rad_t rad, TString& comment); AliGenHijing* HijingStandard(); void ProcessEnvironmentVars(EG_t& eg, Int_t& seed); @@ -230,8 +182,10 @@ Config() // This part for configuration // EG_t eg = test50; // EG_t eg = kParam_fmd; - // EG_t eg = kParam_2000; // kPythia; - EG_t eg = kFMDFlat; + // EG_t eg = kFMDFlat; // kParam_2000; // kPythia; + // EG_t eg = kFMDFlat; + // EG_t eg = kPythia6; + EG_t eg = kFMD2Flat; Geo_t geo = kNoHoles; Rad_t rad = kGluonRadiation; Mag_t mag = k5kG; @@ -273,6 +227,7 @@ Config() // // Libraries needed by GEANT 3.21 // + gSystem->Load("$ALICE_ROOT/lib/tgt_$ALICE_TARGET/libpythia6.so"); gSystem->Load("libgeant321"); // @@ -287,6 +242,10 @@ Config() // // Libraries needed by GEANT 3.21 // + gSystem->Load("$ALICE_ROOT/lib/tgt_$ALICE_TARGET/liblhapdf.so"); + gSystem->Load("$ALICE_ROOT/lib/tgt_$ALICE_TARGET/libpythia6.so"); + // gSystem->Load("libEGPythia6.so"); //<- For non-debian (sigh!) + gSystem->Load("EGPythia6.so"); gSystem->Load("libgeant321"); // @@ -386,7 +345,7 @@ Config() gMC->SetProcess("MUNU",1); gMC->SetProcess("CKOV",1); gMC->SetProcess("HADR",1); - gMC->SetProcess("LOSS",2); + gMC->SetProcess("LOSS",2); // 0:none 1,3:dray 2:nodray 4:nofluct (def:2) gMC->SetProcess("MULS",1); gMC->SetProcess("RAYL",1); @@ -434,8 +393,8 @@ Config() } switch(geo) { - case kHoles: comment = comment.Append(" | Holes for PHOS/RICH"); break; - default: comment = comment.Append(" | No holes for PHOS/RICH"); break; + case kHoles: comment = comment.Append(" | Holes for PHOS/HMPID"); break; + default: comment = comment.Append(" | No holes for PHOS/HMPID"); break; } std::cout << "\n\n Comment: " << comment << "\n" << std::endl; @@ -446,263 +405,68 @@ Config() field->SetL3ConstField(0); //Using const. field in the barrel rl->CdGAFile(); gAlice->SetField(field); + TFile* magF = TFile::Open("mag.root", "RECREATE"); + field->Write("mag"); + magF->Close(); //__________________________________________________________________ // // Used detectors // Bool_t useABSO = kFALSE; - Bool_t useCRT = kFALSE; + Bool_t useACORDE= kFALSE; Bool_t useDIPO = kFALSE; Bool_t useFMD = kTRUE; Bool_t useFRAME = kFALSE; Bool_t useHALL = kFALSE; - Bool_t useITS = kFALSE; + Bool_t useITS = kTRUE; Bool_t useMAG = kFALSE; Bool_t useMUON = kFALSE; Bool_t usePHOS = kFALSE; - Bool_t usePIPE = kFALSE; - Bool_t usePMD = kFALSE; - Bool_t useRICH = kFALSE; + Bool_t usePIPE = kTRUE; + Bool_t usePMD = kTRUE; + Bool_t useHMPID = kFALSE; Bool_t useSHIL = kFALSE; - Bool_t useSTART = kFALSE; + Bool_t useT0 = kFALSE; Bool_t useTOF = kFALSE; Bool_t useTPC = kFALSE; Bool_t useTRD = kFALSE; Bool_t useZDC = kFALSE; Bool_t useEMCAL = kFALSE; - Bool_t useVZERO = kFALSE; + Bool_t useVZERO = kTRUE; cout << "\t* Creating the detectors ..." << endl; // ================= Alice BODY parameters ========================= AliBODY *BODY = new AliBODY("BODY", "Alice envelop"); - if (useMAG) { - // =================== MAG parameters ============================ - // Start with Magnet since detector layouts may be depending on - // the selected Magnet dimensions - AliMAG *MAG = new AliMAG("MAG", "Magnet"); - } - - if (useABSO) { - // =================== ABSO parameters =========================== - AliABSO *ABSO = new AliABSOv0("ABSO", "Muon Absorber"); - } - - if (useDIPO) { - // =================== DIPO parameters =========================== - AliDIPO *DIPO = new AliDIPOv2("DIPO", "Dipole version 2"); - } - - if (useHALL) { - // =================== HALL parameters =========================== - AliHALL *HALL = new AliHALL("HALL", "Alice Hall"); - } - - + if (useMAG) AliMAG *MAG = new AliMAG("MAG", "Magnet"); + if (useABSO) AliABSO *ABSO = new AliABSOv3("ABSO", "Muon Absorber"); + if (useDIPO) AliDIPO *DIPO = new AliDIPOv3("DIPO", "Dipole version 3"); + if (useHALL) AliHALL *HALL = new AliHALLv3("HALL", "Alice Hall"); if (useFRAME) { - // ================== FRAME parameters =========================== AliFRAMEv2 *FRAME = new AliFRAMEv2("FRAME", "Space Frame"); switch (geo) { case kHoles: FRAME->SetHoles(1); break; default: FRAME->SetHoles(0); break; } } - - if (useSHIL) { - // ================== SHIL parameters ============================ - AliSHIL *SHIL = new AliSHILv2("SHIL", "Shielding Version 2"); - } - - - if (usePIPE) { - // ================== PIPE parameters ============================ - AliPIPE *PIPE = new AliPIPEv0("PIPE", "Beam Pipe"); - } - - if (useITS) { - // =================== ITS parameters ============================ - // - // As the innermost detector in ALICE, the Inner Tracking System - // "impacts" on almost all other detectors. This involves the fact - // that the ITS geometry still has several options to be followed - // in parallel in order to determine the best set-up which - // minimizes the induced background. All the geometries available - // to date are described in the following. Read carefully the - // comments and use the default version (the only one uncommented) - // unless you are making comparisons and you know what you are - // doing. In this case just uncomment the ITS geometry you want to - // use and run Aliroot. - // - // Detailed geometries: - // - // - // AliITS *ITS = - // new AliITSv5symm("ITS", "Updated ITS TDR detailed version " - // "with symmetric services"); - // AliITS *ITS = - // new AliITSv5asymm("ITS","Updates ITS TDR detailed version " - // "with asymmetric services"); - // - AliITSvPPRasymmFMD *ITS = - new AliITSvPPRasymmFMD("ITS","New ITS PPR detailed version " - "with asymmetric services"); - // don't touch this parameter if you're not an ITS developer - ITS->SetMinorVersion(2); - // don't touch this parameter if you're not an ITS developer - ITS->SetReadDet(kTRUE); - // don't touch this parameter if you're not an ITS developer - // ITS->SetWriteDet("$ALICE_ROOT/ITS/ITSgeometry_vPPRasymm2.det"); - // detector thickness on layer 1 must be in the range [100,300] - ITS->SetThicknessDet1(200.); - // detector thickness on layer 2 must be in the range [100,300] - ITS->SetThicknessDet2(200.); - // chip thickness on layer 1 must be in the range [150,300] - ITS->SetThicknessChip1(200.); - // chip thickness on layer 2 must be in the range [150,300] - ITS->SetThicknessChip2(200.); - // 1 --> rails in ; 0 --> rails out - ITS->SetRails(0); - // 1 --> water ; 0 --> freon - ITS->SetCoolingFluid(1); - - // Coarse geometries (warning: no hits are produced with these - // coarse geometries and they unuseful for reconstruction !): - // - // - // AliITSvPPRcoarseasymm *ITS = - // new AliITSvPPRcoarseasymm("ITS","New ITS PPR coarse version " - // "with asymmetric services"); - // 1 --> rails in ; 0 --> rails out - // ITS->SetRails(0); - // 0 --> Copper ; 1 --> Aluminum ; 2 --> Carbon - // ITS->SetSupportMaterial(0); - // - // AliITS *ITS = - // new AliITSvPPRcoarsesymm("ITS","New ITS PPR coarse version " - // "with symmetric services"); - // 1 --> rails in ; 0 --> rails out - // ITS->SetRails(0); - // 0 --> Copper ; 1 --> Aluminum ; 2 --> Carbon - // ITS->SetSupportMaterial(0); - // - // Geant3 <-> EUCLID conversion - // ============================ - // - // SetEUCLID is a flag to output (=1) or not to output (=0) both - // geometry and media to two ASCII files (called by default - // ITSgeometry.euc and ITSgeometry.tme) in a format understandable - // to the CAD system EUCLID. The default (=0) means that you dont - // want to use this facility. - // - ITS->SetEUCLID(0); - } - - if (useTPC) { - // =================== TPC parameters ============================ - // - // This allows the user to specify sectors for the SLOW (TPC - // geometry 2) Simulator. SecAL (SecAU) <0 means that ALL lower - // (upper) sectors are specified, any value other than that - // requires at least one sector (lower or upper)to be specified! - // - // Reminder: - // sectors 1-24 are lower sectors (1-12 -> z>0, 13-24 -> z<0) - // sectors 25-72 are the upper ones (25-48 -> z>0, 49-72 -> z<0) - // - // SecLows - number of lower sectors specified (up to 6) - // SecUps - number of upper sectors specified (up to 12) - // Sens - sensitive strips for the Slow Simulator !!! - // - // This does NOT work if all S or L-sectors are specified, i.e. - // if SecAL or SecAU < 0 - // - // - //---------------------------------------------------------------- - // gROOT->LoadMacro("SetTPCParam.C"); - // AliTPCParam *param = SetTPCParam(); - AliTPC *TPC = new AliTPCv2("TPC", "Default"); - } - - if (useTOF) { - // ================== TOF parameters ============================= - AliTOF *TOF = new AliTOFv4T0("TOF", "normal TOF"); - } - - if (useRICH) { - // ================== RICH parameters ============================ - AliRICH *RICH = new AliRICHv1("RICH", "normal RICH"); - - } - - if (useZDC) { - // ================== ZDC parameters ============================= - AliZDC *ZDC = new AliZDCv2("ZDC", "normal ZDC"); - } - - if (useTRD) { - // ================== TRD parameters ============================= - AliTRD *TRD = new AliTRDv1("TRD", "TRD slow simulator"); - - // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2) - TRD->SetGasMix(1); - if (geo == kHoles) { - // With hole in front of PHOS - TRD->SetPHOShole(); - // With hole in front of RICH - TRD->SetRICHhole(); - } - // Switch on TR - AliTRDsim *TRDsim = TRD->CreateTR(); - } - - if (useFMD) { - // =================== FMD parameters ============================ - AliFMD *FMD = new AliFMDv1("FMD", "normal FMD"); - // FMD->UseDetailed(kFALSE); - // FMD->UseAssembly(); - // FMD->UseOld(); - } - - if (useMUON) { - // =================== MUON parameters =========================== - AliMUON *MUON = new AliMUONv1("MUON", "default"); - // MUON->AddGeometryBuilder(new AliMUONSt1GeometryBuilder(MUON)); - // MUON->AddGeometryBuilder(new AliMUONSt2GeometryBuilder(MUON)); - // MUON->AddGeometryBuilder(new AliMUONSlatGeometryBuilder(MUON)); - // MUON->AddGeometryBuilder(new AliMUONTriggerGeometryBuilder(MUON)); - } - - if (usePHOS) { - // =================== PHOS parameters =========================== - AliPHOS *PHOS = new AliPHOSv1("PHOS", "IHEP"); - } - - if (usePMD) { - // =================== PMD parameters ============================ - AliPMD *PMD = new AliPMDv1("PMD", "normal PMD"); - } - - if (useSTART) { - // =================== START parameters ========================== - AliSTART *START = new AliSTARTv1("START", "START Detector"); - } - - if (useEMCAL) { - // =================== EMCAL parameters ========================== - AliEMCAL *EMCAL = new AliEMCALv1("EMCAL", "EMCAL_55_25"); - } - - if (useCRT) { - // =================== CRT parameters ============================ - AliCRT *CRT = new AliCRTv0("CRT", "normal ACORDE"); - } - - if (useVZERO) { - // =================== V0 parameters ============================= - AliVZERO *VZERO = new AliVZEROv3("VZERO", "normal VZERO"); - } + if (useSHIL) AliSHIL *SHIL = new AliSHILv3("SHIL", "Shielding v3"); + if (usePIPE) AliPIPE *PIPE = new AliPIPEv3("PIPE", "Beam Pipe"); + if (useITS) AliITS *ITS = new AliITSv11Hybrid("ITS","ITS v11Hybrid"); + if (useTPC) AliTPC *TPC = new AliTPCv2("TPC", "Default"); + if (useTOF) AliTOF *TOF = new AliTOFv6T0("TOF", "normal TOF"); + if (useHMPID) AliHMPID *HMPID = new AliHMPIDv1("HMPID", "normal HMPID"); + if (useZDC) AliZDC *ZDC = new AliZDCv3("ZDC", "normal ZDC"); + if (useTRD) AliTRD *TRD = new AliTRDv1("TRD", "TRD slow simulator"); + if (useFMD) AliFMD *FMD = new AliFMDv1("FMD", "normal FMD"); + if (useMUON) AliMUON *MUON = new AliMUONv1("MUON", "default"); + if (usePHOS) AliPHOS *PHOS = new AliPHOSv1("PHOS", "IHEP"); + if (usePMD) AliPMD *PMD = new AliPMDv1("PMD", "normal PMD"); + if (useT0) AliT0 *T0 = new AliT0v1("T0", "T0 Detector"); + if (useEMCAL) AliEMCAL *EMCAL = new AliEMCALv2("EMCAL", "EMCAL_COMPLETE"); + if (useACORDE) AliACORDE *ACORDE = new AliACORDEv1("ACORDE", "normal ACORDE"); + if (useVZERO) AliVZERO *VZERO = new AliVZEROv7("VZERO", "normal VZERO"); } //____________________________________________________________________ @@ -729,6 +493,28 @@ GeneratorFactory(EG_t eg, Rad_t rad, TString& comment) Int_t isw = 3; if (rad == kNoGluonRadiation) isw = 0; + // Possibly load libAliPythia6 + switch (eg) { + case kPythia6: + case kPythia6Jets20_24: + case kPythia6Jets24_29: + case kPythia6Jets29_35: + case kPythia6Jets35_42: + case kPythia6Jets42_50: + case kPythia6Jets50_60: + case kPythia6Jets60_72: + case kPythia6Jets72_86: + case kPythia6Jets86_104: + case kPythia6Jets104_125: + case kPythia6Jets125_150: + case kPythia6Jets150_180: + gSystem->Load("liblhapdf.so"); + // gSystem->Load("/usr/lib/libpythia.so"); + // gSystem->ListLibraries(); + gSystem->Load("EGPythia6.so"); + gSystem->Load("libAliPythia6"); + break; + } AliGenerator * gGener = 0; switch (eg) { @@ -1581,7 +1367,7 @@ GeneratorFactory(EG_t eg, Rad_t rad, TString& comment) { comment = comment.Append(" Flat in FMD1 range"); AliGenBox* gener = new AliGenBox(2000); - gener->SetPart(211); + gener->SetPart(kPiPlus); gener->SetMomentumRange(3,4); gener->SetPhiRange(0, 360); gener->SetThetaRange(0.77, 3.08); @@ -1591,8 +1377,8 @@ GeneratorFactory(EG_t eg, Rad_t rad, TString& comment) case kFMD2Flat: { comment = comment.Append(" Flat in FMD2 range"); - AliGenBox* gener = new AliGenBox(2000); - gener->SetPart(211); + AliGenBox* gener = new AliGenBox(10); + gener->SetPart(kPiPlus); gener->SetMomentumRange(3,4); gener->SetPhiRange(0, 360); gener->SetThetaRange(2.95, 20.42); @@ -1603,7 +1389,7 @@ GeneratorFactory(EG_t eg, Rad_t rad, TString& comment) { comment = comment.Append(" Flat in FMD3 range"); AliGenBox* gener = new AliGenBox(2000); - gener->SetPart(211); + gener->SetPart(kPiPlus); gener->SetMomentumRange(3,4); gener->SetPhiRange(0, 360); gener->SetThetaRange(155.97, 176.73); @@ -1618,15 +1404,15 @@ GeneratorFactory(EG_t eg, Rad_t rad, TString& comment) gener->SetPhiRange(0, 360); AliGenBox* gener3 = new AliGenBox(2000); gener3->SetThetaRange(155.97, 176.73); - gener3->SetPart(211); + gener3->SetPart(kPiPlus); gener->AddGenerator(gener3, "FMD3", .33); AliGenBox* gener2 = new AliGenBox(2000); gener2->SetThetaRange(2.95, 20.42); - gener2->SetPart(211); + gener2->SetPart(kPiPlus); gener->AddGenerator(gener2, "FMD2", .33); AliGenBox* gener1 = new AliGenBox(2000); gener1->SetThetaRange(0.77, 3.08); - gener1->SetPart(211); + gener1->SetPart(kPiPlus); gener->AddGenerator(gener1, "FMD1", .34); gGener = gener; }