#include "/cvmfs/nova.opensciencegrid.org/externals/art/v2_13_00/source/art/Framework/Core/CachedProducts.h"
Public Member Functions | |
void | setupDefault (std::vector< std::string > const &trigger_names) |
void | setup (std::vector< std::pair< std::string, std::string >> const &path_specs, std::vector< std::string > const &trigger_names, std::string const &process_name) |
bool | wantEvent (Event const &) |
art::Handle< art::TriggerResults > | getOneTriggerResults (Event const &) const |
Private Member Functions | |
void | clearTriggerResults () |
void | loadTriggerResults (Event const &) |
Private Attributes | |
std::vector< ProcessAndEventSelector > | p_and_e_selectors_ {} |
bool | loadDone_ {false} |
unsigned long | numberFound_ {} |
Friends | |
class | PVSentry |
Definition at line 71 of file CachedProducts.h.
|
private |
art::Handle<art::TriggerResults> art::detail::CachedProducts::getOneTriggerResults | ( | Event const & | ) | const |
Referenced by art::EventObserverBase::getTriggerResults().
void art::detail::CachedProducts::setup | ( | std::vector< std::pair< std::string, std::string >> const & | path_specs, |
std::vector< std::string > const & | trigger_names, | ||
std::string const & | process_name | ||
) |
void art::detail::CachedProducts::setupDefault | ( | std::vector< std::string > const & | trigger_names | ) |
bool art::detail::CachedProducts::wantEvent | ( | Event const & | ) |
Referenced by art::EventObserverBase::wantEvent().
|
friend |
Definition at line 85 of file CachedProducts.h.
|
private |
Definition at line 87 of file CachedProducts.h.
|
private |
Definition at line 88 of file CachedProducts.h.
|
private |
Definition at line 86 of file CachedProducts.h.