CMS 3D CMS Logo

heavyIonPhotons_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 # (must be decleared after PAT sequence Yen-Jie)
6 
7 makeHeavyIonPhotons = cms.Sequence(
8  # reco pre-production
9  hiEgammaIsolationSequence *
10  patPhotonIsolation *
11  # pat and HI specifics
12  photonMatch *
13  # object production
14  patPhotons
15  )
16 
17 
18