![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
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 494 of file JetDefinition.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| 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.
| python.JetDefinition.JetInputConstit.__eq__ | ( | self, | |
| rhs ) |
Definition at line 533 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.__hash__ | ( | self | ) |
Definition at line 530 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.__ne__ | ( | self, | |
| rhs ) |
Definition at line 536 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.__str__ | ( | self | ) |
Definition at line 561 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.basetype | ( | self | ) |
Definition at line 540 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.containername | ( | self | ) |
Definition at line 546 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.filterfn | ( | self | ) |
Definition at line 552 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.jetinputtype | ( | self | ) |
Definition at line 555 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.name | ( | self | ) |
Definition at line 543 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.prereqs | ( | self | ) |
Definition at line 549 of file JetDefinition.py.
|
staticprivate |
Definition at line 564 of file JetDefinition.py.
|
protected |
Definition at line 528 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.basetype = objtype |
Definition at line 520 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.byVertex = byVertex |
Definition at line 527 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.containername = containername |
Definition at line 516 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.filterfn = filterfn |
Definition at line 521 of file JetDefinition.py.
|
static |
Reimplemented in python.JetDefinition.JetInputConstitSeq.
Definition at line 558 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.jetinputtype = jetinputtype |
Definition at line 526 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.label = label or name |
Reimplemented in python.JetDefinition.JetInputConstitSeq.
Definition at line 518 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.name = name |
Definition at line 515 of file JetDefinition.py.
| python.JetDefinition.JetInputConstit.prereqs = prereqs |
Definition at line 517 of file JetDefinition.py.