1 #ifndef artdaq_core_Data_PackageBuildInfo_hh
2 #define artdaq_core_Data_PackageBuildInfo_hh
67 std::string packageName_;
71 std::string packageVersion_;
75 std::string buildTimestamp_;
std::string getPackageName() const
Gets the package name.
Class holding information about the artdaq package build.
void setBuildTimestamp(std::string str)
Sets the build timestamp.
std::string getBuildTimestamp() const
Gets the build timestamp.
std::string getPackageVersion() const
Gets the package version.
PackageBuildInfo()
Default Constructor.
void setPackageVersion(std::string str)
Sets the package version.
void setPackageName(std::string str)
Sets the package name.