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