![]() |
Belle II Software
release-05-02-19
|
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 list of strips to be masked because hot. More... | |
Private Attributes | |
int | m_firstExperiment |
The interval of validity coordinates are defined as private members. More... | |
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 40 of file SVDDatabaseImporter.h.
void importSVDHitTimeNeuralNetwork | ( | std::string | fileName, |
bool | threeSamples = false |
||
) |
This method import to the database the list of strips to be masked because hot.
xmlFileName | is the file name of the xml file |
errorTollerant | if true bypasses sanity checks |
Definition at line 36 of file SVDDatabaseImporter.cc.
|
private |
The interval of validity coordinates are defined as private members.
First experiment.
Definition at line 86 of file SVDDatabaseImporter.h.