 |
Belle II Software
release-05-01-25
|
24 class CDCDatabaseImporter {
140 void importXT(std::string fileName);
void importWirPosMisalign(std::string fileName)
Import wire misalignment table to the database.
CDCDatabaseImporter()
Default constructor.
void printADCDeltaPedestal()
Get the ADC delta pedestal table from the database and print it.
void printCDCWireHitRequirements() const
Get CDCWireHits cut values from the database and print them.
void printXT()
Get the xt table from the database and print it.
void importFEElectronics(std::string fileName)
Import FEE params.
void importXT(std::string fileName)
Import xt table to the database.
void printFFactor()
Get the fudge factor table from the database and print it.
void importPropSpeed(std::string fileName)
Import propspeed table to the database.
int m_firstExperiment
CDC geometory parameter.
void importWirPosAlign(std::string fileName)
Import wire alignment table to the database.
void printFEElectronics()
Get FEE params.
virtual ~CDCDatabaseImporter()
Destructor.
void printPropSpeed()
Get the propspeed table from the database and print it.
void printDisplacement()
Get the displacement of wire position from the database and print it.
void printTimeWalk()
Get the time-walk coeff.
void printCDCCrossTalkLibrary() const
Print the content of the crosstalk library.
void printWirPosMisalign()
Get the wire misalignment table from the database and print it.
int m_lastExperiment
Last experiment.
Abstract base class for different kinds of events.
void printBadWire()
Get the badwire table from the database and print it.
void testCDCCrossTalkLibrary(bool spotChecks=false) const
Do some basic testing of the CDCCrossTalkLibrary.
void importTimeWalk(std::string fileName)
Import time-walk coeff.
void printChannelMap()
Get the channel map from the database and print it.
void printWirPosAlign()
Get the wire alignment table from the database and print it.
void printEDepToADC()
Get edep-to-adc params.
void importChannelMap(std::string fileName)
Import channel map to the data base.
void printTimeZero()
Get the t0 table from the database and print it.
void printSigma()
Get the sigma table from the database and print it.
void importCDCCrossTalkLibrary(const std::string &rootFileName) const
Import crosstalk library prepared in rootFileName.
void importADCDeltaPedestal()
Import ADC delta pedestal with all 0.
void importBadWire(std::string fileName)
Import badwire table to the data base.
void importFFactor(std::string fileName)
Import fudge factor table to the database.
void importTimeZero(std::string fileName)
Import t0 table to the data base.
void importEDepToADC(std::string fileName)
Import edep-to-adc params.
void importSigma(std::string fileName)
Import sigma table to the database.
void importDisplacement(std::string fileName)
Import displacement of wire position to the database.
void importCDCWireHitRequirements(const std::string &jsonFileName) const
Import CDCWireHits cut values to the database.