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.
2 
20 
21 
22 postValidation = cms.Sequence(
23  recoMuonPostProcessors
24  + postProcessorTrack
25  + postProcessorVertex
26  + MuIsoValPostProcessor
27  + calotowersPostProcessor
28  + hcalSimHitsPostProcessor
29  + hcaldigisPostProcessor
30  + hcalrechitsPostProcessor
31  + electronPostValidationSequence + photonPostProcessor
32  + pfJetClient + pfMETClient + pfJetResClient + pfElectronClient
33  + rpcRecHitPostValidation_step
34  + runTauEff + makeBetterPlots
35  + bTagCollectorSequenceMCbcl
36  + METPostProcessor
37 )
38 
39 postValidation_preprod = cms.Sequence(
40  recoMuonPostProcessors
41  + postProcessorTrack
42  + MuIsoValPostProcessor
43 )
44 
45 
46 postValidation_fastsim = cms.Sequence(
47  recoMuonPostProcessorsFastSim
48  + postProcessorTrack
49  + MuIsoValPostProcessor
50  + fastSimPhotonPostProcessor
51  + bTagCollectorSequenceMC
52  + runTauEff
53 )
54 
55 
56 postValidation_gen = cms.Sequence(
57  EventGeneratorPostProcessor
58 )