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

◆ __init__()

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, 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

◆ pageidentifiers()

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 

◆ pages()

def presentation.SubsectionFromList.pages (   self,
  validations 
)

Definition at line 119 of file presentation.py.

References presentation.SubsectionOnePage.identifier, presentation.SubsectionFromList.identifier, trackSplittingValidation.SubsectionTrackSplitting.pageidentifiers, presentation.SubsectionFromList.pageidentifiers(), offlineValidation.SubsectionSubdetectors.pageidentifiers, classes.PlotData.title, preexistingValidation.PreexistingValidation.title, alignment.Alignment.title, presentation.SubsectionBase.title, Geometry.title, and presentation.writePageReg().

119  def pages(self, validations):
120  return [writePageReg('(?=.*%s)%s'%(pageidentifier, self.identifier),
121  self.title+': ' +pagetitle, validations)
122  for pageidentifier, pagetitle in self.pageidentifiers]
def writePageReg(identifier, title, validations, layout=0)

Member Data Documentation

◆ identifier

presentation.SubsectionFromList.identifier

Definition at line 117 of file presentation.py.

Referenced by presentation.SubsectionFromList.pages().