73 virtual ~Track() =
default;
98 void SetCaloHits(
CaloHits hits, std::string objName =
"",
size_t index = Herd::defaultValue<size_t>);
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
void SetLine(Herd::Line line)
Returns the line associated to the track.
Definition: Track.h:85
#define DEFAULT_INIT(x)
Definition: DefaultValues.h:23
void SetCaloClusterIndex(size_t index)
Sets the index of the CALO hits cluster used to build the track.
Definition: Track.h:128
const std::string & CaloDataObjName() const
Returns the name of the CALO data object used to build the track was taken.
Definition: Track.h:194
size_t CaloClusterIndex() const
Returns the index of the hits cluster used to build the axis.
Definition: Track.h:177
const ScdClustersColl & GetScdClusters() const
Returns the SCD clusters associated to the track.
Definition: Track.h:149
virtual ~Track()=default
Virtual destructor.
Class describing a line in the 3D space.
Definition: Line.h:34
void SetCaloDataObjName(std::string name)
Sets the name of the CALO data object from which the cluster used to build the track was taken...
Definition: Track.h:137
void SetCaloHits(CaloHits hits, std::string objName="", size_t index=Herd::defaultValue< size_t >)
Set CALO hits.
Definition: Track.cpp:48
const Herd::CaloHits & CaloHits() const
Returns the calorimeter hits associated to the track.
Definition: Track.h:161
Track(Line line)
Constructor.
Definition: Track.h:55
Herd::CaloHits m_caloHits
Definition: Track.h:197
FitClustersColl m_fitClusterColl
Definition: Track.h:200
Class describing a track.
Definition: Track2D.h:34
std::string m_caloDataObjName
Definition: Track.h:205
ScdClustersColl m_scdClusterColl
Definition: Track.h:199
StkClustersColl m_stkClusterColl
Definition: Track.h:198
Class describing a track.
Definition: Track.h:44
Collection of containers for the clusters of all the FIT detectors.
Definition: FitClustersColl.h:23
std::vector< Hit > CaloHits
Definition: CaloHits.h:21
void AddClusters(const StkClustersColl &clusterColl)
Add STK clusters to the current collection.
Definition: Track.cpp:54
const StkClustersColl & GetStkClusters() const
Returns the STK clusters associated to the track.
Definition: Track.h:143
Herd::Line m_line
Definition: Track.h:202
size_t m_caloClustersIndex
Definition: Track.h:204
View
Aliases for the three 2D projection planes. RefFrame.h common/RefFrame.h.
Definition: RefFrame.h:93
const FitClustersColl & GetFitClusters() const
Returns the FIT clusters associated to the track.
Definition: Track.h:155
Track()
Default constructor.
Definition: Track.h:47
Container for the hits of a single CALO detector.
Collection of containers for the clusters of all the SCD detectors.
Definition: ScdClustersColl.h:24
Collection of containers for the clusters of all the STK detectors.
Definition: StkClustersColl.h:24
const Herd::Line & GetLine() const
Returns the line associated to the track.
Definition: Track.h:79