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 
15 
16 postValidation = cms.Sequence(
17  recoMuonPostProcessors
18  + postProcessorTrack
19  + MuIsoValPostProcessor
20  + calotowersPostProcessor
21  + hcalrechitsPostProcessor
22  + electronPostValidationSequence + photonPostProcessor
23  + pfJetClient + pfMETClient
24  + rpcRecHitPostValidation_step
25  + runTauEff + makeBetterPlots
26 )
27 
28 postValidation_preprod = cms.Sequence(
29  recoMuonPostProcessors
30  + postProcessorTrack
31  + MuIsoValPostProcessor
32 )
33 
34 
35 postValidation_fastsim = cms.Sequence(
36  recoMuonPostProcessorsFastSim
37  + postProcessorTrack
38  + MuIsoValPostProcessor
39  + photonPostProcessor
40 )
41 
42 
43 postValidation_gen = cms.Sequence(
44  EventGeneratorPostProcessor
45 )
46