CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
presentation.SubsectionOnePage Class Reference
Inheritance diagram for presentation.SubsectionOnePage:
presentation.SubsectionBase

Public Member Functions

def __init__ (self, identifier, title)
 
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 108 of file presentation.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 109 of file presentation.py.

109  def __init__(self, identifier, title):
110  self.identifier = identifier
111  super(SubsectionOnePage, 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

◆ pages()

def presentation.SubsectionOnePage.pages (   self,
  validations 
)

Definition at line 112 of file presentation.py.

References presentation.SubsectionOnePage.identifier, classes.PlotData.title, preexistingValidation.PreexistingValidation.title, alignment.Alignment.title, presentation.SubsectionBase.title, Geometry.title, and presentation.writePageReg().

112  def pages(self, validations):
113  return [writePageReg(self.identifier, self.title, validations)]
114 
def writePageReg(identifier, title, validations, layout=0)

Member Data Documentation

◆ identifier

presentation.SubsectionOnePage.identifier