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
13
class
PndCAPreselectSttHits
:
public
PndPreselectSttHits
{
14
public
:
15
PndCAPreselectSttHits
(){};
16
// PndPreselectSttHits(){ }
17
virtual
~PndCAPreselectSttHits
()
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
};
PndPreselectSttHits
Definition:
PndPreselectSttHits.h:15
PndSttCAData
Definition:
PndSttCAData.h:22
PndCAPreselectSttHits::Init
void Init(TClonesArray *sttHits, TClonesArray *tubeArray=nullptr)
PndCAPreselectSttHits
Definition:
PndCAPreselectSttHits.h:13
PndPreselectSttHits.h
PndCAPreselectSttHits::PndCAPreselectSttHits
PndCAPreselectSttHits()
Definition:
PndCAPreselectSttHits.h:15
PndSttHit.h
PndCAPreselectSttHits::~PndCAPreselectSttHits
virtual ~PndCAPreselectSttHits()
Definition:
PndCAPreselectSttHits.h:17
PndSttCAData.h
PndCAPreselectSttHits::PreselectSttHits
std::vector< std::vector< PndSttHit * > > PreselectSttHits()
home
gitlab-runner
builds
LYZoAKaU
0
PandaRootGroup
PandaRoot
tracking
PndPreselectSttHits
PndCAPreselectSttHits.h
Generated on Fri Oct 21 2022 07:03:57 for PandaRoot by
1.8.13