CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
presentation.SubsectionFromList Class Reference
Inheritance diagram for presentation.SubsectionFromList:
presentation.SubsectionBase offlineValidation.SubsectionSubdetectors trackSplittingValidation.SubsectionTrackSplitting

Public Member Functions

def __init__ (self, identifier, title)
 
def pageidentifiers (self)
 
def pages (self, validations)
 
- Public Member Functions inherited from presentation.SubsectionBase
def __init__ (self, title)
 
def pages (self, validations)
 
def write (self, validations)
 

Public Attributes

 identifier
 
- Public Attributes inherited from presentation.SubsectionBase
 title
 

Detailed Description

Definition at line 115 of file presentation.py.

Constructor & Destructor Documentation

def presentation.SubsectionFromList.__init__ (   self,
  identifier,
  title 
)

Definition at line 116 of file presentation.py.

116  def __init__(self, identifier, title):
117  self.identifier = identifier
118  super(SubsectionFromList, self).__init__(title)
def __init__(self, identifier, title)

Member Function Documentation

def presentation.SubsectionFromList.pageidentifiers (   self)

Definition at line 124 of file presentation.py.

Referenced by presentation.SubsectionFromList.pages().

124  def pageidentifiers(self):
125  pass
126 
def presentation.SubsectionFromList.pages (   self,
  validations 
)

Member Data Documentation

presentation.SubsectionFromList.identifier

Definition at line 117 of file presentation.py.

Referenced by presentation.SubsectionFromList.pages().