CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTriggerOffline/Tau/python/Validation/HLTTauValidation_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from HLTriggerOffline.Tau.Validation.HLTTauReferences_cfi import *
00004 from HLTriggerOffline.Tau.Validation.HLTTauValidation_cfi import *
00005 
00006 HLTTauVal    = cms.Sequence(hltTauRef+hltTauValIdeal)
00007 
00008 # for FS, hltTauRef Producers go into separate "prevalidation" sequence
00009 # (this fixes the "no EDProducer in EndPath" problem)
00010 HLTTauValFS  = cms.Sequence(hltTauValIdeal)
00011 
00012