CMS 3D CMS Logo

egammaSCAnalyzer_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: egammaSCAnalyzer_cfi.py,v 1.4 2008/06/17 12:27:24 ferriff Exp $
00006 #
00007 from Validation.EcalClusters.VerificationCommonParameters_cfi import *
00008 egammaSuperClusterAnalyzer = cms.EDFilter("EgammaSuperClusters",
00009     verificationCommonParameters,
00010     hist_max_Size = cms.double(5.0),
00011     barrelSuperClusterCollection = cms.InputTag("correctedHybridSuperClusters"),
00012     hist_min_EToverTruth = cms.double(0.5),
00013     hist_max_deltaEta = cms.double(0.025),
00014     hist_max_EToverTruth = cms.double(1.5),
00015     hist_min_Eta = cms.double(-2.5),
00016     hist_bins_S25toE = cms.int32(50),
00017     hist_min_deltaEta = cms.double(-0.025),
00018     endcapSuperClusterCollection = cms.InputTag("correctedMulti5x5SuperClustersWithPreshower"),
00019     hist_bins_Eta = cms.int32(91),
00020     hist_max_S25toE = cms.double(1.0),
00021     hist_bins_Phi = cms.int32(181),
00022     hist_bins_EToverTruth = cms.int32(100),
00023     hist_bins_S1toS9 = cms.int32(50),
00024     hist_min_ET = cms.double(0.0),
00025     hist_bins_deltaEta = cms.int32(51),
00026     hist_max_S1toS9 = cms.double(1.0),
00027     hist_max_ET = cms.double(50.0),
00028     hist_max_Eta = cms.double(2.5),
00029     hist_max_Phi = cms.double(3.14159),
00030     hist_min_Size = cms.double(0.0),
00031     hist_min_S1toS9 = cms.double(0.0),
00032     hist_min_NumBC = cms.double(0.0),
00033     hist_bins_Size = cms.int32(5),
00034     hist_min_S25toE = cms.double(0.0),
00035     hist_min_Phi = cms.double(-3.14159),
00036     hist_max_NumBC = cms.double(10.0),
00037     hist_bins_ET = cms.int32(50),
00038     hist_bins_NumBC = cms.int32(10)
00039 )
00040 
00041 
00042 

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