Public Member Functions | |
| GCNH5 (fhicl::ParameterSet const &p) | |
| ~GCNH5 () noexcept | |
| GCNH5 (GCNH5 const &)=delete | |
| GCNH5 (GCNH5 &&)=delete | |
| GCNH5 & | operator= (GCNH5 const &)=delete |
| GCNH5 & | operator= (GCNH5 &&)=delete |
| void | reconfigure (fhicl::ParameterSet const &p) |
| void | beginSubRun (art::SubRun const &sr) override |
| void | endSubRun (art::SubRun const &sr) override |
| void | analyze (art::Event const &e) override |
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 (SharedResources const &resources) |
| 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 &) |
| fhicl::ParameterSetID | selectorConfig () const |
Public Member Functions inherited from art::ModuleBase | |
| virtual | ~ModuleBase () noexcept |
| ModuleBase () | |
| ModuleDescription const & | moduleDescription () const |
| void | setModuleDescription (ModuleDescription const &) |
| 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 Attributes | |
| string | fGraphModuleLabel |
| Name of graph producer module. More... | |
| string | fGraphInstanceLabel |
| Name of graph instance. More... | |
| string | fTruthLabel |
| Name of truth producer module. More... | |
| string | fOutputName |
| Output filename. More... | |
| bool | fSaveEventTruth |
| Whether to save event-level truth information. More... | |
| bool | fSaveParticleTruth |
| Whether to include particle truth information. More... | |
| hep_hpc::hdf5::File | fFile |
| Output HDF5 file. More... | |
| hep_hpc::hdf5::Ntuple< Column< int, 1 >, Column< int, 1 >, Column< int, 1 >, Column< int, 1 >, Column< float, 1 >, Column< float, 1 >, Column< float, 1 >, Column< float, 1 >, Column< int, 1 >, Column< float, 1 >, Column< float, 1 >, Column< int, 1 >, Column< int, 1 > > * | fGraphNtuple |
| graph ntuple More... | |
| hep_hpc::hdf5::Ntuple< Column< int, 1 >, Column< int, 1 >, Column< int, 1 >, Column< int, 1 >, Column< float, 1 >, Column< float, 1 >, Column< float, 1 >, Column< float, 1 >, Column< float, 1 > > * | fEventNtuple |
| Event ntuple. More... | |
| hep_hpc::hdf5::Ntuple< Column< int, 1 >, Column< int, 1 >, Column< int, 1 >, Column< int, 1 >, Column< int, 1 >, Column< int, 1 >, Column< float, 1 >, Column< float, 1 >, Column< float, 1 >, Column< float, 1 >, Column< float, 1 >, Column< float, 1 >, Column< float, 1 >, Column< string, 1 >, Column< string, 1 > > * | fParticleNtuple |
| Particle ntuple. More... | |
Additional Inherited Members | |
Public Types inherited from art::EDAnalyzer | |
| using | WorkerType = WorkerT< EDAnalyzer > |
| using | ModuleType = EDAnalyzer |
Protected Member Functions inherited from art::Observer | |
| std::string const & | processName () const |
| bool | wantAllEvents () const noexcept |
| bool | wantEvent (ScheduleID id, Event const &e) const |
| Handle< TriggerResults > | getTriggerResults (Event const &e) const |
| Observer (fhicl::ParameterSet const &config) | |
| Observer (std::vector< std::string > const &select_paths, std::vector< std::string > const &reject_paths, fhicl::ParameterSet const &config) | |
Protected Member Functions inherited from art::ModuleBase | |
| ConsumesCollector & | consumesCollector () |
| 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 () |
Definition at line 42 of file GCNH5_module.cc.
|
explicit |
Definition at line 110 of file GCNH5_module.cc.
|
inlinenoexcept |
Definition at line 45 of file GCNH5_module.cc.
|
delete |
|
delete |
|
overridevirtual |
Implements art::EDAnalyzer.
Definition at line 126 of file GCNH5_module.cc.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 198 of file GCNH5_module.cc.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 261 of file GCNH5_module.cc.
| void cvn::GCNH5::reconfigure | ( | fhicl::ParameterSet const & | p | ) |
Definition at line 115 of file GCNH5_module.cc.
|
private |
Event ntuple.
Definition at line 90 of file GCNH5_module.cc.
|
private |
Output HDF5 file.
Definition at line 67 of file GCNH5_module.cc.
|
private |
Name of graph instance.
Definition at line 61 of file GCNH5_module.cc.
|
private |
Name of graph producer module.
Definition at line 60 of file GCNH5_module.cc.
|
private |
graph ntuple
Definition at line 80 of file GCNH5_module.cc.
|
private |
Output filename.
Definition at line 63 of file GCNH5_module.cc.
|
private |
Particle ntuple.
Definition at line 106 of file GCNH5_module.cc.
|
private |
Whether to save event-level truth information.
Definition at line 64 of file GCNH5_module.cc.
|
private |
Whether to include particle truth information.
Definition at line 65 of file GCNH5_module.cc.
|
private |
Name of truth producer module.
Definition at line 62 of file GCNH5_module.cc.
1.8.11