10 #ifndef LARANA_OPTICALDETECTOR_PEDALGOMAKERTOOLBASE_H 11 #define LARANA_OPTICALDETECTOR_PEDALGOMAKERTOOLBASE_H 26 template <
class PedAlgoClass>
66 template <
class PedAlgoClass>
74 fhicl::Comment{
"configuration of the pedestal estimator algorithm"}};
84 virtual std::unique_ptr<pmtana::PMTPedestalBase>
makeAlgo()
override;
94 template <
class PedAlgoClass>
100 template <
class PedAlgoClass>
104 return std::make_unique<PedAlgoClass>(
fConfig.
PedAlgoPset.template get<fhicl::ParameterSet>());
110 #endif // LARANA_OPTICALDETECTOR_PEDALGOMAKERTOOLBASE_H
Interfacce class for a tool to calculate the pulse rise time.
Class definition file of PMTPedestalBase.