#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 19 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 22 of file RunData.cxx.
References DetName().
29 throw std::runtime_error(
"The same run sees different detector setups: '" +
DetName() +
30 "' and '" +
other.DetName());
std::string const & DetName() const
std::string const & sumdata::RunData::DetName |
( |
| ) |
const |
|
inline |
std::string sumdata::RunData::fDetName |
|
private |
The documentation for this class was generated from the following files:
- larcoreobj/v09_10_01/source/larcoreobj/SummaryData/RunData.h
- larcoreobj/v09_10_01/source/larcoreobj/SummaryData/RunData.cxx