CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

tuple PDWG_EXOHSCP_cff.beginSeq = cms.Sequence(nEventsBefSkim)

Definition at line 6 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.dedxSkimNPHarm2
Initial value:
1 = cms.EDProducer("DeDxEstimatorProducer",
2  tracks = cms.InputTag("TrackRefitterSkim"),
3  trajectoryTrackAssociation = cms.InputTag("TrackRefitterSkim"),
4 
5  estimator = cms.string('generic'),
6  exponent = cms.double(-2.0),
7 
8  UseStrip = cms.bool(True),
9  UsePixel = cms.bool(False),
10  MeVperADCStrip = cms.double(3.61e-06*265),
11  MeVperADCPixel = cms.double(3.61e-06),
12 
13  MisCalib_Mean = cms.untracked.double(1.0),
14  MisCalib_Sigma = cms.untracked.double(0.00),
15 
16  UseCalibration = cms.bool(False),
17  calibrationPath = cms.string(""),
18  ShapeTest = cms.bool(False),
19 )

Definition at line 37 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.detIdProduceSeq = cms.Sequence(muonEcalDetIdsHSCP+highPtTrackEcalDetIds)

Definition at line 133 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.ecalSeq = cms.Sequence(detIdProduceSeq+reducedHSCPEcalRecHitsEB+reducedHSCPEcalRecHitsEE)

Definition at line 157 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.eventSelSeq = cms.Sequence(TrackRefitterSkim + dedxSkimNPHarm2 + HSCPEventFilter)

Definition at line 87 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.EXOHSCPSkim_EventContent

Definition at line 208 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.exoticaHSCPdEdxSeq = cms.Sequence(beginSeq+hltdEdxSeq+trackerSeq+ecalSeq+hcalSeq+muonSeq+HSCPIsolation01+HSCPIsolation03+HSCPIsolation05)

Definition at line 206 of file PDWG_EXOHSCP_cff.py.

Definition at line 205 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.generalTracksSkim
Initial value:
1 = cms.EDFilter("HSCPTrackSelectorModule",
2  src = cms.InputTag("TrackRefitterSkim"),
3  filter = cms.bool(False),
4 
5  #Keep all muon tracks what ever it's pT
6  muonSource = cms.InputTag("muons"),
7 
8  #Keep all inner tracks with pt>TRACK_PT whatever it's dEdx
9  trackerTrackPtMin = cms.double(TRACK_PT),
10  usededx = cms.bool(False),
11  InputDedx = cms.InputTag("dedxSkimNPHarm2"),
12  InnerTrackdEdxRightMin = cms.double(-99999.0),
13  InnerTrackdEdxLeftMax = cms.double(99999.0),
14  InnerMuondEdxRightMin = cms.double(-99999.0),
15  InnerMuondEdxLeftMax = cms.double(99999.0),
16  dEdxMeasurementsMinForMuonTrack = cms.uint32(0),
17  dEdxMeasurementsMinForInnerTrack = cms.uint32(4),
18  )

Definition at line 98 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.hcalSeq = cms.Sequence(reducedHSCPhbhereco)

Definition at line 168 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.highPtTrackEcalDetIds
Initial value:
1 = cms.EDProducer("HighPtTrackEcalDetIdProducer",
2  #TrackAssociatorParameterBlock
3  TrackAssociatorParameters=TrackAssociatorParameterBlock.TrackAssociatorParameters,
4  inputCollection = cms.InputTag("generalTracksSkim"),
5  TrackPt=cms.double(TRACK_PT)
6  )

Definition at line 126 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.hltdEdxSeq = cms.Sequence(HSCPdEdxTrigger)

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.

tuple PDWG_EXOHSCP_cff.HSCPEventFilter
Initial value:
1 = cms.EDFilter("HSCPEventFilter",
2  inputMuonCollection = cms.InputTag("muons"),
3  inputTrackCollection = cms.InputTag("TrackRefitterSkim"),
4  inputDedxCollection = cms.InputTag("dedxSkimNPHarm2"),
5 
6  #USED ONLY FOR HIGH SA MUON SELECTION
7  SAMuPtMin = cms.double(70),
8 
9  #USED ONLY FOR DIMUON SELECTION
10  Mu1PtMin = cms.double(TRACK_PT),
11  Mu2PtMin = cms.double(20),
12 
13  #USED ONLY FOR HIGH PT AND HIGH DEDX TRACK SELECTION
14  trkPtMin = cms.double(TRACK_PT),
15  dedxMin =cms.double(3.0),
16  dedxMaxLeft =cms.double(2.8),
17  ndedxHits = cms.int32(4),
18  etaMin= cms.double(-2.4),
19  etaMax= cms.double(2.4),
20  chi2nMax = cms.double(99999),
21  dxyMax = cms.double(99999),
22  dzMax = cms.double(99999),
23  filter = cms.bool(True)
24 )

Definition at line 62 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.HSCPIsolation01
Initial value:
1 = cms.EDProducer("ProduceIsolationMap",
2  inputCollection = cms.InputTag("generalTracksSkim"),
3  IsolationConeDR = cms.double(0.1),
4  TkIsolationPtCut = cms.double(10),
5  TKLabel = cms.InputTag("generalTracks"),
6  TrackAssociatorParameters=TrackAssociatorParametersForHSCPIsol,
7 )

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.

tuple PDWG_EXOHSCP_cff.muonEcalDetIdsHSCP
Initial value:
1 = cms.EDProducer("InterestingEcalDetIdProducer",
2  inputCollection = cms.InputTag("muons")
3  )

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.

tuple PDWG_EXOHSCP_cff.muonsSkim
Initial value:
1 = cms.EDProducer("UpdatedMuonInnerTrackRef",
2  MuonTag = cms.untracked.InputTag("muons"),
3  OldTrackTag = cms.untracked.InputTag("generalTracks"),
4  NewTrackTag = cms.untracked.InputTag("generalTracksSkim"),
5  maxInvPtDiff = cms.untracked.double(0.005),
6  minDR = cms.untracked.double(0.01),
7 )

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.

tuple PDWG_EXOHSCP_cff.reducedHSCPEcalRecHitsEB
Initial value:
1 = cms.EDProducer("ReducedRecHitCollectionProducer",
2  recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
3  interestingDetIdCollections = cms.VInputTag(
4  #high p_t tracker track ids
5  cms.InputTag("highPtTrackEcalDetIds"),
6  #muons
7  cms.InputTag("muonEcalDetIdsHSCP")
8  ),
9  reducedHitsCollection = cms.string('')
10 )

Definition at line 135 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.reducedHSCPEcalRecHitsEE
Initial value:
1 = cms.EDProducer("ReducedRecHitCollectionProducer",
2  recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
3  interestingDetIdCollections = cms.VInputTag(
4  #high p_t tracker track ids
5  cms.InputTag("highPtTrackEcalDetIds"),
6  #muons
7  cms.InputTag("muonEcalDetIdsHSCP")
8  ),
9  reducedHitsCollection = cms.string('')
10 )

Definition at line 145 of file PDWG_EXOHSCP_cff.py.

tuple PDWG_EXOHSCP_cff.reducedHSCPhbhereco
Initial value:
1 = cms.EDProducer("ReduceHcalRecHitCollectionProducer",
2  recHitsLabel = cms.InputTag("hbhereco",""),
3  TrackAssociatorParameters=TrackAssociatorParameterBlock.TrackAssociatorParameters,
4  inputCollection = cms.InputTag("generalTracksSkim"),
5  TrackPt=cms.double(TRACK_PT),
6  reducedHitsCollection = cms.string('')
7 )

Definition at line 160 of file PDWG_EXOHSCP_cff.py.

float PDWG_EXOHSCP_cff.TRACK_PT = 20.0

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.

tuple PDWG_EXOHSCP_cff.trackerSeq = cms.Sequence(generalTracksSkim)

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.