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
8 # AlCaReco for track based alignment using Cosmic muon events
14 # AlCaReco for track based alignment using Laser events
16 # AlCaReco for track based alignment using isoMu events
18 # AlCaReco for track based alignment using isoMu events for PA data-taking
20 # AlCaReco for track based alignment using J/Psi events
22 # AlCaReco for track based alignment using Upsilon events
24 # AlCaReco for track based alignment using MinBias events
27 
28 # AlCaReco for pixel calibration using muons
30 # AlCaReco for tracker calibration using MinBias events
33 
34 # AlCaReco for tracker based alignment using beam halo
36 ###############################################################
37 # ECAL Calibration
38 ###############################################################
39 # ECAL calibration with isol. electrons
43 
44 # The following paths are obsoleted since pi0 calibration
45 # has a HLT path (argiro,20080314 )
46 # ECAL calibration with pi0
47 # include "Calibration/EcalAlCaRecoProducers/data/ALCARECOEcalCalPi0_Output.cff"
48 # ECAL calibration with pi0 Basic Clusters
49 # include "Calibration/EcalAlCaRecoProducers/data/ALCARECOEcalCalPi0BC_Output.cff"
50 # ECAL calibration with pi0 hlt path
52 # ECAL calibration with eta hlt path
54 ###############################################################
55 # HCAL Calibration
56 ###############################################################
57 # HCAL calibration with dijets
59 # HCAL calibration with gamma + jet
61 # HCAL calibration with isolated tracks
64 # HCAL calibration with iterative phi sym
66 # HCAL calibration with min.bias
70 # HCAL calibration with Zmuu (HO)
71 # include "Calibration/HcalAlCaRecoProducers/data/ALCARECOHcalCalZMuMu_Output.cff"
75 ###############################################################
76 # Muon Alignment (incl. stream for calibration)
77 ###############################################################
78 # Muon Alignment with cosmics
82 # Muon Alignment with isolated muons
84 # Muon Alignment using ZMuMu events
86 # Muon Alignment using CSC overlaps
88 # Muon Alignment using beam halo
91 ###############################################################
92 # RPC calibration
93 ###############################################################
95 ###############################################################
96 # DT calibration
97 ###############################################################
101 
102 ###############################################################
103 # stream for prompt-calibration @ Tier0
104 ###############################################################
108 
111 
112 # stream for the LumiPixels workflow
115 
116 ###############################################################
117 # hotline skim workflows
118 ###############################################################
120 
121 ALCARECOEventContent = cms.PSet(
122  outputCommands = cms.untracked.vstring('drop *',
123  'keep edmTriggerResults_*_*_*'),
124  splitLevel = cms.untracked.int32(0),
125  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
126 )
127 
128 
129 
130 ALCARECOEventContent.outputCommands.append('drop *_MEtoEDMConverter_*_*')
stream for prompt-calibration @ Tier0
hotline skim workflows
Tracker Alignment.