A simple list of products that have been marked "filtered out". More...
#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-04-21/RecoBase/FilterList.h"
Public Member Functions | |
void | Add (art::Ptr< T > prod) |
void | Add (art::Handle< std::vector< T > > h, int idx) |
Protected Attributes | |
art::PtrVector< T > | fFiltered |
Friends | |
bool | IsFiltered (const art::Event &, art::Ptr< T >, const std::vector< std::string > &) |
Is this Ptr marked "filtered out"? More... | |
A simple list of products that have been marked "filtered out".
Definition at line 74 of file FilterList.h.
|
inline |
|
inline |
Definition at line 86 of file FilterList.h.
References rb::FilterList< T >::fFiltered, and make_syst_table_plots::h.
|
friend |
Is this Ptr marked "filtered out"?
evt | The current event |
x | Check if this Ptr is marked "filtered" |
labels | Only check FilterLists under these labels. If empty check all labels. |
Definition at line 96 of file FilterList.h.
|
protected |
Definition at line 92 of file FilterList.h.
Referenced by rb::FilterList< T >::Add().