void genFinder::add |
( |
const int & |
track_id, |
|
|
const std::string & |
gname |
|
) |
| |
|
inline |
Definition at line 113 of file RawWaveformDump_module.cc.
114 this->
track_id_map.push_back(std::make_pair(track_id, gname));
std::vector< track_id_to_string > track_id_map
std::set< std::string > generator_names
void genFinder::add |
( |
const int & |
track_id, |
|
|
const std::string & |
gname |
|
) |
| |
|
inline |
Definition at line 141 of file RawWaveformDump_module.cc.
143 this->
track_id_map.push_back(std::make_pair(track_id, gname));
std::vector< track_id_to_string > track_id_map
std::set< std::string > generator_names
void genFinder::add |
( |
const int & |
track_id, |
|
|
const std::string & |
gname |
|
) |
| |
|
inline |
Definition at line 121 of file RawWaveformDump_module.cc.
std::vector< track_id_to_string > track_id_map
second_as<> second
Type of time stored in seconds, in double precision.
Definition at line 153 of file RawWaveformDump_module.cc.
159 [](
const auto&
a,
const auto&
b) {
return (a.first <
b); })
std::vector< track_id_to_string > track_id_map
second_as<> second
Type of time stored in seconds, in double precision.
Definition at line 168 of file RawWaveformClnSigDump_module.cc.
174 [](
const auto&
a,
const auto&
b) {
return (a.first <
b); })
std::vector< track_id_to_string > track_id_map
second_as<> second
Type of time stored in seconds, in double precision.
void genFinder::sort_now |
( |
| ) |
|
|
inline |
void genFinder::sort_now |
( |
| ) |
|
|
inline |
Definition at line 133 of file RawWaveformDump_module.cc.
137 [](
const auto&
a,
const auto&
b) {
return (
a.first <
b.first); });
std::vector< track_id_to_string > track_id_map
void genFinder::sort_now |
( |
| ) |
|
|
inline |
bool genFinder::isSorted = false |
|
private |
The documentation for this struct was generated from the following files: