Main Page
Namespaces
Classes
Package Documentation
Configuration
EventContent
python
AlCaRecoOutput_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
# last update: $Date: 2012/03/30 17:07:33 $ by $Author: cerminar $
3
###############################################################
4
# Tracker Alignment
5
###############################################################
6
# AlCaReco for track based alignment using ZMuMu events
7
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlZMuMu_Output_cff
import
*
8
# AlCaReco for track based alignment using ZMuMu events for PbPb data-taking
9
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlZMuMuHI_Output_cff
import
*
10
# AlCaReco for track based alignment using ZMuMu events for PA data-taking
11
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlZMuMuPA_Output_cff
import
*
12
# AlCaReco for track based alignment using Cosmic muon events
13
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmicsInCollisions_Output_cff
import
*
14
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics_Output_cff
import
*
15
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmicsHLT_Output_cff
import
*
16
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_Output_cff
import
*
17
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0THLT_Output_cff
import
*
18
# AlCaReco for track based alignment using Laser events
19
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlLAS_Output_cff
import
*
20
# AlCaReco for track based alignment using isoMu events
21
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlMuonIsolated_Output_cff
import
*
22
# AlCaReco for track based alignment using isoMu events for PbPb data-taking
23
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlMuonIsolatedHI_Output_cff
import
*
24
# AlCaReco for track based alignment using isoMu events for PA data-taking
25
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlMuonIsolatedPA_Output_cff
import
*
26
# AlCaReco for track based alignment using J/Psi events
27
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlJpsiMuMu_Output_cff
import
*
28
# AlCaReco for track based alignment using J/Psi events for PbPb data-taking
29
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlJpsiMuMuHI_Output_cff
import
*
30
# AlCaReco for track based alignment using Upsilon events
31
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlUpsilonMuMu_Output_cff
import
*
32
# AlCaReco for track based alignment using Upsilon events for PbPb data-taking
33
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlUpsilonMuMuHI_Output_cff
import
*
34
# AlCaReco for track based alignment using Upsilon events for PA data-taking
35
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlUpsilonMuMuPA_Output_cff
import
*
36
# AlCaReco for track based alignment using MinBias events
37
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlMinBias_Output_cff
import
*
38
# AlCaReco for track based alignment using MinBias events for PbPb data-taking
39
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlMinBiasHI_Output_cff
import
*
40
41
# AlCaReco for pixel calibration using muons
42
from
Calibration.TkAlCaRecoProducers.ALCARECOSiPixelLorentzAngle_Output_cff
import
*
43
# AlCaReco for tracker calibration using MinBias events
44
from
Calibration.TkAlCaRecoProducers.ALCARECOSiStripCalMinBias_Output_cff
import
*
45
from
Calibration.TkAlCaRecoProducers.ALCARECOSiStripCalMinBiasAAG_Output_cff
import
*
46
from
Calibration.TkAlCaRecoProducers.ALCARECOSiStripCalZeroBias_Output_cff
import
*
47
48
# AlCaReco for tracker based alignment using beam halo
49
from
Alignment.CommonAlignmentProducer.ALCARECOTkAlBeamHalo_Output_cff
import
*
50
###############################################################
51
# ECAL Calibration
52
###############################################################
53
# ECAL calibration with isol. electrons
54
from
Calibration.EcalAlCaRecoProducers.ALCARECOEcalCalIsolElectron_Output_cff
import
*
55
from
Calibration.EcalAlCaRecoProducers.ALCARECOEcalUncalIsolElectron_Output_cff
import
*
56
from
Calibration.EcalAlCaRecoProducers.ALCARECOEcalRecalIsolElectron_Output_cff
import
*
57
58
# The following paths are obsoleted since pi0 calibration
59
# has a HLT path (argiro,20080314 )
60
# ECAL calibration with pi0
61
# include "Calibration/EcalAlCaRecoProducers/data/ALCARECOEcalCalPi0_Output.cff"
62
# ECAL calibration with pi0 Basic Clusters
63
# include "Calibration/EcalAlCaRecoProducers/data/ALCARECOEcalCalPi0BC_Output.cff"
64
# ECAL calibration with pi0 hlt path
65
from
Calibration.EcalAlCaRecoProducers.ALCARECOEcalCalPi0Calib_Output_cff
import
*
66
# ECAL calibration with eta hlt path
67
from
Calibration.EcalAlCaRecoProducers.ALCARECOEcalCalEtaCalib_Output_cff
import
*
68
# ECAL ES alignment
69
from
Calibration.EcalAlCaRecoProducers.ALCARECOEcalESAlign_Output_cff
import
*
70
from
Calibration.EcalAlCaRecoProducers.ALCARECOEcalTrg_Output_cff
import
*
71
from
Calibration.EcalAlCaRecoProducers.ALCARECOEcalTestPulsesRaw_Output_cff
import
*
72
73
###############################################################
74
# HCAL Calibration
75
###############################################################
76
# HCAL calibration with dijets
77
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalDijets_Output_cff
import
*
78
# HCAL calibration with gamma + jet
79
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalGammaJet_Output_cff
import
*
80
# HCAL calibration with isolated tracks
81
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalIsoTrk_Output_cff
import
*
82
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalIsoTrkFilter_Output_cff
import
*
83
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalIsoTrkNoHLT_Output_cff
import
*
84
# HCAL calibration with iterative phi sym
85
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalIterativePhiSym_Output_cff
import
*
86
# HCAL calibration with min.bias
87
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalMinBias_Output_cff
import
*
88
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalMinBiasHI_Output_cff
import
*
89
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalPedestal_Output_cff
import
*
90
# HCAL calibration with Zmuu (HO)
91
# include "Calibration/HcalAlCaRecoProducers/data/ALCARECOHcalCalZMuMu_Output.cff"
92
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalHO_Output_cff
import
*
93
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalHOCosmics_Output_cff
import
*
94
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalNoise_Output_cff
import
*
95
# HCAL calibration with isolated bunch
96
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalIsolatedBunchFilter_Output_cff
import
*
97
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalIsolatedBunchSelector_Output_cff
import
*
98
# HCAL calibration with muons (HB/HE)
99
from
Calibration.HcalAlCaRecoProducers.ALCARECOHcalCalHBHEMuonFilter_Output_cff
import
*
100
###############################################################
101
# Muon Alignment (incl. stream for calibration)
102
###############################################################
103
# Muon Alignment with cosmics
104
from
Alignment.CommonAlignmentProducer.ALCARECOMuAlStandAloneCosmics_Output_cff
import
*
105
from
Alignment.CommonAlignmentProducer.ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff
import
*
106
from
Alignment.CommonAlignmentProducer.ALCARECOMuAlGlobalCosmics_Output_cff
import
*
107
# Muon Alignment with isolated muons
108
from
Alignment.CommonAlignmentProducer.ALCARECOMuAlCalIsolatedMu_Output_cff
import
*
109
# Muon Alignment using ZMuMu events
110
from
Alignment.CommonAlignmentProducer.ALCARECOMuAlZMuMu_Output_cff
import
*
111
# Muon Alignment using CSC overlaps
112
from
Alignment.CommonAlignmentProducer.ALCARECOMuAlOverlaps_Output_cff
import
*
113
# Muon Alignment using beam halo
114
from
Alignment.CommonAlignmentProducer.ALCARECOMuAlBeamHaloOverlaps_Output_cff
import
*
115
from
Alignment.CommonAlignmentProducer.ALCARECOMuAlBeamHalo_Output_cff
import
*
116
###############################################################
117
# RPC calibration
118
###############################################################
119
from
CalibMuon.RPCCalibration.ALCARECORpcCalHLT_Output_cff
import
*
120
###############################################################
121
# DT calibration
122
###############################################################
123
from
CalibMuon.DTCalibration.ALCARECODtCalib_Output_cff
import
*
124
from
CalibMuon.DTCalibration.ALCARECODtCalibHI_Output_cff
import
*
125
from
CalibMuon.DTCalibration.ALCARECODtCalibCosmics_Output_cff
import
*
126
127
###############################################################
128
# stream for prompt-calibration @ Tier0
129
###############################################################
130
from
Calibration.TkAlCaRecoProducers.ALCARECOPromptCalibProd_Output_cff
import
*
131
from
Calibration.TkAlCaRecoProducers.ALCARECOPromptCalibProdSiStrip_Output_cff
import
*
132
from
Calibration.TkAlCaRecoProducers.ALCARECOPromptCalibProdSiStripGains_Output_cff
import
*
133
from
Calibration.TkAlCaRecoProducers.ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff
import
*
134
135
from
Calibration.TkAlCaRecoProducers.ALCARECOSiStripPCLHistos_Output_cff
import
*
136
from
Alignment.CommonAlignmentProducer.ALCARECOPromptCalibProdSiPixelAli_Output_cff
import
*
137
138
from
Calibration.EcalCalibAlgos.ALCARECOPromptCalibProdEcalPedestals_Output_cff
import
*
139
140
# Pixel Cluster Counting ALCARECOs
141
# in AlCaLumiPixels stream
142
from
Calibration.LumiAlCaRecoProducers.ALCARECOLumiPixels_Output_cff
import
*
143
from
Calibration.LumiAlCaRecoProducers.ALCARECOAlCaPCCZeroBias_Output_cff
import
*
144
from
Calibration.LumiAlCaRecoProducers.ALCARECOAlCaPCCRandom_Output_cff
import
*
145
146
# on top of prompt RECO
147
from
Calibration.LumiAlCaRecoProducers.ALCARECOLumiPixelsMinBias_Output_cff
import
*
148
from
Calibration.LumiAlCaRecoProducers.ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff
import
*
149
from
Calibration.LumiAlCaRecoProducers.ALCARECOAlCaPCCRandomFromRECO_Output_cff
import
*
150
151
###############################################################
152
# hotline skim workflows
153
###############################################################
154
from
Calibration.Hotline.hotlineSkims_Output_cff
import
*
155
156
ALCARECOEventContent = cms.PSet(
157
outputCommands = cms.untracked.vstring(
'drop *'
,
158
'keep edmTriggerResults_*_*_*'
),
159
splitLevel = cms.untracked.int32(0),
160
eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
161
)
162
163
164
165
ALCARECOEventContent.outputCommands.append(
'drop *_MEtoEDMConverter_*_*'
)
ALCARECOMuAlBeamHalo_Output_cff
ALCARECOSiStripCalZeroBias_Output_cff
ALCARECODtCalib_Output_cff
DT calibration.
ALCARECOTkAlZMuMuHI_Output_cff
ALCARECOPromptCalibProd_Output_cff
stream for prompt-calibration @ Tier0
ALCARECOTkAlUpsilonMuMuPA_Output_cff
ALCARECOHcalCalIsoTrk_Output_cff
ALCARECOTkAlMinBias_Output_cff
ALCARECOSiStripPCLHistos_Output_cff
ALCARECOTkAlMuonIsolated_Output_cff
ALCARECOAlCaPCCZeroBias_Output_cff
ALCARECOMuAlStandAloneCosmics_Output_cff
Muon Alignment (incl.
ALCARECOHcalCalIsolatedBunchSelector_Output_cff
ALCARECOEcalTestPulsesRaw_Output_cff
ALCARECOHcalCalHOCosmics_Output_cff
ALCARECOTkAlCosmicsInCollisions_Output_cff
ALCARECOEcalESAlign_Output_cff
ALCARECOHcalCalIsoTrkNoHLT_Output_cff
ALCARECOAlCaPCCRandomFromRECO_Output_cff
ALCARECOMuAlGlobalCosmics_Output_cff
ALCARECOEcalCalPi0Calib_Output_cff
ALCARECOPromptCalibProdSiPixelAli_Output_cff
ALCARECOMuAlOverlaps_Output_cff
ALCARECOTkAlJpsiMuMuHI_Output_cff
ALCARECOMuAlZMuMu_Output_cff
hotlineSkims_Output_cff
hotline skim workflows
ALCARECOMuAlCalIsolatedMu_Output_cff
ALCARECOMuAlBeamHaloOverlaps_Output_cff
ALCARECOEcalCalEtaCalib_Output_cff
ALCARECOHcalCalMinBias_Output_cff
ALCARECOTkAlCosmics0THLT_Output_cff
ALCARECORpcCalHLT_Output_cff
RPC calibration.
ALCARECOTkAlUpsilonMuMu_Output_cff
ALCARECOTkAlBeamHalo_Output_cff
ALCARECODtCalibCosmics_Output_cff
ALCARECOSiPixelLorentzAngle_Output_cff
ALCARECOTkAlMuonIsolatedPA_Output_cff
ALCARECOSiStripCalMinBiasAAG_Output_cff
ALCARECOHcalCalIsoTrkFilter_Output_cff
ALCARECOTkAlMinBiasHI_Output_cff
ALCARECOHcalCalIsolatedBunchFilter_Output_cff
ALCARECOHcalCalHBHEMuonFilter_Output_cff
ALCARECOTkAlZMuMuPA_Output_cff
ALCARECOHcalCalMinBiasHI_Output_cff
ALCARECOEcalUncalIsolElectron_Output_cff
ALCARECODtCalibHI_Output_cff
ALCARECOPromptCalibProdSiStrip_Output_cff
ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff
ALCARECOHcalCalHO_Output_cff
ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff
ALCARECOTkAlJpsiMuMu_Output_cff
ALCARECOTkAlLAS_Output_cff
ALCARECOLumiPixels_Output_cff
ALCARECOPromptCalibProdEcalPedestals_Output_cff
ALCARECOLumiPixelsMinBias_Output_cff
ALCARECOHcalCalNoise_Output_cff
ALCARECOPromptCalibProdSiStripGains_Output_cff
ALCARECOTkAlCosmics_Output_cff
ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff
ALCARECOTkAlUpsilonMuMuHI_Output_cff
ALCARECOTkAlZMuMu_Output_cff
Tracker Alignment.
ALCARECOEcalTrg_Output_cff
ALCARECOTkAlMuonIsolatedHI_Output_cff
ALCARECOHcalCalGammaJet_Output_cff
ALCARECOEcalCalIsolElectron_Output_cff
ALCARECOAlCaPCCRandom_Output_cff
ALCARECOSiStripCalMinBias_Output_cff
ALCARECOTkAlCosmics0T_Output_cff
ALCARECOTkAlCosmicsHLT_Output_cff
ALCARECOHcalCalPedestal_Output_cff
ALCARECOHcalCalDijets_Output_cff
HCAL Calibration.
ALCARECOEcalRecalIsolElectron_Output_cff
ALCARECOHcalCalIterativePhiSym_Output_cff
Generated for CMSSW Reference Manual by
1.8.11