#include <IHitHistogramTool.h>
Definition at line 22 of file IHitHistogramTool.h.
virtual IHitHistogramTool::~IHitHistogramTool |
( |
| ) |
|
|
virtualdefaultnoexcept |
virtual void IHitHistogramTool::configure |
( |
const fhicl::ParameterSet & |
| ) |
|
|
pure virtual |
Interface for configuring the particular algorithm tool.
- Parameters
-
ParameterSet | The input set of parameters for configuration |
Implemented in BasicHitAnalysis::BasicHitAnalysis.
virtual void IHitHistogramTool::endJob |
( |
int |
numEvents | ) |
|
|
pure virtual |
virtual void IHitHistogramTool::fillHistograms |
( |
const HitPtrVec & |
| ) |
const |
|
pure virtual |
virtual void IHitHistogramTool::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 BasicHitAnalysis::BasicHitAnalysis.
The documentation for this class was generated from the following file: