PyLamarr
Pythonizations for the ultra-fast simulation option for the LHCb experiment
 
Loading...
Searching...
No Matches
PyLamarr.LHCb.Tracking.ParticleMaker.ParticleMaker Class Reference
Inheritance diagram for PyLamarr.LHCb.Tracking.ParticleMaker.ParticleMaker:

Public Member Functions

 query (self)
 
 config (self)
 
- Public Member Functions inherited from PyLamarr.Wrapper.Wrapper
 __call__ (self, db)
 
 get_imp (self)
 
 get_config (self)
 
 to_xml (self, parent_node)
 

Static Public Attributes

Optional output_table = "particles"
 
tuple output_columns
 
Optional make_persistent = True
 
str implements = "TemporaryTable"
 

Additional Inherited Members

- Public Attributes inherited from PyLamarr.Wrapper.Wrapper
 implements
 

Detailed Description

Definition at line 10 of file ParticleMaker.py.

Member Function Documentation

◆ config()

PyLamarr.LHCb.Tracking.ParticleMaker.ParticleMaker.config (   self)

Definition at line 34 of file ParticleMaker.py.

◆ query()

PyLamarr.LHCb.Tracking.ParticleMaker.ParticleMaker.query (   self)

Definition at line 19 of file ParticleMaker.py.

Member Data Documentation

◆ implements

str PyLamarr.LHCb.Tracking.ParticleMaker.ParticleMaker.implements = "TemporaryTable"
static

Definition at line 31 of file ParticleMaker.py.

◆ make_persistent

Optional PyLamarr.LHCb.Tracking.ParticleMaker.ParticleMaker.make_persistent = True
static

Definition at line 17 of file ParticleMaker.py.

◆ output_columns

tuple PyLamarr.LHCb.Tracking.ParticleMaker.ParticleMaker.output_columns
static
Initial value:
= (
"mcparticle_id", "track_type",
"dx", "dy", "dz", "dtx", "dty", "dp",
"chi2PerDoF", "nDoF_f", "ghostProb"
)

Definition at line 12 of file ParticleMaker.py.

◆ output_table

Optional PyLamarr.LHCb.Tracking.ParticleMaker.ParticleMaker.output_table = "particles"
static

Definition at line 11 of file ParticleMaker.py.


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