PyLamarr
Pythonizations for the ultra-fast simulation option for the LHCb experiment
 
Loading...
Searching...
No Matches
__init__.py
1from PyLamarr._logger import configure_logger
2from PyLamarr.Wrapper import Wrapper, GenericWrapper, persistent_table, custom_query, pragma
3from PyLamarr.RemoteResource import RemoteResource
4from PyLamarr.function import function, method
5from PyLamarr.Concatenate import Concatenate
6from PyLamarr.EventBatch import EventBatch
7from PyLamarr import loaders
8from PyLamarr import collectors
9
10PVFinder = GenericWrapper(implements="PVFinder")
11MCParticleSelector = GenericWrapper(implements="MCParticleSelector")
12
13
Concatenate multiple tables.
Resource on the Internet, locally cached.