Classes | |
| struct | Config |
Public Types | |
| using | SimpleDerivedProduct = std::vector< SimpleDerived > |
| using | Parameters = Table< Config > |
Public Types inherited from art::EDAnalyzer | |
| using | WorkerType = WorkerT< EDAnalyzer > |
| using | ModuleType = EDAnalyzer |
Public Member Functions | |
| SimpleDerivedAnalyzer (Parameters const &p) | |
Public Member Functions inherited from art::EDAnalyzer | |
| EDAnalyzer (fhicl::ParameterSet const &pset) | |
| template<typename Config > | |
| EDAnalyzer (Table< Config > const &config) | |
| std::string | workerType () const |
Public Member Functions inherited from art::detail::Analyzer | |
| virtual | ~Analyzer () noexcept |
| Analyzer (fhicl::ParameterSet const &pset) | |
| template<typename Config > | |
| Analyzer (Table< Config > const &config) | |
| void | doBeginJob () |
| void | doEndJob () |
| void | doRespondToOpenInputFile (FileBlock const &fb) |
| void | doRespondToCloseInputFile (FileBlock const &fb) |
| void | doRespondToOpenOutputFiles (FileBlock const &fb) |
| void | doRespondToCloseOutputFiles (FileBlock const &fb) |
| bool | doBeginRun (RunPrincipal &rp, ModuleContext const &mc) |
| bool | doEndRun (RunPrincipal &rp, ModuleContext const &mc) |
| bool | doBeginSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
| bool | doEndSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
| bool | doEvent (EventPrincipal &ep, ModuleContext const &mc, std::atomic< std::size_t > &counts_run, std::atomic< std::size_t > &counts_passed, std::atomic< std::size_t > &counts_failed) |
Public Member Functions inherited from art::Observer | |
| ~Observer () noexcept | |
| Observer (Observer const &)=delete | |
| Observer (Observer &&)=delete | |
| Observer & | operator= (Observer const &)=delete |
| Observer & | operator= (Observer &&)=delete |
| void | registerProducts (ProductDescriptions &, ModuleDescription const &) |
| void | fillDescriptions (ModuleDescription const &) |
| std::string const & | processName () const |
| bool | wantAllEvents () const |
| bool | wantEvent (Event const &e) |
| fhicl::ParameterSetID | selectorConfig () const |
| Handle< TriggerResults > | getTriggerResults (Event const &e) const |
Public Member Functions inherited from art::ModuleBase | |
| virtual | ~ModuleBase () noexcept |
| ModuleBase () | |
| ModuleDescription const & | moduleDescription () const |
| void | setModuleDescription (ModuleDescription const &) |
| template<typename T , BranchType = InEvent> | |
| ProductToken< T > | consumes (InputTag const &) |
| template<typename Element , BranchType = InEvent> | |
| ViewToken< Element > | consumesView (InputTag const &) |
| template<typename T , BranchType = InEvent> | |
| void | consumesMany () |
| template<typename T , BranchType = InEvent> | |
| ProductToken< T > | mayConsume (InputTag const &) |
| template<typename Element , BranchType = InEvent> | |
| ViewToken< Element > | mayConsumeView (InputTag const &) |
| template<typename T , BranchType = InEvent> | |
| void | mayConsumeMany () |
| std::array< std::vector< ProductInfo >, NumBranchTypes > const & | getConsumables () const |
| void | sortConsumables (std::string const ¤t_process_name) |
| template<typename T , BranchType BT> | |
| ViewToken< T > | consumesView (InputTag const &tag) |
| template<typename T , BranchType BT> | |
| ViewToken< T > | mayConsumeView (InputTag const &tag) |
Private Member Functions | |
| void | analyze (art::Event const &e) override |
| void | test_getView (art::Event const &e) const |
| void | test_getViewReturnFalse (art::Event const &e) const |
| void | test_getViewThrowing (art::Event const &e) const |
| void | test_PtrVector (art::Event const &e) const |
| template<typename DATA_TYPE > | |
| void | test_PtrVector (art::PtrVector< DATA_TYPE > const &v, art::EventNumber_t event_num, std::size_t nElements=expectedSize()) const |
Static Private Member Functions | |
| static constexpr std::size_t | expectedSize () |
Private Attributes | |
| art::InputTag const | tagWithInstance_ |
| art::InputTag const | tagForCurrentProcess_ |
| std::size_t const | nvalues_ |
| art::ProductToken< art::PtrVector< SimpleDerived > > const | ptrVectorToken_ |
| art::ViewToken< dummy > const | dummyToken_ |
| art::ViewToken< Simple > const | simpleToken_ |
| art::ViewToken< Simple > const | simpleCurrentToken_ |
| art::ViewToken< SimpleDerived > const | simpleDerivedToken_ |
| art::ViewToken< SimpleDerived > const | simpleDerivedCurrentToken_ |
Additional Inherited Members | |
Protected Member Functions inherited from art::Observer | |
| Observer (fhicl::ParameterSet const &config) | |
| Observer (std::vector< std::string > const &paths, fhicl::ParameterSet const &config) | |
| detail::ProcessAndEventSelectors & | processAndEventSelectors () |
Definition at line 44 of file SimpleDerivedAnalyzer_module.cc.
Definition at line 53 of file SimpleDerivedAnalyzer_module.cc.
| using arttest::SimpleDerivedAnalyzer::SimpleDerivedProduct = std::vector<SimpleDerived> |
Definition at line 46 of file SimpleDerivedAnalyzer_module.cc.
|
explicit |
Definition at line 92 of file SimpleDerivedAnalyzer_module.cc.
|
overrideprivatevirtual |
Implements art::EDAnalyzer.
Definition at line 103 of file SimpleDerivedAnalyzer_module.cc.
|
inlinestaticprivate |
Definition at line 66 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 172 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 180 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 196 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 214 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 332 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 80 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 78 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 79 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 84 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 88 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 86 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 82 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 77 of file SimpleDerivedAnalyzer_module.cc.
|
private |
Definition at line 76 of file SimpleDerivedAnalyzer_module.cc.
1.8.11