CMS 3D CMS Logo

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_allPt_2_0_norm.root'),
00007         MuonTemplateFileName = cms.FileInPath('RecoMuon/MuonIdentification/data/MuID_templates_muons_allPt_2_0_norm.root')
00008     )
00009 )
00010 
00011 

Generated on Tue Jun 9 17:44:20 2009 for CMSSW by  doxygen 1.5.4