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
37 
38 # AlCaReco for tracker based alignment using beam halo
40 ###############################################################
41 # ECAL Calibration
42 ###############################################################
43 # ECAL calibration with isol. electrons
47 
48 # The following paths are obsoleted since pi0 calibration
49 # has a HLT path (argiro,20080314 )
50 # ECAL calibration with pi0
51 # include "Calibration/EcalAlCaRecoProducers/data/ALCARECOEcalCalPi0_Output.cff"
52 # ECAL calibration with pi0 Basic Clusters
53 # include "Calibration/EcalAlCaRecoProducers/data/ALCARECOEcalCalPi0BC_Output.cff"
54 # ECAL calibration with pi0 hlt path
56 # ECAL calibration with eta hlt path
58 # ECAL ES alignment
60 ###############################################################
61 # HCAL Calibration
62 ###############################################################
63 # HCAL calibration with dijets
65 # HCAL calibration with gamma + jet
67 # HCAL calibration with isolated tracks
71 # HCAL calibration with iterative phi sym
73 # HCAL calibration with min.bias
77 # HCAL calibration with Zmuu (HO)
78 # include "Calibration/HcalAlCaRecoProducers/data/ALCARECOHcalCalZMuMu_Output.cff"
82 ###############################################################
83 # Muon Alignment (incl. stream for calibration)
84 ###############################################################
85 # Muon Alignment with cosmics
89 # Muon Alignment with isolated muons
91 # Muon Alignment using ZMuMu events
93 # Muon Alignment using CSC overlaps
95 # Muon Alignment using beam halo
98 ###############################################################
99 # RPC calibration
100 ###############################################################
102 ###############################################################
103 # DT calibration
104 ###############################################################
108 
109 ###############################################################
110 # stream for prompt-calibration @ Tier0
111 ###############################################################
115 
118 
119 # stream for the LumiPixels workflow
122 
123 ###############################################################
124 # hotline skim workflows
125 ###############################################################
127 
128 ALCARECOEventContent = cms.PSet(
129  outputCommands = cms.untracked.vstring('drop *',
130  'keep edmTriggerResults_*_*_*'),
131  splitLevel = cms.untracked.int32(0),
132  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
133 )
134 
135 
136 
137 ALCARECOEventContent.outputCommands.append('drop *_MEtoEDMConverter_*_*')
stream for prompt-calibration @ Tier0
hotline skim workflows
Tracker Alignment.