CMS 3D CMS Logo

simCaloTB_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Test Beam ECAL specific MC info
00004 simCaloTB = cms.EDProducer("EcalTBMCInfoProducer",
00005     common_beam_direction_parameters,
00006     CrystalMapFile = cms.FileInPath('Geometry/EcalTestBeam/data/BarrelSM1CrystalCenterElectron120GeV.dat'),
00007     moduleLabelVtx = cms.untracked.string('source')
00008 )
00009 
00010 doSimTB = cms.Sequence(simCaloTB)
00011 
00012 

Generated on Tue Jun 9 17:46:23 2009 for CMSSW by  doxygen 1.5.4