ATLAS Offline Software
Loading...
Searching...
No Matches
python.JetDefinition.JetInputConstitSeq Class Reference
Inheritance diagram for python.JetDefinition.JetInputConstitSeq:
Collaboration diagram for python.JetDefinition.JetInputConstitSeq:

Public Member Functions

 __init__ (self, name, objtype, modifiers=[], inputname=None, outputname=None, prereqs=[], label=None, jetinputtype=None, filterfn=_condAlwaysPass, byVertex=False, lock=False)
 modifiers (self)
 inputname (self)
 label (self)
 __hash__ (self)
 __eq__ (self, rhs)
 __ne__ (self, rhs)
 __str__ (self)
 name (self)
 containername (self)
 prereqs (self)
 basetype (self)
 filterfn (self)
 jetinputtype (self)

Public Attributes

 modifiers = modifiers
 name = name
 containername = containername
 prereqs = prereqs
 basetype = objtype
 filterfn = filterfn
 jetinputtype = jetinputtype
 byVertex = byVertex

Protected Attributes

 _basetype
 _modifiers
 _locked = lock

Static Private Attributes

 __repr__ = __str__

Detailed Description

Configuration for JetConstituentModSequence. 
Describes the constituents which need to be build with a JetConstituentModSequence.
Uses a list of aliases to JetConstitModifier to describe the modif steps.

Definition at line 575 of file JetDefinition.py.

Constructor & Destructor Documentation

◆ __init__()

python.JetDefinition.JetInputConstitSeq.__init__ ( self,
name,
objtype,
modifiers = [],
inputname = None,
outputname = None,
prereqs = [],
label = None,
jetinputtype = None,
filterfn = _condAlwaysPass,
byVertex = False,
lock = False )

Definition at line 580 of file JetDefinition.py.

592 ):
593
594 JetInputConstit.__init__(self,name, objtype, outputname, prereqs=prereqs, jetinputtype=jetinputtype, filterfn=filterfn,label=label,lock=False, finalinit=False, byVertex=byVertex)
595 self.inputname = inputname or name
596 self.modifiers = modifiers
597
598
599 self._locked = lock
600

Member Function Documentation

◆ __eq__()

python.JetDefinition.JetInputConstitSeq.__eq__ ( self,
rhs )

Definition at line 614 of file JetDefinition.py.

614 def __eq__(self,rhs):
615 return self.__hash__() == rhs.__hash__()
616

◆ __hash__()

python.JetDefinition.JetInputConstitSeq.__hash__ ( self)

Definition at line 611 of file JetDefinition.py.

611 def __hash__(self):
612 return hash((self._basetype,str(self._modifiers)))
613

◆ __ne__()

python.JetDefinition.JetInputConstitSeq.__ne__ ( self,
rhs )

Definition at line 617 of file JetDefinition.py.

617 def __ne__(self,rhs):
618 return (not self.__eq__(rhs))
619
620

◆ __str__()

python.JetDefinition.JetInputConstitSeq.__str__ ( self)

Definition at line 622 of file JetDefinition.py.

622 def __str__(self):
623 return f"JetInputConstitSeq({self.name}, {self.inputname} , {self.containername})"

◆ basetype()

python.JetDefinition.JetInputConstit.basetype ( self)
inherited

Definition at line 545 of file JetDefinition.py.

545 def basetype(self): pass
546

◆ containername()

python.JetDefinition.JetInputConstit.containername ( self)
inherited

Definition at line 551 of file JetDefinition.py.

551 def containername(self): pass
552

◆ filterfn()

python.JetDefinition.JetInputConstit.filterfn ( self)
inherited

Definition at line 557 of file JetDefinition.py.

557 def filterfn(self):pass
558

◆ inputname()

python.JetDefinition.JetInputConstitSeq.inputname ( self)

Reimplemented from python.JetDefinition.JetInputConstit.

Definition at line 605 of file JetDefinition.py.

605 def inputname(self): pass

◆ jetinputtype()

python.JetDefinition.JetInputConstit.jetinputtype ( self)
inherited

Definition at line 560 of file JetDefinition.py.

560 def jetinputtype(self): pass
561

◆ label()

python.JetDefinition.JetInputConstitSeq.label ( self)

Reimplemented from python.JetDefinition.JetInputConstit.

Definition at line 607 of file JetDefinition.py.

607 def label(self): pass
608
609
610
std::string label(const std::string &format, int i)
Definition label.h:19

◆ modifiers()

python.JetDefinition.JetInputConstitSeq.modifiers ( self)

Definition at line 602 of file JetDefinition.py.

602 def modifiers(self): pass
603

◆ name()

python.JetDefinition.JetInputConstit.name ( self)
inherited

Definition at line 548 of file JetDefinition.py.

548 def name(self): pass
549

◆ prereqs()

python.JetDefinition.JetInputConstit.prereqs ( self)
inherited

Definition at line 554 of file JetDefinition.py.

554 def prereqs(self): pass
555

Member Data Documentation

◆ __repr__

python.JetDefinition.JetInputConstitSeq.__repr__ = __str__
staticprivate

Definition at line 625 of file JetDefinition.py.

◆ _basetype

python.JetDefinition.JetInputConstitSeq._basetype
protected

Definition at line 612 of file JetDefinition.py.

◆ _locked

python.JetDefinition.JetInputConstit._locked = lock
protectedinherited

Definition at line 533 of file JetDefinition.py.

◆ _modifiers

python.JetDefinition.JetInputConstitSeq._modifiers
protected

Definition at line 612 of file JetDefinition.py.

◆ basetype

python.JetDefinition.JetInputConstit.basetype = objtype
inherited

Definition at line 525 of file JetDefinition.py.

◆ byVertex

python.JetDefinition.JetInputConstit.byVertex = byVertex
inherited

Definition at line 532 of file JetDefinition.py.

◆ containername

python.JetDefinition.JetInputConstit.containername = containername
inherited

Definition at line 521 of file JetDefinition.py.

◆ filterfn

python.JetDefinition.JetInputConstit.filterfn = filterfn
inherited

Definition at line 526 of file JetDefinition.py.

◆ jetinputtype

python.JetDefinition.JetInputConstit.jetinputtype = jetinputtype
inherited

Definition at line 531 of file JetDefinition.py.

◆ modifiers

python.JetDefinition.JetInputConstitSeq.modifiers = modifiers

Definition at line 596 of file JetDefinition.py.

◆ name

python.JetDefinition.JetInputConstit.name = name
inherited

Definition at line 520 of file JetDefinition.py.

◆ prereqs

python.JetDefinition.JetInputConstit.prereqs = prereqs
inherited

Definition at line 522 of file JetDefinition.py.


The documentation for this class was generated from the following file: