1 = cms.EDAnalyzer(
"PreshowerAnalyzer",
2 islandEndcapSuperClusterProducer2 = cms.string(
'correctedEndcapSuperClustersWithPreshower'),
3 preshCalibGamma = cms.double(0.024),
5 outputFile = cms.string(
'preshowerAnalyzer.root'),
6 islandEndcapSuperClusterCollection2 = cms.string(
''),
7 preshClusterCollectionY = cms.string(
'preshowerYClusters'),
8 preshClusterCollectionX = cms.string(
'preshowerXClusters'),
9 nBinSC = cms.int32(60),
10 EmaxDE = cms.double(50.0),
11 islandEndcapSuperClusterCollection1 = cms.string(
''),
12 preshCalibPlaneY = cms.double(0.7),
13 preshCalibPlaneX = cms.double(1.0),
14 preshCalibMIP = cms.double(81.1e-06),
17 islandEndcapSuperClusterProducer1 = cms.string(
'correctedIslandEndcapSuperClusters'),
18 EmaxSC = cms.double(300.0),
19 EminDE = cms.double(0.0),
20 nBinDE = cms.int32(25),
21 EminSC = cms.double(0.0),
22 preshClusterProducer = cms.string(
'correctedEndcapSuperClustersWithPreshower')