CMS 3D CMS Logo

CaloTowerSchemeBnoEE_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 towermaker = cms.EDFilter("CaloTowersCreator",
00004     EBSumThreshold = cms.double(0.2), ## GeV, Scheme B
00005 
00006     EBWeight = cms.double(1.0),
00007     hfInput = cms.InputTag("hfreco"),
00008     AllowMissingInputs = cms.untracked.bool(False),
00009     EESumThreshold = cms.double(0.45), ## GeV, Scheme B
00010 
00011     HOThreshold = cms.double(1.1), ## GeV, Scheme B
00012 
00013     HBThreshold = cms.double(0.9), ## GeV, Scheme B
00014 
00015     EBThreshold = cms.double(0.09), ## GeV, ORCA value w/o selective readout
00016 
00017     HcalThreshold = cms.double(-1000.0), ## GeV, -1000 means cut not used 
00018 
00019     HEDWeight = cms.double(1.0),
00020     EEWeight = cms.double(1.0),
00021     UseHO = cms.bool(True),
00022     HF1Weight = cms.double(1.0),
00023     HOWeight = cms.double(1.0),
00024     HESWeight = cms.double(1.0),
00025     hbheInput = cms.InputTag("hbhereco"),
00026     HF2Weight = cms.double(1.0),
00027     HF2Threshold = cms.double(1.8), ## GeV, Oprimized on 10% occupancy
00028 
00029     EEThreshold = cms.double(0.45), ## GeV, ORCA value w/o selective readout
00030 
00031     HESThreshold = cms.double(1.4), ## GeV, Scheme B
00032 
00033     hoInput = cms.InputTag("horeco"),
00034     HF1Threshold = cms.double(1.2), ## GeV, Oprimized on 10% occupancy
00035 
00036     HEDThreshold = cms.double(1.4), ## GeV, Scheme B
00037 
00038     EcutTower = cms.double(-1000.0), ## GeV, -1000 means cut not used
00039 
00040     ecalInputs = cms.VInputTag(cms.InputTag("ecalrechit","EcalRecHitsEB")),
00041     HBWeight = cms.double(1.0)
00042 )
00043 
00044 

Generated on Tue Jun 9 17:43:41 2009 for CMSSW by  doxygen 1.5.4