CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
egammaSimpleAnalyzer_cfi.py
Go to the documentation of this file.
2 
3 #
4 # simple analyzer to make histos within a framework job off the super clusters in the event
5 # Author: Shahram Rahatlou, University of Rome & INFN
6 # $Id: egammaSimpleAnalyzer_cfi.py,v 1.2 2008/04/21 03:24:02 rpw Exp $
7 #
8 egammaSimpleAnalyzer = cms.EDAnalyzer("EgammaSimpleAnalyzer",
9  xMaxHist = cms.double(60.0),
10  outputFile = cms.string('egammaAnalyzer.root'),
11  #
12  # island clustering in endcap
13  #
14  islandEndcapBasicClusterProducer = cms.string('islandBasicClusters'),
15  islandEndcapSuperClusterCollection = cms.string('islandEndcapSuperClusters'),
16  islandBarrelBasicClusterShapes = cms.string('islandBarrelShape'),
17  correctedHybridSuperClusterProducer = cms.string('correctedHybridSuperClusters'),
18  islandEndcapBasicClusterCollection = cms.string('islandEndcapBasicClusters'),
19  correctedIslandEndcapSuperClusterProducer = cms.string('correctedEndcapSuperClustersWithPreshower'),
20  hybridSuperClusterCollection = cms.string(''),
21  xMinHist = cms.double(0.0),
22  islandEndcapSuperClusterProducer = cms.string('islandSuperClusters'),
23  nbinHist = cms.int32(200),
24  correctedHybridSuperClusterCollection = cms.string(''),
25  #
26  # island clustering in barrel
27  #
28  islandBarrelBasicClusterProducer = cms.string('islandBasicClusters'),
29  islandEndcapBasicClusterShapes = cms.string('islandEndcapShape'),
30  #
31  # hybrid clustering in barrel
32  #
33  hybridSuperClusterProducer = cms.string('hybridSuperClusters'),
34  islandBarrelBasicClusterCollection = cms.string('islandBarrelBasicClusters'),
35  correctedIslandEndcapSuperClusterCollection = cms.string('')
36 )
37 
38