5#ifndef GLOBALSIM_EGAMMA1ERATIOALGTOOL_H
6#define GLOBALSIM_EGAMMA1ERATIOALGTOOL_H
33 const std::string& name,
34 const IInterface* parent);
40 virtual StatusCode
run(
const std::unique_ptr<IDataCollector>&,
41 const EventContext& ctx)
const override;
43 virtual std::string
toString()
const override;
51 "flag to enable dumps"};
57 "LArNeighborhoodTOBContainerReadKey",
58 "stripNeighborhoodTOBContainer",
59 "key to read inLArNeighborhoodTOBsReadKeys"};
74 ap_int<16>
secondPeakSearch(
const std::vector<ap_int<16>>& input,
const ap_int<16> peak,
75 const int startCell,
const int endCell,
76 const ap_int<16> noiseMargin)
const;
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
AlgTool to read in LArStripNeighborhoods, and run the BDT Algorithm.