CMS 3D CMS Logo

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