#include <RunData.h>
Definition at line 15 of file RunData.h.
sumdata::RunData::RunData |
( |
| ) |
|
Definition at line 16 of file RunData.cxx.
std::string fDetName
Detector name.
sumdata::RunData::RunData |
( |
std::string const & |
detectorName | ) |
|
|
explicit |
Definition at line 22 of file RunData.cxx.
std::string fDetName
Detector name.
void sumdata::RunData::aggregate |
( |
RunData const & |
other | ) |
|
What to do when multiple RunData
objects are found for the same run.
- Exceptions
-
std::runtime_error | if other has a different DetName() |
Definition at line 28 of file RunData.cxx.
33 if (other.DetName() !=
DetName()) {
34 throw std::runtime_error(
"The same run sees different detector setups: '"
35 +
DetName() +
"' and '" + other.DetName()
std::string const & DetName() const
std::string const & sumdata::RunData::DetName |
( |
| ) |
const |
|
inline |
Definition at line 39 of file RunData.h.
std::string fDetName
Detector name.
std::string sumdata::RunData::fDetName |
|
private |
Detector name.
Definition at line 28 of file RunData.h.
The documentation for this class was generated from the following files: