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