ILArPandora class.
More...
#include <ILArPandora.h>
|
| ILArPandora (fhicl::ParameterSet const &pset) |
| Constructor. More...
|
|
virtual | ~ILArPandora () |
| Destructor. More...
|
|
| EDProducer (fhicl::ParameterSet const &pset) |
|
template<typename Config > |
| EDProducer (Table< Config > const &config) |
|
std::string | workerType () const |
|
virtual | ~Producer () noexcept |
|
| Producer (fhicl::ParameterSet const &) |
|
| Producer (Producer const &)=delete |
|
| Producer (Producer &&)=delete |
|
Producer & | operator= (Producer const &)=delete |
|
Producer & | operator= (Producer &&)=delete |
|
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) |
|
| ~Modifier () noexcept |
|
| Modifier () |
|
| Modifier (Modifier const &)=delete |
|
| Modifier (Modifier &&)=delete |
|
Modifier & | operator= (Modifier const &)=delete |
|
Modifier & | operator= (Modifier &&)=delete |
|
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) |
|
ILArPandora class.
Definition at line 26 of file ILArPandora.h.
Constructor.
- Parameters
-
Definition at line 88 of file ILArPandora.h.
EDProducer(fhicl::ParameterSet const &pset)
const pandora::Pandora * m_pPrimaryPandora
The address of the primary pandora instance.
lar_pandora::ILArPandora::~ILArPandora |
( |
| ) |
|
|
inlinevirtual |
virtual void lar_pandora::ILArPandora::ConfigurePandoraInstances |
( |
| ) |
|
|
protectedpure virtual |
virtual void lar_pandora::ILArPandora::CreatePandoraInput |
( |
art::Event & |
evt, |
|
|
IdToHitMap & |
idToHitMap |
|
) |
| |
|
protectedpure virtual |
Create pandora input hits, mc particles etc.
- Parameters
-
evt | the art event |
idToHitMap | to receive the populated pandora hit id to art hit map |
Implemented in lar_pandora::LArPandora.
virtual void lar_pandora::ILArPandora::CreatePandoraInstances |
( |
| ) |
|
|
protectedpure virtual |
virtual void lar_pandora::ILArPandora::DeletePandoraInstances |
( |
| ) |
|
|
protectedpure virtual |
virtual void lar_pandora::ILArPandora::ProcessPandoraOutput |
( |
art::Event & |
evt, |
|
|
const IdToHitMap & |
idToHitMap |
|
) |
| |
|
protectedpure virtual |
Process pandora output particle flow objects.
- Parameters
-
evt | the art event |
idToHitMap | the pandora hit id to art hit map |
Implemented in lar_pandora::LArPandora.
virtual void lar_pandora::ILArPandora::ResetPandoraInstances |
( |
| ) |
|
|
protectedpure virtual |
virtual void lar_pandora::ILArPandora::RunPandoraInstances |
( |
| ) |
|
|
protectedpure virtual |
const pandora::Pandora* lar_pandora::ILArPandora::m_pPrimaryPandora |
|
protected |
The address of the primary pandora instance.
Definition at line 83 of file ILArPandora.h.
The documentation for this class was generated from the following file: