CMS 3D CMS Logo

caloCompatibility_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # -*-SH-*-
4 MuonCaloCompatibilityBlock = cms.PSet(
5  MuonCaloCompatibility = cms.PSet(
6  PionTemplateFileName = cms.FileInPath('RecoMuon/MuonIdentification/data/MuID_templates_pions_lowPt_3_1_norm.root'),
7  MuonTemplateFileName = cms.FileInPath('RecoMuon/MuonIdentification/data/MuID_templates_muons_lowPt_3_1_norm.root'),
8  delta_eta = cms.double(0.02),
9  delta_phi = cms.double(0.02),
10  allSiPMHO = cms.bool(False)
11  )
12 )
13 
14