CMS 3D CMS Logo

Variables

preshowerAnalyzer_cfi Namespace Reference

Variables

tuple PreshowerAnalyzer

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("PreshowerAnalyzer",
00002     islandEndcapSuperClusterProducer2 = cms.string('correctedEndcapSuperClustersWithPreshower'),
00003     preshCalibGamma = cms.double(0.024), ## 0.020
00004 
00005     outputFile = cms.string('PreshowerAnalyzer.root'),
00006     islandEndcapSuperClusterCollection2 = cms.string(''),
00007     preshClusterCollectionY = cms.string('preshowerYClusters'),
00008     preshClusterCollectionX = cms.string('preshowerXClusters'),
00009     nBinSC = cms.int32(60),
00010     EmaxDE = cms.double(50.0),
00011     islandEndcapSuperClusterCollection1 = cms.string(''),
00012     preshCalibPlaneY = cms.double(0.7),
00013     preshCalibPlaneX = cms.double(1.0),
00014     preshCalibMIP = cms.double(81.1e-06), ## 78.5e-6 
00015 
00016     # building endcap association
00017     islandEndcapSuperClusterProducer1 = cms.string('correctedIslandEndcapSuperClusters'),
00018     EmaxSC = cms.double(300.0),
00019     EminDE = cms.double(0.0),
00020     nBinDE = cms.int32(25),
00021     EminSC = cms.double(0.0),
00022     preshClusterProducer = cms.string('correctedEndcapSuperClustersWithPreshower')
00023 )

Definition at line 8 of file preshowerAnalyzer_cfi.py.