The plotting of HPS Efficiencies. More...
Public Member Functions | |
def | __init__ |
def | enter |
def | leave |
Public Attributes | |
functor |
The plotting of HPS Efficiencies.
plotHPSEfficiencies = cms.EDAnalyzer("TauDQMHistPlotter", standardDrawingStuff, standardCompareTestAndReference, drawJobs = Utils.SpawnDrawJobs(RunHPSValidation, plotPset), outputFilePath = cms.string('./hpsPFTauProducer/'), PrintToFile = cms.bool(True) ) clone for DQM plotHPSEfficiencies2 = plotHPSEfficiencies.clone()
The plotting of all the Shrinking cone leading pion efficiencies
plotPFTauHighEfficiencyEfficienciesLeadingPion = cms.EDAnalyzer("TauDQMHistPlotter", standardDrawingStuff, standardCompareTestAndReference, drawJobs = Utils.SpawnDrawJobs(PFTausHighEfficiencyLeadingPionBothProngs, plotPset), outputFilePath = cms.string('./shrinkingConePFTauProducerLeadingPion/'), PrintToFile = cms.bool(True) ) clone for DQM plotPFTauHighEfficiencyEfficienciesLeadingPion2 = plotPFTauHighEfficiencyEfficienciesLeadingPion.clone() plotTauValidation = cms.Sequence( plotPFTauHighEfficiencyEfficienciesLeadingPion +plotHPSEfficiencies ) plotTauValidation2 = cms.Sequence( plotPFTauHighEfficiencyEfficienciesLeadingPion2 +plotHPSEfficiencies2 ) loadAndPlotTauValidation = cms.Sequence( loadTau +plotTauValidation )
Helper class that applies a given function to all modules in a sequence
Definition at line 391 of file RecoTauValidation_cfi.py.
def RecoTauValidation_cfi::ApplyFunctionToSequence::__init__ | ( | self, | |
function | |||
) |
Definition at line 394 of file RecoTauValidation_cfi.py.
def RecoTauValidation_cfi::ApplyFunctionToSequence::enter | ( | self, | |
module | |||
) |
Definition at line 396 of file RecoTauValidation_cfi.py.
def RecoTauValidation_cfi::ApplyFunctionToSequence::leave | ( | self, | |
module | |||
) |
Definition at line 398 of file RecoTauValidation_cfi.py.
Definition at line 394 of file RecoTauValidation_cfi.py.