 |
Belle II Software
release-05-02-19
|
14 #include <framework/database/DBObjPtr.h>
15 #include <framework/dataobjects/EventMetaData.h>
16 #include <framework/datastore/StoreObjPtr.h>
17 #include <framework/logging/Logger.h>
31 class ARICHCalibrationChecker {
70 const std::string& channelMaskResultsFile)
107 B2INFO(
"Analyzing the following payload:"
unsigned int getRevision() const
Return current revision of the object.
std::string m_GlobalTagName
Global Tag name.
void setExperimentRun(int experiment, int run)
Set experiment and run numbers.
StoreObjPtr< EventMetaData > m_EventMetaData
Event metadata.
IntervalOfValidity getIoV() const
Return current IoV of the object.
std::string m_testingPayloadName
Testing payload location.
Class for accessing objects in the database.
void resetDatabase()
Reset the database.
void setGlobalTag(const std::string &globalTagName)
Set Global Tag name.
void setTestingPayload(const std::string &testingPayloadName)
Set testing payload name.
void checkChannelMask()
Check channel mask.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
Class to store variables with their name which were sent to the logging service.
~ARICHCalibrationChecker()
Destructor.
void initializeDatabase()
Initialize the database.
void setChannelMaskResultsFile(const std::string &channelMaskResultsFile)
Set channel mask results file.
int getSector(int modID)
Get HAPD sector number.
int m_experiment
Experiment number.
ARICHCalibrationChecker()
Constructor.
void printPayloadInformation(DBObjPtr< T > &dbObject)
Print payload information.
const std::string & getName() const
Return name under which the object is saved in the DBStore.
std::string m_channelMaskResultsFile
Output file for channel mask results.
int getRing(int modID)
Get HAPD ring number.