![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name, objtype, containername, prereqs=[], label=None, jetinputtype=None, filterfn=_condAlwaysPass, byVertex=False, lock=False) | |
| __hash__ (self) | |
| __eq__ (self, rhs) | |
| __ne__ (self, rhs) | |
| basetype (self) | |
| name (self) | |
| containername (self) | |
| prereqs (self) | |
| filterfn (self) | |
| jetinputtype (self) | |
| __str__ (self) | |
Public Attributes | |
| name = name | |
| containername = containername | |
| prereqs = prereqs | |
| label = label or name | |
| basetype = objtype | |
| filterfn = filterfn | |
| jetinputtype = jetinputtype | |
| byVertex = byVertex | |
Static Public Attributes | |
| inputname = make_alias("containername") | |
Protected Attributes | |
| _locked = lock | |
Static Private Attributes | |
| __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 499 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.__init__ | ( | self, | |
| name, | |||
| objtype, | |||
| containername, | |||
| prereqs = [], | |||
| label = None, | |||
| jetinputtype = None, | |||
| filterfn = _condAlwaysPass, | |||
| byVertex = False, | |||
| lock = False ) |
Definition at line 506 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.__eq__ | ( | self, | |
| rhs ) |
Definition at line 538 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.__hash__ | ( | self | ) |
Definition at line 535 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.__ne__ | ( | self, | |
| rhs ) |
Definition at line 541 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.__str__ | ( | self | ) |
Definition at line 566 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.basetype | ( | self | ) |
Definition at line 545 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.containername | ( | self | ) |
Definition at line 551 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.filterfn | ( | self | ) |
Definition at line 557 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.jetinputtype | ( | self | ) |
Definition at line 560 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.name | ( | self | ) |
Definition at line 548 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.prereqs | ( | self | ) |
Definition at line 554 of file JetDefinition.py.
|
staticprivate |
Definition at line 569 of file JetDefinition.py.
|
protected |
Definition at line 533 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.basetype = objtype |
Definition at line 525 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.byVertex = byVertex |
Definition at line 532 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.containername = containername |
Definition at line 521 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.filterfn = filterfn |
Definition at line 526 of file JetDefinition.py.
|
static |
Reimplemented in python.JetDefinition.JetInputConstitSeq.
Definition at line 563 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.jetinputtype = jetinputtype |
Definition at line 531 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.label = label or name |
Reimplemented in python.JetDefinition.JetInputConstitSeq.
Definition at line 523 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.name = name |
Definition at line 520 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.prereqs = prereqs |
Definition at line 522 of file JetDefinition.py.