12#include <framework/datastore/RelationsObject.h>
13#include "Math/Vector3D.h"
25 CDCTrigger3DFinderInfo() =
default;
28 std::vector<ROOT::Math::XYZVector> readoutCluster)
CDCTrigger3DFinderInfo(std::vector< ROOT::Math::XYZVector > houghSpace, std::vector< ROOT::Math::XYZVector > readoutCluster)
Constructor with arguments.
std::vector< ROOT::Math::XYZVector > getClusterReadout() const
Return the cluster readout.
std::vector< ROOT::Math::XYZVector > m_houghSpace
List of the complete Hough space weights.
std::vector< ROOT::Math::XYZVector > getHoughSpace() const
Return the Hough space.
std::vector< ROOT::Math::XYZVector > m_readoutCluster
Includes the peak weight, cluster weights, center of gravity and indices.
ClassDef(CDCTrigger3DFinderInfo, 2)
Needed to make the ROOT object storable.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
Abstract base class for different kinds of events.