|
void | sort_now () |
|
void | add (const int &track_id, const std::string &gname) |
|
bool | has_gen (std::string gname) |
|
std::string | get_gen (int tid) |
|
void | sort_now () |
|
void | add (const int &track_id, const std::string &gname) |
|
bool | has_gen (std::string gname) |
|
std::string | get_gen (int tid) |
|
void genFinder::add |
( |
const int & |
track_id, |
|
|
const std::string & |
gname |
|
) |
| |
|
inline |
Definition at line 148 of file RawWaveformDump_module.cc.
150 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 |
std::string genFinder::get_gen |
( |
int |
tid | ) |
|
|
inline |
Definition at line 155 of file RawWaveformDump_module.cc.
161 [](
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.
std::string genFinder::get_gen |
( |
int |
tid | ) |
|
|
inline |
bool genFinder::has_gen |
( |
std::string |
gname | ) |
|
|
inline |
bool genFinder::has_gen |
( |
std::string |
gname | ) |
|
|
inline |
void genFinder::sort_now |
( |
| ) |
|
|
inline |
Definition at line 141 of file RawWaveformDump_module.cc.
145 [](
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 |
Definition at line 157 of file RawWaveformClnSigDump_module.cc.
161 [](
const auto& a,
const auto& b) {
return (a.first < b.first); });
std::vector< track_id_to_string > track_id_map
std::set< std::string > genFinder::generator_names |
|
private |
bool genFinder::isSorted = false |
|
private |
The documentation for this struct was generated from the following files: