CMS 3D CMS Logo

Variables

PDWG_EXOHSCP_cff Namespace Reference

Variables

tuple beginSeq = cms.Sequence(nEventsBefSkim)
tuple dedxSkimNPHarm2
tuple detIdProduceSeq = cms.Sequence(muonEcalDetIdsHSCP+highPtTrackEcalDetIds)
tuple ecalSeq = cms.Sequence(detIdProduceSeq+reducedHSCPEcalRecHitsEB+reducedHSCPEcalRecHitsEE)
tuple eventSelSeq = cms.Sequence(TrackRefitterSkim + dedxSkimNPHarm2 + HSCPEventFilter)
tuple EXOHSCPSkim_EventContent
tuple exoticaHSCPdEdxSeq = cms.Sequence(beginSeq+hltdEdxSeq+trackerSeq+ecalSeq+hcalSeq+muonSeq+HSCPIsolation01+HSCPIsolation03+HSCPIsolation05)
tuple exoticaHSCPSeq = cms.Sequence(beginSeq+hltSeq+eventSelSeq+trackerSeq+ecalSeq+hcalSeq+muonSeq+HSCPIsolation01+HSCPIsolation03+HSCPIsolation05)
tuple generalTracksSkim
tuple hcalSeq = cms.Sequence(reducedHSCPhbhereco)
tuple highPtTrackEcalDetIds
tuple hltdEdxSeq = cms.Sequence(HSCPdEdxTrigger)
tuple hltSeq = cms.Sequence(HSCPTrigger)
tuple HSCPdEdxTrigger = HSCPTrigger.clone()
tuple HSCPEventFilter
tuple HSCPIsolation01
tuple HSCPIsolation03 = HSCPIsolation01.clone()
tuple HSCPIsolation05 = HSCPIsolation01.clone()
tuple HSCPTrigger = hltHighLevel.clone()
tuple muonEcalDetIdsHSCP
tuple muonSeq = cms.Sequence(muonsSkim)
tuple muonsSkim
tuple nEventsBefSkim = cms.EDProducer("EventCountProducer")
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

Definition at line 6 of file PDWG_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(False),
00019 )

Definition at line 37 of file PDWG_EXOHSCP_cff.py.

Definition at line 133 of file PDWG_EXOHSCP_cff.py.

Definition at line 157 of file PDWG_EXOHSCP_cff.py.

Definition at line 87 of file PDWG_EXOHSCP_cff.py.

Definition at line 208 of file PDWG_EXOHSCP_cff.py.

Definition at line 206 of file PDWG_EXOHSCP_cff.py.

Definition at line 205 of file PDWG_EXOHSCP_cff.py.

Initial value:
00001 cms.EDFilter("HSCPTrackSelectorModule",
00002                  src = cms.InputTag("TrackRefitterSkim"),
00003                  filter = cms.bool(False),
00004 
00005                  #Keep all muon tracks what ever it's pT
00006                  muonSource = cms.InputTag("muons"),    
00007 
00008                  #Keep all inner tracks with pt>TRACK_PT whatever it's dEdx
00009                  trackerTrackPtMin = cms.double(TRACK_PT),
00010                  usededx = cms.bool(False),
00011                  InputDedx = cms.InputTag("dedxSkimNPHarm2"),
00012                  InnerTrackdEdxRightMin = cms.double(-99999.0),
00013                  InnerTrackdEdxLeftMax = cms.double(99999.0),
00014                  InnerMuondEdxRightMin = cms.double(-99999.0),
00015                  InnerMuondEdxLeftMax = cms.double(99999.0),
00016                  dEdxMeasurementsMinForMuonTrack = cms.uint32(0),
00017                  dEdxMeasurementsMinForInnerTrack = cms.uint32(4),                                                       
00018         )

Definition at line 98 of file PDWG_EXOHSCP_cff.py.

Definition at line 168 of file PDWG_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 126 of file PDWG_EXOHSCP_cff.py.

Definition at line 28 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff::hltSeq = cms.Sequence(HSCPTrigger)

Definition at line 23 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff::HSCPdEdxTrigger = HSCPTrigger.clone()

Definition at line 25 of file PDWG_EXOHSCP_cff.py.

Initial value:
00001 cms.EDFilter("HSCPEventFilter",
00002      inputMuonCollection = cms.InputTag("muons"),
00003      inputTrackCollection = cms.InputTag("TrackRefitterSkim"),
00004      inputDedxCollection =  cms.InputTag("dedxSkimNPHarm2"),
00005 
00006      #USED ONLY FOR HIGH SA MUON SELECTION
00007      SAMuPtMin = cms.double(70),
00008 
00009      #USED ONLY FOR DIMUON SELECTION
00010      Mu1PtMin = cms.double(TRACK_PT),
00011      Mu2PtMin = cms.double(20),
00012 
00013      #USED ONLY FOR HIGH PT AND HIGH DEDX TRACK SELECTION
00014      trkPtMin = cms.double(TRACK_PT),
00015      dedxMin =cms.double(3.0),
00016      dedxMaxLeft =cms.double(2.8),
00017      ndedxHits = cms.int32(4),
00018      etaMin= cms.double(-2.4),
00019      etaMax= cms.double(2.4),
00020      chi2nMax = cms.double(99999),
00021      dxyMax = cms.double(99999),
00022      dzMax = cms.double(99999),
00023      filter = cms.bool(True)
00024 )

Definition at line 62 of file PDWG_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 190 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff::HSCPIsolation03 = HSCPIsolation01.clone()

Definition at line 198 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff::HSCPIsolation05 = HSCPIsolation01.clone()

Definition at line 201 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff::HSCPTrigger = hltHighLevel.clone()

Definition at line 9 of file PDWG_EXOHSCP_cff.py.

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

Definition at line 123 of file PDWG_EXOHSCP_cff.py.

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

Definition at line 177 of file PDWG_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 170 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff::nEventsBefSkim = cms.EDProducer("EventCountProducer")

Definition at line 5 of file PDWG_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("muonEcalDetIdsHSCP")
00008      ),
00009      reducedHitsCollection = cms.string('')
00010 )

Definition at line 135 of file PDWG_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("muonEcalDetIdsHSCP")
00008              ),
00009      reducedHitsCollection = cms.string('')
00010 )

Definition at line 145 of file PDWG_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 160 of file PDWG_EXOHSCP_cff.py.

Definition at line 1 of file PDWG_EXOHSCP_cff.py.

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

Definition at line 181 of file PDWG_EXOHSCP_cff.py.

Definition at line 117 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff::TrackRefitterSkim = TrackRefitter.clone()

Definition at line 33 of file PDWG_EXOHSCP_cff.py.