CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
9 # AlCaReco for track based alignment using Cosmic muon events
15 # AlCaReco for track based alignment using Laser events
17 # AlCaReco for track based alignment using isoMu events
20 # AlCaReco for track based alignment using isoMu events for PA data-taking
22 # AlCaReco for track based alignment using J/Psi events
25 # AlCaReco for track based alignment using Upsilon events
28 # AlCaReco for track based alignment using MinBias events
31 
32 # AlCaReco for pixel calibration using muons
34 # AlCaReco for tracker calibration using MinBias events
38 
39 # AlCaReco for tracker based alignment using beam halo
41 ###############################################################
42 # ECAL Calibration
43 ###############################################################
44 # ECAL calibration with isol. electrons
48 
49 # The following paths are obsoleted since pi0 calibration
50 # has a HLT path (argiro,20080314 )
51 # ECAL calibration with pi0
52 # include "Calibration/EcalAlCaRecoProducers/data/ALCARECOEcalCalPi0_Output.cff"
53 # ECAL calibration with pi0 Basic Clusters
54 # include "Calibration/EcalAlCaRecoProducers/data/ALCARECOEcalCalPi0BC_Output.cff"
55 # ECAL calibration with pi0 hlt path
57 # ECAL calibration with eta hlt path
59 # ECAL ES alignment
61 ###############################################################
62 # HCAL Calibration
63 ###############################################################
64 # HCAL calibration with dijets
66 # HCAL calibration with gamma + jet
68 # HCAL calibration with isolated tracks
72 # HCAL calibration with iterative phi sym
74 # HCAL calibration with min.bias
78 # HCAL calibration with Zmuu (HO)
79 # include "Calibration/HcalAlCaRecoProducers/data/ALCARECOHcalCalZMuMu_Output.cff"
83 ###############################################################
84 # Muon Alignment (incl. stream for calibration)
85 ###############################################################
86 # Muon Alignment with cosmics
90 # Muon Alignment with isolated muons
92 # Muon Alignment using ZMuMu events
94 # Muon Alignment using CSC overlaps
96 # Muon Alignment using beam halo
99 ###############################################################
100 # RPC calibration
101 ###############################################################
103 ###############################################################
104 # DT calibration
105 ###############################################################
109 
110 ###############################################################
111 # stream for prompt-calibration @ Tier0
112 ###############################################################
117 
120 
121 # stream for the LumiPixels workflow
124 
125 ###############################################################
126 # hotline skim workflows
127 ###############################################################
129 
130 ALCARECOEventContent = cms.PSet(
131  outputCommands = cms.untracked.vstring('drop *',
132  'keep edmTriggerResults_*_*_*'),
133  splitLevel = cms.untracked.int32(0),
134  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
135 )
136 
137 
138 
139 ALCARECOEventContent.outputCommands.append('drop *_MEtoEDMConverter_*_*')
stream for prompt-calibration @ Tier0
hotline skim workflows
Tracker Alignment.