Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:32:50

0001 ### Made by Geonmo Ryu
0002 ### If you want this scripts, you need to 
0003 ### 1) pull request geonmo-cmssw/gem-sim-validation 
0004 ### 2) git cms-addpkg Validation/ and git cms-addpkg Geometry 
0005 
0006 #!/bin/bash
0007 
0008 
0009 
0010 
0011 ## For GE21 v7 20deg
0012 cmsDriver.py SingleMuPt100_pythia8_cfi -s GEN,SIM,DIGI,L1 --conditions auto:run2_design --magField 38T_PostLS1 --datatier GEN-SIM-DIGI --geometry Extended2015MuonGEMDev,Extended2015MuonGEMDevReco --eventcontent FEVTDEBUGHLT  --customise=SimMuon/GEMDigitizer/customizeGEMDigi.customize_digi_addGEM_muon_only,SLHCUpgradeSimulations/Configuration/fixMissingUpgradeGTPayloads.fixRPCConditions,SLHCUpgradeSimulations/Configuration/gemCustom.customise2023,Geometry/GEMGeometry/gemGeometryCustoms.custom_GE21_v7,SLHCUpgradeSimulations/Configuration/me0Customs.customise_Digi -n 100 --no_exec --fileout out_digi.root --python_filename SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015_GE21v7_cfg.py --era Run2_25ns
0013 
0014 cmsDriver.py validation --conditions auto:run2_design -n 1000 --eventcontent FEVTDEBUGHLT -s VALIDATION:genvalid_all --customise SLHCUpgradeSimulations/Configuration/gemCustom.customise2023,SLHCUpgradeSimulations/Configuration/fixMissingUpgradeGTPayloads.fixCSCAlignmentConditions,Geometry/GEMGeometry/gemGeometryCustoms.custom_GE21_v7 --datatier GEN-SIM-DIGI --geometry Extended2015MuonGEMDev,Extended2015MuonGEMDevReco --no_exec --filein file:out_local_reco.root --fileout file:out_valid.root --python_filename=valid_GE21v7_cfg.py --era Run2_25ns
0015 
0016 cmsDriver.py harvest --conditions auto:run2_design -n -1 --eventcontent FEVTDEBUGHLT -s HARVESTING:genHarvesting --customise SLHCUpgradeSimulations/Configuration/gemCustom.customise2023,SLHCUpgradeSimulations/Configuration/fixMissingUpgradeGTPayloads.fixCSCAlignmentConditions,Geometry/GEMGeometry/gemGeometryCustoms.custom_GE21_v7 --datatier GEN-SIM-DIGI --geometry Extended2015MuonGEMDev,Extended2015MuonGEMDevReco --no_exec --filein file:out_valid.root --python_filename=harvest_GE21_v7_cfg.py --era Run2_25ns
0017 
0018 ## For GE21 v7 10deg
0019 cmsDriver.py SingleMuPt100_pythia8_cfi -s GEN,SIM,DIGI,L1 --conditions auto:run2_design --magField 38T_PostLS1 --datatier GEN-SIM-DIGI --geometry Extended2015MuonGEMDev,Extended2015MuonGEMDevReco --eventcontent FEVTDEBUGHLT  --customise=SimMuon/GEMDigitizer/customizeGEMDigi.customize_digi_addGEM_muon_only,SLHCUpgradeSimulations/Configuration/fixMissingUpgradeGTPayloads.fixRPCConditions,SLHCUpgradeSimulations/Configuration/gemCustom.customise2023,Geometry/GEMGeometry/gemGeometryCustoms.custom_GE21_v7_10deg,SLHCUpgradeSimulations/Configuration/me0Customs.customise_Digi -n 100 --no_exec --fileout out_digi.root --python_filename SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015_GE21v7_10deg_cfg.py --era Run2_25ns
0020 
0021 cmsDriver.py validation --conditions auto:run2_design -n 1000 --eventcontent FEVTDEBUGHLT -s VALIDATION:genvalid_all --customise SLHCUpgradeSimulations/Configuration/gemCustom.customise2023,SLHCUpgradeSimulations/Configuration/fixMissingUpgradeGTPayloads.fixCSCAlignmentConditions,Geometry/GEMGeometry/gemGeometryCustoms.custom_GE21_v7_10deg --datatier GEN-SIM-DIGI --geometry Extended2015MuonGEMDev,Extended2015MuonGEMDevReco --no_exec --filein file:out_local_reco.root --fileout file:out_valid.root --python_filename=valid_GE21v7_10deg_cfg.py --era Run2_25ns
0022 
0023 cmsDriver.py harvest --conditions auto:run2_design -n -1 --eventcontent FEVTDEBUGHLT -s HARVESTING:genHarvesting --customise SLHCUpgradeSimulations/Configuration/gemCustom.customise2023,SLHCUpgradeSimulations/Configuration/fixMissingUpgradeGTPayloads.fixCSCAlignmentConditions,Geometry/GEMGeometry/gemGeometryCustoms.custom_GE21_v7_10deg --datatier GEN-SIM-DIGI --geometry Extended2015MuonGEMDev,Extended2015MuonGEMDevReco --no_exec --filein file:out_valid.root --python_filename=harvest_GE21_v7_10deg_cfg.py --era Run2_25ns