CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TCaloStage2_PPFromRaw_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 # HCAL TP hack
7 
8 # stage 2
10 caloStage2Layer1Digis.hcalToken = cms.InputTag('simHcalTriggerPrimitiveDigis')
11 
12 # the sequence
13 L1TCaloStage2_PPFromRaw = cms.Sequence(
14  L1TRerunHCALTP_FromRAW
15  +L1TCaloStage2
16 )