CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
cmsHarvester.Usage Class Reference

Helper class: Usage exception. More...

Inheritance diagram for cmsHarvester.Usage:
Exception

Public Member Functions

def __init__ (self, msg)
 
def __str__ (self)
 

Public Attributes

 msg
 

Detailed Description

Helper class: Usage exception.

Definition at line 131 of file cmsHarvester.py.

Constructor & Destructor Documentation

◆ __init__()

def cmsHarvester.Usage.__init__ (   self,
  msg 
)

Definition at line 132 of file cmsHarvester.py.

132  def __init__(self, msg):
133  self.msg = msg
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

◆ __str__()

def cmsHarvester.Usage.__str__ (   self)

Definition at line 134 of file cmsHarvester.py.

References MatrixReader.MatrixException.msg, AllInOneConfig::ConfigError.msg, and cmsHarvester.Usage.msg.

Referenced by edmStreamStallGrapher.Point.__repr__().

134  def __str__(self):
135  return repr(self.msg)
136 

Member Data Documentation

◆ msg

cmsHarvester.Usage.msg

Definition at line 133 of file cmsHarvester.py.

Referenced by cmsHarvester.Usage.__str__(), and cmsHarvester.Error.__str__().