CMS 3D CMS Logo

L1NtupleAOD_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
11 #from L1Trigger.L1TNtuples.l1TauRecoTree_2015_cfi import *
13 
14 L1NtupleAOD = cms.Sequence(
15  l1EventTree
16  +l1RecoTree
17  +l1JetRecoTree
18  +l1MetFilterRecoTree
19  +l1ElectronRecoTree
20  +l1TauRecoTree
21  +l1MuonRecoTree
22 )
23