ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, name, objtype, containername, prereqs=[], label=None, jetinputtype=None, filterfn=_condAlwaysPass, byVertex=False, lock=False) |
def | __hash__ (self) |
def | __eq__ (self, rhs) |
def | __ne__ (self, rhs) |
def | basetype (self) |
def | name (self) |
def | containername (self) |
def | prereqs (self) |
def | filterfn (self) |
def | jetinputtype (self) |
def | __str__ (self) |
Public Attributes | |
name | |
containername | |
prereqs | |
label | |
basetype | |
filterfn | |
jetinputtype | |
byVertex | |
Static Public Attributes | |
inputname = make_alias("containername") | |
Private Attributes | |
_locked | |
Static Private Attributes | |
def | __repr__ = __str__ |
Configuration for simplest constituents (or ghost constituents) to jets. This describes what can be the input to a PseudoJetAlgorithm. The containername attribute must correspond to an existing JetInputExternal so the system knows how to build this source container (if necessary).
Definition at line 494 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.__init__ | ( | self, | |
name, | |||
objtype, | |||
containername, | |||
prereqs = [] , |
|||
label = None , |
|||
jetinputtype = None , |
|||
filterfn = _condAlwaysPass , |
|||
byVertex = False , |
|||
lock = False |
|||
) |
Definition at line 501 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.__eq__ | ( | self, | |
rhs | |||
) |
Reimplemented in python.JetDefinition.JetInputConstitSeq.
Definition at line 533 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.__hash__ | ( | self | ) |
Reimplemented in python.JetDefinition.JetInputConstitSeq.
Definition at line 530 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.__ne__ | ( | self, | |
rhs | |||
) |
Reimplemented in python.JetDefinition.JetInputConstitSeq.
Definition at line 536 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.__str__ | ( | self | ) |
Reimplemented in python.JetDefinition.JetInputConstitSeq.
Definition at line 561 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.basetype | ( | self | ) |
Definition at line 540 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.containername | ( | self | ) |
Definition at line 546 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.filterfn | ( | self | ) |
Definition at line 552 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.jetinputtype | ( | self | ) |
Definition at line 555 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.name | ( | self | ) |
Definition at line 543 of file JetDefinition.py.
def python.JetDefinition.JetInputConstit.prereqs | ( | self | ) |
Definition at line 549 of file JetDefinition.py.
|
staticprivate |
Definition at line 564 of file JetDefinition.py.
|
private |
Definition at line 516 of file JetDefinition.py.
python.JetDefinition.JetInputConstit.basetype |
Definition at line 508 of file JetDefinition.py.
python.JetDefinition.JetInputConstit.byVertex |
Definition at line 515 of file JetDefinition.py.
python.JetDefinition.JetInputConstit.containername |
Definition at line 504 of file JetDefinition.py.
python.JetDefinition.JetInputConstit.filterfn |
Definition at line 509 of file JetDefinition.py.
|
static |
Definition at line 558 of file JetDefinition.py.
python.JetDefinition.JetInputConstit.jetinputtype |
Definition at line 514 of file JetDefinition.py.
python.JetDefinition.JetInputConstit.label |
Definition at line 506 of file JetDefinition.py.
python.JetDefinition.JetInputConstit.name |
Definition at line 503 of file JetDefinition.py.
python.JetDefinition.JetInputConstit.prereqs |
Definition at line 505 of file JetDefinition.py.