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.MatchLessHit Class Reference

Public Member Functions

def __init__
 
def match
 

Public Attributes

 count
 

Detailed Description

Definition at line 49 of file NodeCut.py.

Constructor & Destructor Documentation

def NodeCut.MatchLessHit.__init__ (   self,
  count 
)

Definition at line 50 of file NodeCut.py.

50 
51  def __init__(self,count):
self.count = count

Member Function Documentation

def NodeCut.MatchLessHit.match (   self,
  nline 
)

Definition at line 52 of file NodeCut.py.

References TmCcu.count, TmModule.count, TmApvPair.count, TmPsu.count, MatrixInjector.MatrixInjector.count, edm::ErrorSummaryEntry.count, NodeCut.MatchLessSeen.count, NodeCut.MatchLessHit.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.

52 
53  def match(self,nline):
54  return self.count < nline.attr[3]

Member Data Documentation

NodeCut.MatchLessHit.count

Definition at line 51 of file NodeCut.py.

Referenced by NodeCut.MatchLessHit.match().