CMS 3D CMS Logo

caloParticleDebugger_cfg.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 process = cms.Process("Demo")
4 
5 process.load("FWCore.MessageService.MessageLogger_cfi")
6 process.load('Configuration.Geometry.GeometryExtended2023D17Reco_cff')
7 process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
8 from Configuration.AlCa.GlobalTag import GlobalTag
9 process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:phase2_realistic', '')
10 
11 process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) )
12 
13 process.source = cms.Source("PoolSource",
14  inputCommands = cms.untracked.vstring(['keep *',
15  'drop l1tEMTFHit2016Extras_simEmtfDigis_CSC_HLT',
16  'drop l1tEMTFHit2016Extras_simEmtfDigis_RPC_HLT',
17  'drop l1tEMTFHit2016s_simEmtfDigis__HLT',
18  'drop l1tEMTFTrack2016Extras_simEmtfDigis__HLT',
19  'drop l1tEMTFTrack2016s_simEmtfDigis__HLT']),
20  # replace 'myfile.root' with the source file you want to use
21  fileNames = cms.untracked.vstring(
22 # 'file:/data/rovere/HGCAL/study/CMSSW_9_4_0/src/SimGeneral/Debugging/test/20800.0_FourMuPt1_200+FourMuPt_1_200_pythia8_2023D20_GenSimHLBeamSpotFull+DigiFull_2023D20+RecoFullGlobal_2023D20+HARVESTFullGlobal_2023D20/step2.root'
23 # 'file:/data/rovere/HGCAL/study/CMSSW_9_4_0/src/SimGeneral/Debugging/test/20824.0_TTbar_13+TTbar_13TeV_TuneCUETP8M1_2023D20_GenSimHLBeamSpotFull+DigiFull_2023D20+RecoFullGlobal_2023D20+HARVESTFullGlobal_2023D20/step2.root'
24 # 'file:/data/rovere/HGCAL/study/CMSSW_9_4_0/src/SimGeneral/Debugging/test/20002.0_SingleElectronPt35+SingleElectronPt35_pythia8_2023D17_GenSimHLBeamSpotFull+DigiFullTrigger_2023D17+RecoFullGlobal_2023D17+HARVESTFullGlobal_2023D17/step2.root'
25 # 'file:/data/rovere/HGCAL/study/CMSSW_9_4_0/src/SimGeneral/Debugging/test/20016.0_SingleGammaPt35Extended+DoubleGammaPt35Extended_pythia8_2023D17_GenSimHLBeamSpotFull+DigiFullTrigger_2023D17+RecoFullGlobal_2023D17+HARVESTFullGlobal_2023D17/step2.root'
26  'file:/data/rovere/HGCAL/study/CMSSW_9_4_0/src/SimGeneral/Debugging/test/20088.0_SinglePiPt25Eta1p7_2p7+SinglePiPt25Eta1p7_2p7_2023D17_GenSimHLBeamSpotFull+DigiFullTrigger_2023D17+RecoFullGlobal_2023D17+HARVESTFullGlobal_2023D17/step2.root'
27  )
28 )
29 
30 process.load("SimGeneral.Debugging.caloParticleDebugger_cfi")
31 
32 process.p = cms.Path(process.caloParticleDebugger)