CMS 3D CMS Logo

AlignmentPrescaler_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 AlignmentPrescaler = cms.EDProducer("AlignmentPrescaler",
4  src = cms.InputTag('generalTracks'),
5  assomap=cms.InputTag('OverlapAssoMap'),
6  PrescFileName=cms.string('PrescaleFactors.root'),
7  PrescTreeName=cms.string('AlignmentHitMap')#if you change this be sure to be consistent with the rest of your code
8  )