CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
edmStreamStallGrapher.StreamInfoElement Class Reference

Public Member Functions

def __init__
 
def unpack
 

Public Attributes

 begin
 
 color
 
 delta
 

Detailed Description

Definition at line 513 of file edmStreamStallGrapher.py.

Constructor & Destructor Documentation

def edmStreamStallGrapher.StreamInfoElement.__init__ (   self,
  begin_,
  delta_,
  color_ 
)

Member Function Documentation

def edmStreamStallGrapher.StreamInfoElement.unpack (   self)

Definition at line 519 of file edmStreamStallGrapher.py.

References poly< T >::const_iterator.begin, edm::IDVectorMap< ID, C, P >::range.begin, edmStreamStallGrapher.StreamInfoElement.begin, alignment.Alignment.color, EcalMatacqAnalyzer.color, EcalABAnalyzer.color, EcalPerEvtLaserAnalyzer.color, ME.color, EcalLaserAnalyzer.color, EcalLaserAnalyzer2.color, edmStreamStallGrapher.StreamInfoElement.color, TreeStruct.delta, DTSurvey.delta, and edmStreamStallGrapher.StreamInfoElement.delta.

520  def unpack(self):
521  return self.begin, self.delta, self.color
522 
523 #----------------------------------------------
524 # Consolidating contiguous blocks with the same color
# drastically reduces the size of the pdf file.

Member Data Documentation

edmStreamStallGrapher.StreamInfoElement.begin

Definition at line 515 of file edmStreamStallGrapher.py.

Referenced by edmStreamStallGrapher.StreamInfoElement.unpack().

edmStreamStallGrapher.StreamInfoElement.color

Definition at line 517 of file edmStreamStallGrapher.py.

Referenced by edmStreamStallGrapher.StreamInfoElement.unpack().

edmStreamStallGrapher.StreamInfoElement.delta

Definition at line 516 of file edmStreamStallGrapher.py.

Referenced by edmStreamStallGrapher.StreamInfoElement.unpack().