CMS 3D CMS Logo

Public Member Functions | Public Attributes

RecoTauValidation_cfi::ApplyFunctionToSequence Class Reference

The plotting of HPS Efficiencies. More...

List of all members.

Public Member Functions

def __init__
def enter
def leave

Public Attributes

 functor

Detailed Description

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.


Constructor & Destructor Documentation

def RecoTauValidation_cfi::ApplyFunctionToSequence::__init__ (   self,
  function 
)

Definition at line 394 of file RecoTauValidation_cfi.py.

00395                               :
      self.functor = function

Member Function Documentation

def RecoTauValidation_cfi::ApplyFunctionToSequence::enter (   self,
  module 
)

Definition at line 396 of file RecoTauValidation_cfi.py.

00397                           :
      self.functor(module)
def RecoTauValidation_cfi::ApplyFunctionToSequence::leave (   self,
  module 
)

Definition at line 398 of file RecoTauValidation_cfi.py.

00399                           :
00400       pass


Member Data Documentation

Definition at line 394 of file RecoTauValidation_cfi.py.