CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoMuon/MuonIdentification/python/caloCompatibility_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # -*-SH-*-
00004 MuonCaloCompatibilityBlock = cms.PSet(
00005     MuonCaloCompatibility = cms.PSet(
00006         PionTemplateFileName = cms.FileInPath('RecoMuon/MuonIdentification/data/MuID_templates_pions_lowPt_3_1_norm.root'),
00007         MuonTemplateFileName = cms.FileInPath('RecoMuon/MuonIdentification/data/MuID_templates_muons_lowPt_3_1_norm.root'),
00008         delta_eta = cms.double(0.02),
00009         delta_phi = cms.double(0.02),
00010         allSiPMHO = cms.bool(False)
00011     )
00012 )
00013 
00014