PandaRoot
PndGenfitAdapters.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 #ifndef PNDGENFITADAPTERS_H
14 #define PNDGENFITADAPTERS_H
15 
16 class PndTrack;
17 class PndTrackCand;
18 class GFTrack;
19 class GFAbsTrackRep;
20 class GFTrackCand;
21 
25 
26 #endif
Base Class for genfit track representations. Defines interface for track parameterizations.
Definition: GFAbsTrackRep.h:92
Track object for genfit. genfit algorithms work on these objects.
Definition: GFTrack.h:71
GFTrackCand * PndTrackCand2GenfitTrackCand(PndTrackCand *)
PndTrack * GenfitTrack2PndTrack(const GFTrack *)
Track candidate – a list of cluster indices.
Definition: GFTrackCand.h:67
PndTrackCand * GenfitTrackCand2PndTrackCand(const GFTrackCand *)