Belle II Software development
|
This class import to the database the dbobjects SVDNoiseCalibrations and SVDPulseShapeCalibrations. More...
#include <SVDDatabaseImporter.h>
Public Member Functions | |
SVDDatabaseImporter () | |
Default constructor. | |
SVDDatabaseImporter (int fexp, int frun, int lexp, int lrun) | |
A constructor accepting as arguments the interval of validity coordinates. | |
virtual | ~SVDDatabaseImporter () |
Destructor. | |
void | importSVDHitTimeNeuralNetwork (std::string fileName, bool threeSamples=false) |
This method import to the database the neural network for hit time determination. | |
Private Attributes | |
int | m_firstExperiment |
The interval of validity coordinates are defined as private members. | |
int | m_firstRun |
First run. | |
int | m_lastExperiment |
Last experiment. | |
int | m_lastRun |
Last run. | |
This class import to the database the dbobjects SVDNoiseCalibrations and SVDPulseShapeCalibrations.
Currently, no input file is read to fill them, default values are written on the dbobjects for the needed calibrations constants as noise, charge, ADC pulse, peaking time and pulse width.
Definition at line 28 of file SVDDatabaseImporter.h.
|
inline |
Default constructor.
Definition at line 35 of file SVDDatabaseImporter.h.
|
inline |
A constructor accepting as arguments the interval of validity coordinates.
Definition at line 45 of file SVDDatabaseImporter.h.
|
inlinevirtual |
void importSVDHitTimeNeuralNetwork | ( | std::string | fileName, |
bool | threeSamples = false |
||
) |
This method import to the database the neural network for hit time determination.
fileName | is the file name of the xml file |
threeSamples | if true, calibrate with 3 samples? |
Definition at line 32 of file SVDDatabaseImporter.cc.
|
private |
The interval of validity coordinates are defined as private members.
First experiment.
Definition at line 74 of file SVDDatabaseImporter.h.
|
private |
First run.
Definition at line 75 of file SVDDatabaseImporter.h.
|
private |
Last experiment.
Definition at line 76 of file SVDDatabaseImporter.h.
|
private |
Last run.
Definition at line 77 of file SVDDatabaseImporter.h.