CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
postValidation_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
21 
22 
23 postValidation = cms.Sequence(
24  recoMuonPostProcessors
25  + postProcessorTrackSequence
26  + postProcessorVertex
27  + postProcessorV0
28  + MuIsoValPostProcessor
29  + calotowersPostProcessor
30  + hcalSimHitsPostProcessor
31  + hcaldigisPostProcessor
32  + hcalrechitsPostProcessor
33  + electronPostValidationSequence + photonPostProcessor
34  + pfJetClient + pfMETClient + pfJetResClient + pfElectronClient
35  + rpcRecHitPostValidation_step
36  + runTauEff + makeBetterPlots
37  + bTagCollectorSequenceMCbcl
38  + METPostProcessor
39 )
40 
41 postValidation_preprod = cms.Sequence(
42  recoMuonPostProcessors
43  + postProcessorTrackSequence
44  + MuIsoValPostProcessor
45 )
46 
47 
48 postValidation_fastsim = cms.Sequence(
49  recoMuonPostProcessorsFastSim
50  + postProcessorTrackSequence
51  + MuIsoValPostProcessor
52  + fastSimPhotonPostProcessor
53  + bTagCollectorSequenceMC
54  + runTauEff
55 )
56 
57 
58 postValidation_gen = cms.Sequence(
59  EventGeneratorPostProcessor
60 )
61 
62 postValidationCosmics = cms.Sequence(
63  postProcessorMuonMultiTrack
64 )