/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/PatAlgos/python/patSequences_cff.py
20 строк
615 B
Volker Adler
Propagate cloned modules and new sequences to PAT.
21 ноя 2014, 21:23
21 ноя 2014, 21:23
de66a9d
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # make patCandidates from PhysicsTools.PatAlgos.producersLayer1.patCandidates_cff import * # make selectedPatCandidates from PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff import * # make cleanPatCandidates from PhysicsTools.PatAlgos.cleaningLayer1.cleanPatCandidates_cff import * # count cleanPatCandidates (including total number of leptons) from PhysicsTools.PatAlgos.selectionLayer1.countPatCandidates_cff import * patDefaultSequence = cms.Sequence( patCandidates * selectedPatCandidates * cleanPatCandidates * countPatCandidates )