CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
MatrixReader.MatrixException Class Reference
Inheritance diagram for MatrixReader.MatrixException:
Exception

Public Member Functions

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

Public Attributes

 msg
 

Detailed Description

Definition at line 9 of file MatrixReader.py.

Constructor & Destructor Documentation

◆ __init__()

def MatrixReader.MatrixException.__init__ (   self,
  msg 
)

Definition at line 10 of file MatrixReader.py.

10  def __init__(self, msg):
11  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 MatrixReader.MatrixException.__str__ (   self)

Definition at line 12 of file MatrixReader.py.

References MatrixReader.MatrixException.msg.

Referenced by edmStreamStallGrapher.Point.__repr__().

12  def __str__(self):
13  return self.msg
14 
15 # ================================================================================
16 

Member Data Documentation

◆ msg

MatrixReader.MatrixException.msg