ATLAS Offline Software
Static Public Attributes | List of all members
xAOD::AFPToFTrackRecoAlgID Class Reference

Helper class to store ID numbers of track reconstruction algorithms. More...

#include <AFPToFTrackRecoAlgID.h>

Collaboration diagram for xAOD::AFPToFTrackRecoAlgID:

Static Public Attributes

static const int basic = 0
 basic algorithm id=0 More...
 

Detailed Description

Helper class to store ID numbers of track reconstruction algorithms.

This class contains public static const variables which can be used instead of raw numbers for refering to algorithms used for track reconstruction. Enum is not used to allow adding new numbers without the need of modifying the header file.

An example of usage

// do something if basic algorithm is used
}

Algorithms indexing follows the scheme

ID Algorithm Comments
0 Basic algorithm (AFP_LocReco/AFPTDBasicTool)

Definition at line 43 of file AFPToFTrackRecoAlgID.h.

Member Data Documentation

◆ basic

const int xAOD::AFPToFTrackRecoAlgID::basic = 0
static

basic algorithm id=0

Definition at line 46 of file AFPToFTrackRecoAlgID.h.


The documentation for this class was generated from the following files:
xAOD::AFPToFTrackRecoAlgID::basic
static const int basic
basic algorithm id=0
Definition: AFPToFTrackRecoAlgID.h:46
xAOD::track
@ track
Definition: TrackingPrimitives.h:512
xAOD::AFPToFTrack_v1
Class representing a track reconstructed in AFP ToF.
Definition: AFPToFTrack_v1.h:36