CMS 3D CMS Logo

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
8 # AlCaReco for track based alignment using ZMuMu events for PbPb data-taking
10 # AlCaReco for track based alignment using ZMuMu events for PA data-taking
12 # AlCaReco for track based alignment using Cosmic muon events
18 # AlCaReco for track based alignment using Laser events
20 # AlCaReco for track based alignment using isoMu events
22 # AlCaReco for track based alignment using isoMu events for PbPb data-taking
24 # AlCaReco for track based alignment using isoMu events for PA data-taking
26 # AlCaReco for track based alignment using J/Psi events
28 # AlCaReco for track based alignment using J/Psi events for PbPb data-taking
30 # AlCaReco for track based alignment using Upsilon events
32 # AlCaReco for track based alignment using Upsilon events for PbPb data-taking
34 # AlCaReco for track based alignment using Upsilon events for PA data-taking
36 # AlCaReco for track based alignment using MinBias events
38 # AlCaReco for track based alignment using MinBias events for PbPb data-taking
40 
41 # AlCaReco for pixel calibration using muons
43 # AlCaReco for tracker calibration using MinBias events
47 
48 # AlCaReco for tracker based alignment using beam halo
50 ###############################################################
51 # ECAL Calibration
52 ###############################################################
53 # ECAL calibration with isol. electrons
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
66 # ECAL calibration with eta hlt path
68 # ECAL ES alignment
71 
72 ###############################################################
73 # HCAL Calibration
74 ###############################################################
75 # HCAL calibration with dijets
77 # HCAL calibration with gamma + jet
79 # HCAL calibration with isolated tracks
83 # HCAL calibration with iterative phi sym
85 # HCAL calibration with min.bias
89 # HCAL calibration with Zmuu (HO)
90 # include "Calibration/HcalAlCaRecoProducers/data/ALCARECOHcalCalZMuMu_Output.cff"
94 # HCAL calibration with isolated bunch
97 # HCAL calibration with muons (HB/HE)
99 ###############################################################
100 # Muon Alignment (incl. stream for calibration)
101 ###############################################################
102 # Muon Alignment with cosmics
106 # Muon Alignment with isolated muons
108 # Muon Alignment using ZMuMu events
110 # Muon Alignment using CSC overlaps
112 # Muon Alignment using beam halo
115 ###############################################################
116 # RPC calibration
117 ###############################################################
119 ###############################################################
120 # DT calibration
121 ###############################################################
125 
126 ###############################################################
127 # stream for prompt-calibration @ Tier0
128 ###############################################################
133 
136 
137 # stream for the LumiPixels workflow
140 
141 ###############################################################
142 # hotline skim workflows
143 ###############################################################
145 
146 ALCARECOEventContent = cms.PSet(
147  outputCommands = cms.untracked.vstring('drop *',
148  'keep edmTriggerResults_*_*_*'),
149  splitLevel = cms.untracked.int32(0),
150  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
151 )
152 
153 
154 
155 ALCARECOEventContent.outputCommands.append('drop *_MEtoEDMConverter_*_*')
stream for prompt-calibration @ Tier0
hotline skim workflows
Tracker Alignment.