Data loader for HepMC2-format ASCII files. More...
Public Member Functions | |
def | __init__ (self, SQLite3DB db) |
Acquires the reference to an open connection to the DB. More... | |
def | load (self, str filename, int runNumber, int evtNumber) |
Loads an ASCII file with HepMC3::ReaderAsciiHepMC2. More... | |
Data loader for HepMC2-format ASCII files.
Example.
Definition at line 28 of file HepMC2DataLoader.py.
def SQLamarr.HepMC2DataLoader.HepMC2DataLoader.__init__ | ( | self, | |
SQLite3DB | db | ||
) |
Acquires the reference to an open connection to the DB.
Definition at line 55 of file HepMC2DataLoader.py.
def SQLamarr.HepMC2DataLoader.HepMC2DataLoader.load | ( | self, | |
str | filename, | ||
int | runNumber, | ||
int | evtNumber | ||
) |
Loads an ASCII file with HepMC3::ReaderAsciiHepMC2.
Definition at line 59 of file HepMC2DataLoader.py.