CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalRegionalCandsFEDs_cfi.py
Go to the documentation of this file.
2 
3 ecalRegionalCandFEDs = cms.EDProducer("EcalListOfFEDSProducer",
4  sourceTag = cms.InputTag("EcalRawToRecHitFacility"),
5  CandJobPSet = cms.VPSet(cms.PSet(
6  bePrecise = cms.bool(False),
7  propagatorNameToBePrecise = cms.string(''),
8  epsilon = cms.double(0.01),
9  regionPhiMargin = cms.double(1.0),
10  cType = cms.string('l1muon'),
11  Source = cms.InputTag("l1extraParticles"),
12  Ptmin = cms.double(0.0),
13  regionEtaMargin = cms.double(1.0)
14  ),
15  cms.PSet(
16  bePrecise = cms.bool(False),
17  propagatorNameToBePrecise = cms.string(''),
18  epsilon = cms.double(0.01),
19  regionPhiMargin = cms.double(1.0),
20  cType = cms.string('l1jet'),
21  Source = cms.InputTag("l1extraParticles","Central"),
22  Ptmin = cms.double(50.0),
23  regionEtaMargin = cms.double(1.0)
24  ),
25  cms.PSet(
26  bePrecise = cms.bool(False),
27  propagatorNameToBePrecise = cms.string(''),
28  epsilon = cms.double(0.01),
29  regionPhiMargin = cms.double(1.0),
30  cType = cms.string('view'),
31  Source = cms.InputTag("l1extraParticles","Tau"),
32  Ptmin = cms.double(50.0),
33  regionEtaMargin = cms.double(1.0)
34  ),
35  cms.PSet(
36  bePrecise = cms.bool(False),
37  propagatorNameToBePrecise = cms.string(''),
38  epsilon = cms.double(0.01),
39  regionPhiMargin = cms.double(0.5),
40  cType = cms.string('chargedcandidate'),
41  Source = cms.InputTag("hltL2MuonCandidates"),
42  Ptmin = cms.double(0.0),
43  regionEtaMargin = cms.double(0.5)
44  ),
45  cms.PSet(
46  bePrecise = cms.bool(False),
47  propagatorNameToBePrecise = cms.string(''),
48  epsilon = cms.double(0.01),
49  regionPhiMargin = cms.double(0.5),
50  cType = cms.string('chargedcandidate'),
51  Source = cms.InputTag("hltL3MuonCandidates"),
52  Ptmin = cms.double(0.0),
53  regionEtaMargin = cms.double(0.5)
54  )),
55  type = cms.string('candidate')
56 )
57 
58