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