CMS 3D CMS Logo

CaloTowerSchemeB_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(False), ## Disable HO
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"), cms.InputTag("ecalRecHit","EcalRecHitsEE")),
00041     HBWeight = cms.double(1.0),
00042 
00043     # Method for momentum reconstruction
00044     MomConstrMethod = cms.int32(0),
00045     #Depth, fraction of the respective calorimeter [0,1]
00046     MomEmDepth = cms.double(0),
00047     MomHadDepth = cms.double(0),
00048     MomTotDepth = cms.double(0)
00049                           
00050 
00051 )
00052 
00053 

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