PyLamarr
Pythonizations for the ultra-fast simulation option for the LHCb experiment
 
Loading...
Searching...
No Matches
PyLamarr.LHCb.PVReconstruction.PVReconstruction Class Reference

Parametrize the reconstruction of a Primary Vertex. More...

Inheritance diagram for PyLamarr.LHCb.PVReconstruction.PVReconstruction:

Static Public Attributes

str condition
 
Optional library = Field(default_factory=lambda: RemoteRes(PV_LIB))
 
Optional table = "PVSmearing"
 
str implements = "PVReconstruction"
 

Additional Inherited Members

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

Detailed Description

Parametrize the reconstruction of a Primary Vertex.

Parameters
conditionData-taking condition, e.g. 2016_pp_MagUp;
libraryRemoteResource (or simply an URL) to the SQLite DB with parametrizations;
tablename of the SQLite table to read the parametrization from
db = SQLamarr.SQLite3DB(parsed_fmt)
pv_reco = PVReconstruction('2016_pp_MagUp')
pv_reco (db)
std::unique_ptr< sqlite3, void(*)(sqlite3 *)> SQLite3DB
See also
SQLamarr.PVReconstruction: C++ implementation of the algorithm

Definition at line 13 of file PVReconstruction.py.

Member Data Documentation

◆ condition

str PyLamarr.LHCb.PVReconstruction.PVReconstruction.condition
static

Definition at line 33 of file PVReconstruction.py.

◆ implements

str PyLamarr.LHCb.PVReconstruction.PVReconstruction.implements = "PVReconstruction"
static

Definition at line 37 of file PVReconstruction.py.

◆ library

Optional PyLamarr.LHCb.PVReconstruction.PVReconstruction.library = Field(default_factory=lambda: RemoteRes(PV_LIB))
static

Definition at line 34 of file PVReconstruction.py.

◆ table

Optional PyLamarr.LHCb.PVReconstruction.PVReconstruction.table = "PVSmearing"
static

Definition at line 35 of file PVReconstruction.py.


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