13 #include <string_view>
16 #include "SQLamarr/db_functions.h"
17 #include "SQLamarr/BaseSqlInterface.h"
18 #include "SQLamarr/Transformer.h"
50 int m_signal_status_code;
Abstract interface with helper functions to access an SQLite DB.
Identify the primary vertex of each GenEvent (collision process)
PVFinder(SQLite3DB &db, int signal_status_code=889)
Constructor, with configurable signal status code.
void execute() override
Execute the algorithm.
A database connection handler easying sharing the DB between C++ and Python.