ATLAS Offline Software
Loading...
Searching...
No Matches
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

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
}
static const int basic
basic algorithm id=0
AFPToFTrack_v1 AFPToFTrack
Definition AFPToFTrack.h:12

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: