CMS 3D CMS Logo

L1NtupleAODCalo_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
11 
12 L1NtupleAODCalo = cms.Sequence(
13  l1EventTree
14  +l1RecoTree
15  +l1JetRecoTree
16  +l1MetFilterRecoTree
17  +l1ElectronRecoTree
18  +l1TauRecoTree
19 )
20