PandaRoot
PndSTEMvdIdeal.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 PndSTEMvdIdeal_H_
24 #define PndSTEMvdIdeal_H_
25 
26 #include "PndSTETrackBase.h"
27 #include "PndTrackCand.h"
28 #include "PndRiemannTrack.h"
29 #include "TClonesArray.h"
30 #include "PndTrack.h"
31 #include "PndSdsHit.h"
32 #include "FairLink.h"
33 #include "FairMultiLinkedData.h"
34 
35 #include <vector>
36 
37 class TClonesArray;
38 
40  public:
43 
45  virtual ~PndSTEMvdIdeal(){
46 
47  };
48 
57  void AddHits(TClonesArray *inputTrackArray, TClonesArray *inputTrackCandArray, TClonesArray *inputPixelArray, TClonesArray *inputStripArray);
58 
59  private:
66  std::vector<PndRiemannTrack> CreateRiemannTrack(TClonesArray *inputTrackArray);
67 
68  ClassDef(PndSTEMvdIdeal, 1);
69 };
70 
71 #endif /* PndSTEMvdIdeal_H_ */
virtual ~PndSTEMvdIdeal()
void AddHits(TClonesArray *inputTrackArray, TClonesArray *inputTrackCandArray, TClonesArray *inputPixelArray, TClonesArray *inputStripArray)
Function to find MVD hits from clustered STT hits.