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 491 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 497 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.

498  def unpack(self):
499  return self.begin, self.delta, self.color
500 
501 #----------------------------------------------
502 # Consolidating contiguous blocks with the same color
# drastically reduces the size of the pdf file.

Member Data Documentation

edmStreamStallGrapher.StreamInfoElement.begin

Definition at line 493 of file edmStreamStallGrapher.py.

Referenced by edmStreamStallGrapher.StreamInfoElement.unpack().

edmStreamStallGrapher.StreamInfoElement.color

Definition at line 495 of file edmStreamStallGrapher.py.

Referenced by edmStreamStallGrapher.StreamInfoElement.unpack().

edmStreamStallGrapher.StreamInfoElement.delta

Definition at line 494 of file edmStreamStallGrapher.py.

Referenced by edmStreamStallGrapher.StreamInfoElement.unpack().