CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
ModulesProxy._ModuleProxy Class Reference
Inheritance diagram for ModulesProxy._ModuleProxy:

Public Member Functions

def __call__ (self, kwargs)
 
def __init__ (self, package, name)
 

Private Attributes

 _caller
 
 _name
 
 _package
 

Detailed Description

Definition at line 5 of file ModulesProxy.py.

Constructor & Destructor Documentation

◆ __init__()

def ModulesProxy._ModuleProxy.__init__ (   self,
  package,
  name 
)

Definition at line 6 of file ModulesProxy.py.

6  def __init__(self, package, name):
7  self._package = package
8  self._name = name
9  self._caller = None
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)

Member Function Documentation

◆ __call__()

def ModulesProxy._ModuleProxy.__call__ (   self,
  kwargs 
)

Member Data Documentation

◆ _caller

ModulesProxy._ModuleProxy._caller
private

Definition at line 9 of file ModulesProxy.py.

Referenced by ModulesProxy._ModuleProxy.__call__().

◆ _name

ModulesProxy._ModuleProxy._name
private

Definition at line 8 of file ModulesProxy.py.

Referenced by ModulesProxy._ModuleProxy.__call__(), SequenceTypes.SequencePlaceholder.__str__(), plotting.Subtract.__str__(), plotting.Transform.__str__(), plotting.FakeDuplicate.__str__(), plotting.CutEfficiency.__str__(), plotting.AggregateBins.__str__(), plotting.AggregateHistos.__str__(), plotting.ROC.__str__(), trackingPlots.TimePerEventPlot.__str__(), trackingPlots.TimePerTrackPlot.__str__(), SequenceTypes.SequencePlaceholder._clonesequence(), trackingPlots.TimePerEventPlot._create(), plotting.PlotGroup._drawSeparate(), plotting.PlotGroup._save(), SequenceTypes.SequencePlaceholder.copy(), SequenceTypes._TaskBasePlaceholder.copy(), plotting.Subtract.create(), plotting.Transform.create(), plotting.FakeDuplicate.create(), plotting.CutEfficiency.create(), plotting.AggregateBins.create(), plotting.AggregateHistos.create(), trackingPlots.TimePerTrackPlot.create(), plotting.Plot.create(), plotting.PlotGroup.draw(), SequenceTypes.SequencePlaceholder.dumpPython(), SequenceTypes._TaskBasePlaceholder.dumpPython(), SequenceTypes.SequencePlaceholder.dumpSequenceConfig(), SequenceTypes.SequencePlaceholder.dumpSequencePython(), SequenceTypes._TaskBasePlaceholder.dumpSequencePython(), plotting.Plot.getName(), plotting.PlotGroup.getName(), plotting.PlotterFolder.getName(), plotting.PlotterItem.getName(), plotting.PlotterFolder.getSelectionNameIterator(), SequenceTypes.SequencePlaceholder.insertInto(), SequenceTypes._TaskBasePlaceholder.insertInto(), validation.SimpleSample.name(), trackingPlots.Iteration.name(), plotting.PlotterItem.readDirs(), plotting.PlotGroup.remove(), SequenceTypes.SequencePlaceholder.resolve(), SequenceTypes._TaskBasePlaceholder.resolve(), and plotting.Plot.setName().

◆ _package

ModulesProxy._ModuleProxy._package
private

Definition at line 7 of file ModulesProxy.py.

Referenced by ModulesProxy._ModuleProxy.__call__().