CMS 3D CMS Logo

egammaBCAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 #  Author: Michael A. Balazs, University of Virginia
00005 #  $Id: egammaBCAnalyzer_cfi.py,v 1.4 2008/06/17 12:27:24 ferriff Exp $
00006 #
00007 from Validation.EcalClusters.VerificationCommonParameters_cfi import *
00008 egammaBasicClusterAnalyzer = cms.EDFilter("EgammaBasicClusters",
00009     verificationCommonParameters,
00010     hist_max_Size = cms.double(20.0),
00011     hist_min_Size = cms.double(0.0),
00012     hist_min_NumRecHits = cms.double(0.0),
00013     hist_bins_Eta = cms.int32(91),
00014     endcapBasicClusterCollection = cms.InputTag("multi5x5BasicClusters","multi5x5EndcapBasicClusters"),
00015     barrelBasicClusterCollection = cms.InputTag("hybridSuperClusters","hybridBarrelBasicClusters"),
00016     hist_bins_Size = cms.int32(20),
00017     hist_bins_Phi = cms.int32(181),
00018     hist_min_ET = cms.double(0.0),
00019     hist_max_NumRecHits = cms.double(50.0),
00020     hist_max_ET = cms.double(200.0),
00021     hist_min_Phi = cms.double(-3.14159),
00022     hist_min_Eta = cms.double(-2.5),
00023     hist_bins_NumRecHits = cms.int32(50),
00024     hist_max_Eta = cms.double(2.5),
00025     hist_max_Phi = cms.double(3.14159),
00026     hist_bins_ET = cms.int32(200)
00027 )
00028 
00029 
00030 

Generated on Tue Jun 9 17:49:05 2009 for CMSSW by  doxygen 1.5.4