$treeview $search $mathjax $extrastylesheet
artdaq_core
v3_06_01
$projectbrief
|
$projectbrief
|
$searchbox |
Class holding information about the _artdaq_ package build. More...
#include <artdaq-core/Data/PackageBuildInfo.hh>
Public Member Functions | |
PackageBuildInfo () | |
Default Constructor. | |
std::string | getPackageName () const |
Gets the package name. | |
std::string | getPackageVersion () const |
Gets the package version. | |
std::string | getBuildTimestamp () const |
Gets the build timestamp. | |
void | setPackageName (std::string const &str) |
Sets the package name. | |
void | setPackageVersion (std::string const &str) |
Sets the package version. | |
void | setBuildTimestamp (std::string const &str) |
Sets the build timestamp. |
Class holding information about the _artdaq_ package build.
The PackageBuildInfo class contains the name of the package, the version, and the timestamp of the build. _artdaq_ stores this information in each data file.
Definition at line 17 of file PackageBuildInfo.hh.
std::string artdaq::PackageBuildInfo::getBuildTimestamp | ( | ) | const [inline] |
Gets the build timestamp.
Definition at line 41 of file PackageBuildInfo.hh.
std::string artdaq::PackageBuildInfo::getPackageName | ( | ) | const [inline] |
std::string artdaq::PackageBuildInfo::getPackageVersion | ( | ) | const [inline] |
Gets the package version.
Definition at line 35 of file PackageBuildInfo.hh.
void artdaq::PackageBuildInfo::setBuildTimestamp | ( | std::string const & | str | ) | [inline] |
Sets the build timestamp.
str | The timestamp of the build |
Definition at line 59 of file PackageBuildInfo.hh.
void artdaq::PackageBuildInfo::setPackageName | ( | std::string const & | str | ) | [inline] |
Sets the package name.
str | The package name |
Definition at line 47 of file PackageBuildInfo.hh.
void artdaq::PackageBuildInfo::setPackageVersion | ( | std::string const & | str | ) | [inline] |
Sets the package version.
str | The package version |
Definition at line 53 of file PackageBuildInfo.hh.