5#ifndef GLOBALSIM_ITIPWRITERALGTOOL_H
6#define GLOBALSIM_ITIPWRITERALGTOOL_H
8#include "GaudiKernel/IAlgTool.h"
9#include "GaudiKernel/EventContext.h"
31 virtual StatusCode
updateTIP(std::bitset<s_nbits_TIP>&,
32 const std::unique_ptr<IDataCollector>&,
33 const EventContext& )
const = 0;
40 using TIPword = std::bitset<ITIPWriterAlgTool::s_nbits_TIP>;
AlgTool to read in LArStripNeighborhoods, and run the BDT Algorithm.
std::bitset< ITIPWriterAlgTool::s_nbits_TIP > TIPword