Go to the documentation of this file. 1 #ifndef RecoLocalTracker_MTDClusterizer_MTDClusterizerBase_H
2 #define RecoLocalTracker_MTDClusterizer_MTDClusterizerBase_H
39 std::array<float, MAXSIZE>
time;
41 std::array<UShort, MAXSIZE>
x;
42 std::array<UShort, MAXSIZE>
y;
static constexpr UShort MAXSIZE
std::vector< T >::const_iterator const_iterator
static const std::string input
FTLRecHitCollection::const_iterator RecHitIterator
FTLClusterCollection::const_iterator ClusterIterator
virtual void clusterize(const FTLRecHitCollection &input, const MTDGeometry *geom, const MTDTopology *topo, FTLClusterCollection &output)=0
std::array< UShort, MAXSIZE > x
bool add(FTLCluster::FTLHitPos const &p, float const ienergy, float const itime, float const itimeError)
std::array< UShort, MAXSIZE > y
boost::transform_iterator< IterHelp, const_IdIter > const_iterator
std::array< float, MAXSIZE > timeError
std::array< float, MAXSIZE > time
std::array< float, MAXSIZE > energy
virtual ~MTDClusterizerBase()