CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
RecoTauValidation_cfi.ApplyFunctionToSequence Class Reference

The plotting of HPS Efficiencies. More...

Public Member Functions

def __init__ (self, function)
 
def enter (self, module)
 
def leave (self, module)
 

Public Attributes

 functor
 

Detailed Description

The plotting of HPS Efficiencies.

plotHPSEfficiencies = DQMEDAnalyzer("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 = DQMEDAnalyzer("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 447 of file RecoTauValidation_cfi.py.

Constructor & Destructor Documentation

def RecoTauValidation_cfi.ApplyFunctionToSequence.__init__ (   self,
  function 
)

Member Function Documentation

def RecoTauValidation_cfi.ApplyFunctionToSequence.enter (   self,
  module 
)
def RecoTauValidation_cfi.ApplyFunctionToSequence.leave (   self,
  module 
)

Definition at line 454 of file RecoTauValidation_cfi.py.

454  def leave(self, module):
455  pass
456 

Member Data Documentation

RecoTauValidation_cfi.ApplyFunctionToSequence.functor