11#include <cdc/dataobjects/CDCHit.h>
12#include <pxd/dataobjects/PXDCluster.h>
13#include <svd/dataobjects/SVDCluster.h>
14#include <klm/dataobjects/eklm/EKLMAlignmentHit.h>
15#include <klm/dataobjects/KLMHit2d.h>
17#include <framework/datastore/RelationsObject.h>
63 c_undefinedRightLeftInformation,
64 c_invalidRightLeftInformation,
71 c_undefinedTrackFinder,
75 c_MCTrackFinderPriorityHit,
80 c_MCTrackFinderAuxiliaryHit,
85 c_SegmentTrackCombiner,
96 c_ReattachCDCWireHitsToRecoTracks,
104 c_undefinedRecoHitFlag,
111 c_undefinedTrackingDetector,
112 c_invalidTrackingDetector,
134 unsigned int sortingParameter) :
146 unsigned int sortingParameter) :
148 foundByTrackFinder, sortingParameter)
159 unsigned int sortingParameter) :
161 foundByTrackFinder, sortingParameter)
172 unsigned int sortingParameter) :
174 foundByTrackFinder, sortingParameter)
185 unsigned int sortingParameter) :
187 foundByTrackFinder, sortingParameter)
308 template <
class HitType>
313 unsigned int sortingParameter) :
Class containing the result of the unpacker in raw data and the result of the digitizer in simulation...
This dataobject is used only for EKLM alignment.
The PXD Cluster class This class stores all information about reconstructed PXD clusters The position...
Defines interface for accessing relations of objects in StoreArray.
void addRelationTo(const RelationsInterface< BASE > *object, float weight=1.0, const std::string &namedRelation="") const
Add a relation from this object to another object (with caching).
The SVD Cluster class This class stores all information about reconstructed SVD clusters.
Abstract base class for different kinds of events.