LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
RunData.h
Go to the documentation of this file.
1
#ifndef LARCOREOBJ_SUMMARYDATA_RUNDATA_H
9
#define LARCOREOBJ_SUMMARYDATA_RUNDATA_H
10
11
#include <string>
12
13
namespace
sumdata
{
14
15
class
RunData
{
16
17
public
:
18
RunData
();
// Default constructor
19
23
void
aggregate
(
RunData
const
&
other
);
24
25
private
:
26
std::string
fDetName
;
27
28
public
:
29
explicit
RunData
(std::string
const
&
detectorName
);
30
std::string
const
&
DetName
()
const
;
31
32
};
// RunData
33
}
// namespace sumdata
34
35
inline
std::string
const
&
sumdata::RunData::DetName
()
const
36
{
37
return
fDetName
;
38
}
39
40
#endif // LARCOREOBJ_SUMMARYDATA_RUNDATA_H
sumdata::RunData::DetName
std::string const & DetName() const
Definition:
RunData.h:35
sumdata::RunData::fDetName
std::string fDetName
Detector name.
Definition:
RunData.h:26
detectorName
std::string detectorName
Definition:
tagConditionsTableInDB.cc:15
sumdata::RunData::aggregate
void aggregate(RunData const &other)
Definition:
RunData.cxx:22
fhicl::other
Definition:
exception.h:26
sumdata
Definition:
GeometryConfigurationInfo.h:18
sumdata::RunData::RunData
RunData()
Definition:
RunData.cxx:16
sumdata::RunData
Definition:
RunData.h:15
larcoreobj
v09_10_01
source
larcoreobj
SummaryData
RunData.h
Generated on Thu May 2 2024 20:59:35 for LArSoft by
1.8.11