#include <ConsumesCollector.h>
Definition at line 16 of file ConsumesCollector.h.
template<typename T , BranchType BT>
Definition at line 43 of file ConsumesCollector.h.
49 ProcessTag{
tag.process()});
50 return ProductToken<T>{
tag};
std::array< std::vector< ProductInfo >, NumBranchTypes > consumables_
template<typename T , BranchType BT>
void art::ConsumesCollector::consumesMany |
( |
| ) |
|
Definition at line 67 of file ConsumesCollector.h.
std::array< std::vector< ProductInfo >, NumBranchTypes > consumables_
template<typename Element , BranchType = InEvent>
template<typename T , BranchType BT>
Definition at line 55 of file ConsumesCollector.h.
61 ProcessTag{
tag.process()});
62 return ViewToken<T>{
tag};
std::array< std::vector< ProductInfo >, NumBranchTypes > consumables_
Definition at line 13 of file ConsumesCollector.cc.
std::array< std::vector< ProductInfo >, NumBranchTypes > consumables_
template<typename T , BranchType BT>
Definition at line 75 of file ConsumesCollector.h.
81 ProcessTag{
tag.process()});
82 return ProductToken<T>{
tag};
std::array< std::vector< ProductInfo >, NumBranchTypes > consumables_
template<typename T , BranchType BT>
void art::ConsumesCollector::mayConsumeMany |
( |
| ) |
|
Definition at line 99 of file ConsumesCollector.h.
std::array< std::vector< ProductInfo >, NumBranchTypes > consumables_
template<typename Element , BranchType = InEvent>
template<typename T , BranchType BT>
Definition at line 87 of file ConsumesCollector.h.
93 ProcessTag{
tag.process()});
94 return ViewToken<T>{
tag};
std::array< std::vector< ProductInfo >, NumBranchTypes > consumables_
void art::ConsumesCollector::sortConsumables |
( |
std::string const & |
current_process_name | ) |
|
Definition at line 19 of file ConsumesCollector.cc.
24 for (
auto&
pi : perBTConsumables) {
25 pi.process = ProcessTag{
pi.process.name(), current_process_name};
27 sort(
begin(perBTConsumables),
end(perBTConsumables));
end
while True: pbar.update(maxval-len(onlies[E][S])) #print iS, "/", len(onlies[E][S]) found = False for...
std::array< std::vector< ProductInfo >, NumBranchTypes > consumables_
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.
The documentation for this class was generated from the following files: