#include <ITrackHistogramTool.h>
|
virtual | ~ITrackHistogramTool () noexcept=default |
| Virtual Destructor. More...
|
|
virtual void | configure (const fhicl::ParameterSet &)=0 |
| Interface for configuring the particular algorithm tool. More...
|
|
virtual void | initializeHists (art::ServiceHandle< art::TFileService > &, const std::string &)=0 |
| Interface for initializing the histograms to be filled. More...
|
|
virtual void | endJob (int numEvents)=0 |
| Interface for method to executve at the end of run processing. More...
|
|
virtual void | fillHistograms (const art::Event &) const =0 |
| Interface for filling histograms. More...
|
|
Definition at line 23 of file ITrackHistogramTool.h.
virtual ITrackHistogramTool::~ITrackHistogramTool |
( |
| ) |
|
|
virtualdefaultnoexcept |
virtual void ITrackHistogramTool::configure |
( |
const fhicl::ParameterSet & |
| ) |
|
|
pure virtual |
virtual void ITrackHistogramTool::endJob |
( |
int |
numEvents | ) |
|
|
pure virtual |
virtual void ITrackHistogramTool::fillHistograms |
( |
const art::Event & |
| ) |
const |
|
pure virtual |
virtual void ITrackHistogramTool::initializeHists |
( |
art::ServiceHandle< art::TFileService > & |
, |
|
|
const std::string & |
|
|
) |
| |
|
pure virtual |
Interface for initializing the histograms to be filled.
- Parameters
-
TFileService | handle to the TFile service |
string | subdirectory to store the hists in |
Implemented in BasicTrackAnalysis::BasicTrackAnalysis.
The documentation for this class was generated from the following file: