CMS 3D CMS Logo

trackAssociatorBlocks_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 
6 # -*-TCL-*-
7 MIsoTrackAssociatorDefault = cms.PSet(
8  TrackAssociatorParameterBlock
9 )
10 MIsoTrackAssociatorTowers = cms.PSet(
11  TrackAssociatorParameterBlock
12 )
13 
14 MIsoTrackAssociatorHits = cms.PSet(
15  TrackAssociatorParameterBlock
16 )
17 
18 MIsoTrackAssociatorJets = cms.PSet(
19  TrackAssociatorParameterBlock
20 )
21 
22 MIsoTrackAssociatorDefault.TrackAssociatorParameters.useEcal = False ## RecoHits
23 MIsoTrackAssociatorDefault.TrackAssociatorParameters.useHcal = False ## RecoHits
24 MIsoTrackAssociatorDefault.TrackAssociatorParameters.useHO = False ## RecoHits
25 MIsoTrackAssociatorDefault.TrackAssociatorParameters.useCalo = True ## CaloTowers
26 MIsoTrackAssociatorDefault.TrackAssociatorParameters.useMuon = False ## RecoHits
27 MIsoTrackAssociatorDefault.TrackAssociatorParameters.usePreshower = False
28 MIsoTrackAssociatorDefault.TrackAssociatorParameters.dREcalPreselection = 1.0
29 MIsoTrackAssociatorDefault.TrackAssociatorParameters.dRHcalPreselection = 1.0
30 MIsoTrackAssociatorDefault.TrackAssociatorParameters.dREcal = 1.0
31 MIsoTrackAssociatorDefault.TrackAssociatorParameters.dRHcal = 1.0
32 
33 MIsoTrackAssociatorTowers.TrackAssociatorParameters.useEcal = False ## RecoHits
34 MIsoTrackAssociatorTowers.TrackAssociatorParameters.useHcal = False ## RecoHits
35 MIsoTrackAssociatorTowers.TrackAssociatorParameters.useHO = False ## RecoHits
36 MIsoTrackAssociatorTowers.TrackAssociatorParameters.useCalo = True ## CaloTowers
37 MIsoTrackAssociatorTowers.TrackAssociatorParameters.useMuon = False ## RecoHits
38 MIsoTrackAssociatorTowers.TrackAssociatorParameters.usePreshower = False
39 MIsoTrackAssociatorTowers.TrackAssociatorParameters.dREcalPreselection = 1.0
40 MIsoTrackAssociatorTowers.TrackAssociatorParameters.dRHcalPreselection = 1.0
41 MIsoTrackAssociatorTowers.TrackAssociatorParameters.dREcal = 1.0
42 MIsoTrackAssociatorTowers.TrackAssociatorParameters.dRHcal = 1.0
43 
44 MIsoTrackAssociatorHits.TrackAssociatorParameters.useEcal = True ## RecoHits
45 MIsoTrackAssociatorHits.TrackAssociatorParameters.useHcal = True ## RecoHits
46 MIsoTrackAssociatorHits.TrackAssociatorParameters.useHO = True ## RecoHits
47 MIsoTrackAssociatorHits.TrackAssociatorParameters.useCalo = False ## CaloTowers
48 MIsoTrackAssociatorHits.TrackAssociatorParameters.useMuon = False ## RecoHits
49 MIsoTrackAssociatorHits.TrackAssociatorParameters.usePreshower = False
50 MIsoTrackAssociatorHits.TrackAssociatorParameters.dREcalPreselection = 1.0
51 MIsoTrackAssociatorHits.TrackAssociatorParameters.dRHcalPreselection = 1.0
52 MIsoTrackAssociatorHits.TrackAssociatorParameters.dREcal = 1.0
53 MIsoTrackAssociatorHits.TrackAssociatorParameters.dRHcal = 1.0
54 
55 MIsoTrackAssociatorJets.TrackAssociatorParameters.useEcal = False ## RecoHits
56 MIsoTrackAssociatorJets.TrackAssociatorParameters.useHcal = False ## RecoHits
57 MIsoTrackAssociatorJets.TrackAssociatorParameters.useHO = False ## RecoHits
58 MIsoTrackAssociatorJets.TrackAssociatorParameters.useCalo = True ## CaloTowers
59 MIsoTrackAssociatorJets.TrackAssociatorParameters.useMuon = False ## RecoHits
60 MIsoTrackAssociatorJets.TrackAssociatorParameters.usePreshower = False
61 MIsoTrackAssociatorJets.TrackAssociatorParameters.dREcalPreselection = 0.5
62 MIsoTrackAssociatorJets.TrackAssociatorParameters.dRHcalPreselection = 0.5
63 MIsoTrackAssociatorJets.TrackAssociatorParameters.dREcal = 0.5
64 MIsoTrackAssociatorJets.TrackAssociatorParameters.dRHcal = 0.5
65 
66