ATLAS Offline Software
|
Classes | |
class | comCurvature |
class | DigitizeNonHitElementsDebugPrinter |
class | PixelClusterErrorData |
class | PixelClusterOnTrackTool |
class | PixelDetectorTool |
class | PixelOfflineCalibCondAlg |
class | PixelOfflineCalibData |
class | PixelRDOAnalysis |
class | ServiceExtensionManager |
class | ServiceExtensionTool |
class | SiSpacePointForSeed |
class | SiSpacePointsComparison_R |
class | SiSpacePointsProSeed |
class | SiSpacePointsSeedMaker |
class | StripClusterOnTrackTool |
creates SCT_ClusterOnTrack objects allowing to calibrate cluster position and error using a given track hypothesis. More... | |
class | StripDetectorTool |
class | StripDigitization |
Top algorithm class for Strip digitization. More... | |
class | StripDigitizationTool |
class | StripRDOAnalysis |
class | StripSurfaceChargesGenerator |
class | TrackClusterAssValidation |
Typedefs | |
using | EventData = InDet::SiSpacePointsSeedMakerEventData |
Enumerations | |
enum | PixelClusterStrategy { PixelClusterStrategy::DEFAULT =0, PixelClusterStrategy::OUTLIER =1, PixelClusterStrategy::SHARED =2, PixelClusterStrategy::SPLIT =3 } |
creates PixelClusterOnTrack objects allowing to calibrate cluster position and error using a given track hypothesis. More... | |
using ITk::EventData = typedef InDet::SiSpacePointsSeedMakerEventData |
Definition at line 63 of file ITkSiSpacePointsSeedMaker.h.
|
strong |
creates PixelClusterOnTrack objects allowing to calibrate cluster position and error using a given track hypothesis.
See doxygen of Trk::RIO_OnTrackCreator for details. Different strategies to calibrate the cluster error can be chosen by job Option. Also the handle to the general hit-error scaling is implemented.
Special strategies for correction can be invoked by calling the correct method with an additional argument from the PixelClusterStrategy enumeration
Enumerator | |
---|---|
DEFAULT | |
OUTLIER | |
SHARED | |
SPLIT |
Definition at line 53 of file ITkPixelClusterOnTrackTool.h.