Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:26

0001 #
0002 # FFTJet image recorder configuration
0003 #
0004 # I. Volobouev, June 2, 2011
0005 #
0006 import FWCore.ParameterSet.Config as cms
0007 
0008 fftjetImageRecorder = cms.EDAnalyzer(
0009     "FFTJetImageRecorder",
0010     #
0011     # Label for the histograms produced by FFTJetEFlowSmoother
0012     histoLabel = cms.InputTag("fftjetsmooth", "FFTJetEFlowSmoother")
0013 )