CMS 3D CMS Logo

AlignmentTrackSelector_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 
6 
7 
8 
9 
12 HighPuritySelector = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.AlignmentTrackSelector.clone(
13  applyBasicCuts = True,
14  filter = True,
15  src = 'ALCARECOTkAlMuonIsolated',
16  etaMin = -999.,
17  etaMax = 999.,
18  trackQualities = ["highPurity"],
19 )
20 
21 
22 
23 
24 MinBiasSkimSelector = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.AlignmentTrackSelector.clone(
25  applyBasicCuts = True,
26  filter = True,
27  src = 'ALCARECOTkAlMinBias',
28  ptMin = 5.,
29  pMin = 9.,
30  etaMin = -999.,
31  etaMax = 999.,
32  d0Min = -2.,
33  d0Max = 2.,
34  dzMin = -25.,
35  dzMax = 25.,
36  nHitMin = 12,
37  nHitMin2D = 2,
38 )
39 
40 
41 
42 MuSkimSelector = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.AlignmentTrackSelector.clone(
43  applyBasicCuts = True,
44  filter = True,
45  src = 'ALCARECOTkAlMuonIsolated',
46  ptMin = 17.,
47  pMin = 17.,
48  etaMin = -2.5,
49  etaMax = 2.5,
50  d0Min = -2.,
51  d0Max = 2.,
52  dzMin = -25.,
53  dzMax = 25.,
54  nHitMin = 6,
55  nHitMin2D = 0,
56 )
57 
58 DoubleMuSkimSelector = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.AlignmentTrackSelector.clone(
59  applyBasicCuts = True,
60  filter = True,
61  src = 'ALCARECOTkAlZMuMu',
62  ptMin = 17.,
63  pMin = 17.,
64  etaMin = -2.5,
65  etaMax = 2.5,
66  d0Min = -2.,
67  d0Max = 2.,
68  dzMin = -25.,
69  dzMax = 25.,
70  nHitMin = 6,
71  nHitMin2D = 0,
72 )
73 
74 CosmicsSkimSelector = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.AlignmentTrackSelector.clone(
75  applyBasicCuts = True,
76  filter = True,
77  src = 'ALCARECOTkAlCosmicsCTF0T',
78  etaMin = -2.5,
79  etaMax = 2.5,
80  nHitMin = 6,
81  nHitMin2D = 0,
82 )
83 
84 
85 
86 
dont throw on unknown path names