Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoMET
Configuration
python
RecoMET_BeamHaloId_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Name : RecoMET_BeamHaloId_cff.py
4
# Original Author : R. Remington, UF
5
# Date : 11.11.2009
6
# Notes : Information to Id/reconstruct any halo that may be in the event
7
8
9
from
RecoMET.METProducers.CSCHaloData_cfi
import
*
10
from
RecoMET.METProducers.EcalHaloData_cfi
import
*
11
from
RecoMET.METProducers.HcalHaloData_cfi
import
*
12
from
RecoMET.METProducers.GlobalHaloData_cfi
import
*
13
from
RecoMET.METProducers.BeamHaloSummary_cfi
import
*
14
#from L1Trigger.Configuration.L1RawToDigi_cff import *
15
16
BeamHaloIdTask = cms.Task(CSCHaloData,EcalHaloData,HcalHaloData,GlobalHaloData,BeamHaloSummary)
17
BeamHaloId = cms.Sequence(BeamHaloIdTask)
18
19
from
Configuration.Eras.Modifier_fastSim_cff
import
fastSim
20
# CSCHaloData depends on cosmic muons, not available in fastsim
21
# GlobalHaloData and BeamHaloSummary depend on CSCHaloData
22
fastSim.toReplaceWith(BeamHaloIdTask, BeamHaloIdTask.copyAndExclude([CSCHaloData,GlobalHaloData,BeamHaloSummary]))
23
24
# Needs FEVT content
25
#BeamHaloIdWithGtRecord = cms.Sequence(gtDigis*l1GtRecord*CSCHaloData*EcalHaloData*HcalHaloData*GlobalHaloData*BeamHaloSummary)
CSCHaloData_cfi
BeamHaloSummary_cfi
GlobalHaloData_cfi
HcalHaloData_cfi
EcalHaloData_cfi
Generated for CMSSW Reference Manual by
1.8.16