CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/Alignment/TrackerAlignment/python/AlignmentPrescaler_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 AlignmentPrescaler = cms.EDProducer("AlignmentPrescaler",
00004                                     src = cms.InputTag('generalTracks'),
00005                                     assomap=cms.InputTag('OverlapAssoMap'),
00006                                     PrescFileName=cms.string('PrescaleFactors.root'),
00007                                     PrescTreeName=cms.string('AlignmentHitMap')#if you change this be sure to be consistent with the rest of your code
00008                                     )