![]() |
|
|||
File indexing completed on 2024-04-06 12:23:58
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # make heavyIonPatCandidates 0004 from PhysicsTools.PatAlgos.producersHeavyIons.heavyIonPatCandidates_cff import * 0005 0006 # make selectedLayer1Objects 0007 from PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff import * 0008 0009 patHeavyIonDefaultSequence = cms.Sequence( 0010 heavyIonPatCandidates * 0011 selectedPatJets * 0012 selectedPatMuons * 0013 selectedPatPhotons 0014 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |