CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
NodeCut.MatchLessSeen Class Reference

Public Member Functions

def __init__
 
def match
 

Public Attributes

 count
 

Detailed Description

Definition at line 43 of file NodeCut.py.

Constructor & Destructor Documentation

def NodeCut.MatchLessSeen.__init__ (   self,
  count 
)

Definition at line 44 of file NodeCut.py.

44 
45  def __init__(self,count):
self.count = count

Member Function Documentation

def NodeCut.MatchLessSeen.match (   self,
  nline 
)

Definition at line 46 of file NodeCut.py.

References TmCcu.count, TmModule.count, TmApvPair.count, TmPsu.count, MatrixInjector.MatrixInjector.count, edm::ErrorSummaryEntry.count, NodeCut.MatchLessSeen.count, ValidationMisalignedTracker.count, ConverterTester.count, SiStripDetSummary::Values.count, web_results_display.WebResultsDisplay.count, SiPixelDataQuality.count, MD5.count, edm::service::ThreadSafeLogMessageLoggerScribe.count, SiPixelInformationExtractor.count, and edm::service::MessageLoggerScribe.count.

46 
47  def match(self,nline):
48  return self.count < nline.attr[4]

Member Data Documentation

NodeCut.MatchLessSeen.count

Definition at line 45 of file NodeCut.py.

Referenced by NodeCut.MatchLessSeen.match(), and NodeCut.MatchLessHit.match().