PandaRoot
PndCAPreselectSttHits.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "TClonesArray.h"
4 #include "TVector3.h"
5 #include <vector>
6 #include <iostream>
7 
8 #include "PndSttHit.h"
9 #include "PndPreselectSttHits.h"
10 #include "PndSttCAData.h"
11 
12 
14  public:
16  // PndPreselectSttHits(){ }
18  {
19  if (fCADataMap != nullptr)
20  delete(fCADataMap);
21  };
22 
23  std::vector<std::vector<PndSttHit *>> PreselectSttHits();
24 
25  void Init(TClonesArray* sttHits, TClonesArray* tubeArray = nullptr);
26 
27  private:
28  PndSttCAData* fCADataMap = nullptr;
29 
30 };
void Init(TClonesArray *sttHits, TClonesArray *tubeArray=nullptr)
std::vector< std::vector< PndSttHit * > > PreselectSttHits()