PandaRoot
PndSTEMvdHelix.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 
23 #ifndef PndMvdTrackerHelix_H_
24 #define PndMvdTrackerHelix_H_
25 
26 #include "PndSTETools.h"
27 #include "PndSdsHit.h"
28 #include "FairMultiLinkedData.h"
29 
30 #include <vector>
31 
33 
34  public:
37 
39  virtual ~PndSTEMvdHelix(){
40 
41  };
42 
51  std::vector<PndTrack> AddHits(TClonesArray *inputTrackArray, TClonesArray *inputTrackCandArray, TClonesArray *inputPixelArray, TClonesArray *inputStripArray);
52 
54 };
55 
56 #endif /* PndSTEMvdHelix_H_ */
virtual ~PndSTEMvdHelix()
std::vector< PndTrack > AddHits(TClonesArray *inputTrackArray, TClonesArray *inputTrackCandArray, TClonesArray *inputPixelArray, TClonesArray *inputStripArray)
Add hits to the track when a helix extrapolation is performed.
ClassDef(PndSTEMvdHelix, 1)