CMS 3D CMS Logo

List of all members | Public Member Functions
models.ContinuousRange Class Reference
Inheritance diagram for models.ContinuousRange:
models.Radius models.Range

Public Member Functions

def __init__ (self)
 
def get_end (self)
 
def get_start (self)
 

Detailed Description

Base class for Radius and Range - used for checking by apply_filter function

Definition at line 86 of file models.py.

Constructor & Destructor Documentation

◆ __init__()

def models.ContinuousRange.__init__ (   self)

Definition at line 91 of file models.py.

91  def __init__(self):
92  pass
93 
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

◆ get_end()

def models.ContinuousRange.get_end (   self)

Definition at line 97 of file models.py.

References models.Radius._end, and models.Range._end.

97  def get_end(self):
98  return self._end
99 

◆ get_start()

def models.ContinuousRange.get_start (   self)

Definition at line 94 of file models.py.

94  def get_start(self):
95  return self._start
96