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