CMS 3D CMS Logo

Variables

EXOHSCP_cff Namespace Reference

Variables

tuple DedxFilter
tuple dedxSeq = cms.Sequence(offlineBeamSpot + TrackRefitterSkim + dedxSkimNPHarm2+DedxFilter)
tuple dedxSkimNPHarm2
tuple detIdProduceSeq = cms.Sequence(muonEcalDetIds+highPtTrackEcalDetIds)
tuple ecalSeq = cms.Sequence(detIdProduceSeq+reducedHSCPEcalRecHitsEB+reducedHSCPEcalRecHitsEE)
tuple EXOHSCPSkim_EventContent
tuple exoticaHSCPIsoPhotonSeq = cms.Sequence(exoticaRecoIsoPhotonSeq + trackerSeq+ecalSeq+hcalSeq+muonSeq+HSCPIsolation01+HSCPIsolation03+HSCPIsolation05)
tuple exoticaHSCPSeq = cms.Sequence(trackerSeq+dedxSeq+ecalSeq+hcalSeq+muonSeq+HSCPIsolation01+HSCPIsolation03+HSCPIsolation05)
tuple exoticaRecoIsoPhotonSeq
tuple generalTracksSkim
tuple hcalSeq = cms.Sequence(reducedHSCPhbhereco)
tuple highPtTrackEcalDetIds
tuple HSCPIsolation01
tuple HSCPIsolation03 = HSCPIsolation01.clone()
tuple HSCPIsolation05 = HSCPIsolation01.clone()
tuple muonEcalDetIds
tuple muonSeq = cms.Sequence(muonsSkim)
tuple muonsSkim
tuple reducedHSCPEcalRecHitsEB
tuple reducedHSCPEcalRecHitsEE
tuple reducedHSCPhbhereco
float TRACK_PT = 20.0
tuple TrackAssociatorParametersForHSCPIsol = TrackAssociatorParameterBlock.TrackAssociatorParameters.clone()
tuple trackerSeq = cms.Sequence( generalTracksSkim)
tuple TrackRefitterSkim = TrackRefitter.clone()

Variable Documentation

Initial value:
00001 cms.EDFilter("HSCPFilter",
00002      inputMuonCollection = cms.InputTag("muons"),
00003          inputTrackCollection = cms.InputTag("TrackRefitterSkim"),
00004          inputDedxCollection =  cms.InputTag("dedxSkimNPHarm2"),
00005      SAMuPtMin = cms.double(60),
00006          trkPtMin = cms.double(TRACK_PT),
00007          dedxMin =cms.double(3.0),
00008      dedxMaxLeft =cms.double(2.8),
00009      ndedxHits = cms.int32(5),
00010      etaMin= cms.double(-2.4),
00011      etaMax= cms.double(2.4),
00012      chi2nMax = cms.double(10),
00013      dxyMax = cms.double(0.5),
00014      dzMax = cms.double(5),
00015      filter = cms.bool(True)
00016 
00017 )

Definition at line 45 of file EXOHSCP_cff.py.

tuple EXOHSCP_cff::dedxSeq = cms.Sequence(offlineBeamSpot + TrackRefitterSkim + dedxSkimNPHarm2+DedxFilter)

Definition at line 63 of file EXOHSCP_cff.py.

Initial value:
00001 cms.EDProducer("DeDxEstimatorProducer",
00002     tracks                     = cms.InputTag("TrackRefitterSkim"),
00003     trajectoryTrackAssociation = cms.InputTag("TrackRefitterSkim"),
00004 
00005     estimator      = cms.string('generic'),
00006     exponent       = cms.double(-2.0),
00007 
00008     UseStrip       = cms.bool(True),
00009     UsePixel       = cms.bool(False),
00010     MeVperADCStrip = cms.double(3.61e-06*265),
00011     MeVperADCPixel = cms.double(3.61e-06),
00012 
00013     MisCalib_Mean      = cms.untracked.double(1.0),
00014     MisCalib_Sigma     = cms.untracked.double(0.00),
00015 
00016     UseCalibration  = cms.bool(False),
00017     calibrationPath = cms.string(""),
00018     ShapeTest       = cms.bool(True),
00019 )

Definition at line 24 of file EXOHSCP_cff.py.

Definition at line 81 of file EXOHSCP_cff.py.

Definition at line 105 of file EXOHSCP_cff.py.

Definition at line 183 of file EXOHSCP_cff.py.

Definition at line 181 of file EXOHSCP_cff.py.

Definition at line 180 of file EXOHSCP_cff.py.

Initial value:
00001 cms.EDFilter("MonoPhotonSkimmer",
00002   phoTag = cms.InputTag("photons::RECO"),
00003   selectEE = cms.bool(True),
00004   ecalisoOffsetEB = cms.double(4.2),
00005   ecalisoSlopeEB = cms.double(0.006),
00006   hcalisoOffsetEB = cms.double(2.2),
00007   hcalisoSlopeEB = cms.double(0.0025),
00008   hadoveremEB = cms.double(0.05),
00009   minPhoEtEB = cms.double(20.),
00010   trackIsoOffsetEB = cms.double(2.),
00011   trackIsoSlopeEB =  cms.double(0.001),
00012   etaWidthEB  = cms.double(0.013),
00013                                   
00014   ecalisoOffsetEE = cms.double(4.2),
00015   ecalisoSlopeEE = cms.double(0.006),
00016   hcalisoOffsetEE = cms.double(2.2),
00017   hcalisoSlopeEE = cms.double(0.0025),
00018   hadoveremEE = cms.double(0.05),
00019   minPhoEtEE = cms.double(20.),
00020   trackIsoOffsetEE = cms.double(2.),
00021   trackIsoSlopeEE =  cms.double(0.001),
00022   etaWidthEE  = cms.double(0.03),
00023                                   
00024 
00025  
00026 )

Definition at line 152 of file EXOHSCP_cff.py.

Initial value:
00001 Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.AlignmentTrackSelector.clone(
00002     src = 'generalTracks',
00003 #       src = 'TrackRefitter',
00004     filter = False,
00005     applyBasicCuts = True,
00006     ptMin = TRACK_PT,
00007     nHitMin = 5,
00008     chi2nMax = 10.,
00009 )

Definition at line 6 of file EXOHSCP_cff.py.

Definition at line 116 of file EXOHSCP_cff.py.

Initial value:
00001 cms.EDProducer("HighPtTrackEcalDetIdProducer",
00002                                                                            #TrackAssociatorParameterBlock
00003                                                                            TrackAssociatorParameters=TrackAssociatorParameterBlock.TrackAssociatorParameters,
00004                                                                            inputCollection = cms.InputTag("generalTracksSkim"),
00005                                                                            TrackPt=cms.double(TRACK_PT)
00006                                                                            )

Definition at line 72 of file EXOHSCP_cff.py.

Initial value:
00001 cms.EDProducer("ProduceIsolationMap",
00002       inputCollection  = cms.InputTag("generalTracksSkim"),
00003       IsolationConeDR  = cms.double(0.1),
00004       TkIsolationPtCut = cms.double(10),
00005       TKLabel          = cms.InputTag("generalTracks"),
00006       TrackAssociatorParameters=TrackAssociatorParametersForHSCPIsol,
00007 )

Definition at line 138 of file EXOHSCP_cff.py.

tuple EXOHSCP_cff::HSCPIsolation03 = HSCPIsolation01.clone()

Definition at line 146 of file EXOHSCP_cff.py.

tuple EXOHSCP_cff::HSCPIsolation05 = HSCPIsolation01.clone()

Definition at line 149 of file EXOHSCP_cff.py.

Initial value:
00001 cms.EDProducer("InterestingEcalDetIdProducer",
00002                                                                 inputCollection = cms.InputTag("muons")
00003                                                                 )

Definition at line 69 of file EXOHSCP_cff.py.

tuple EXOHSCP_cff::muonSeq = cms.Sequence(muonsSkim)

Definition at line 125 of file EXOHSCP_cff.py.

Initial value:
00001 cms.EDProducer("UpdatedMuonInnerTrackRef",
00002     MuonTag        = cms.untracked.InputTag("muons"),
00003     OldTrackTag    = cms.untracked.InputTag("generalTracks"),
00004     NewTrackTag    = cms.untracked.InputTag("generalTracksSkim"),
00005     maxInvPtDiff   = cms.untracked.double(0.005),
00006     minDR          = cms.untracked.double(0.01),
00007 )

Definition at line 118 of file EXOHSCP_cff.py.

Initial value:
00001 cms.EDProducer("ReducedRecHitCollectionProducer",
00002      recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00003      interestingDetIdCollections = cms.VInputTag(
00004                  #high p_t tracker track ids
00005                  cms.InputTag("highPtTrackEcalDetIds"),
00006              #muons
00007              cms.InputTag("muonEcalDetIds")
00008              ),
00009      reducedHitsCollection = cms.string('')
00010 )

Definition at line 83 of file EXOHSCP_cff.py.

Initial value:
00001 cms.EDProducer("ReducedRecHitCollectionProducer",
00002      recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
00003      interestingDetIdCollections = cms.VInputTag(
00004                  #high p_t tracker track ids
00005                  cms.InputTag("highPtTrackEcalDetIds"),
00006              #muons
00007              cms.InputTag("muonEcalDetIds")
00008              ),
00009      reducedHitsCollection = cms.string('')
00010 )

Definition at line 93 of file EXOHSCP_cff.py.

Initial value:
00001 cms.EDProducer("ReduceHcalRecHitCollectionProducer",
00002                                                                          recHitsLabel = cms.InputTag("hbhereco",""),
00003                                                                          TrackAssociatorParameters=TrackAssociatorParameterBlock.TrackAssociatorParameters,
00004                                                                          inputCollection = cms.InputTag("generalTracksSkim"),
00005                                                                          TrackPt=cms.double(TRACK_PT),                                     
00006                                                                          reducedHitsCollection = cms.string('')
00007 )

Definition at line 108 of file EXOHSCP_cff.py.

float EXOHSCP_cff::TRACK_PT = 20.0

Definition at line 1 of file EXOHSCP_cff.py.

tuple EXOHSCP_cff::TrackAssociatorParametersForHSCPIsol = TrackAssociatorParameterBlock.TrackAssociatorParameters.clone()

Definition at line 129 of file EXOHSCP_cff.py.

Definition at line 16 of file EXOHSCP_cff.py.

Definition at line 20 of file EXOHSCP_cff.py.