Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:09:45

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 
0004 from DQMOffline.PFTau.pfCandidateBenchmark_cfi import pfCandidateBenchmark
0005 from DQMOffline.PFTau.candidateBenchmark_cfi import candidateBenchmark
0006 
0007 pfCandidateBenchmarkSequence = cms.Sequence(
0008     pfCandidateBenchmark +
0009     candidateBenchmark 
0010     )