EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHTpcEventExporter.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHTpcEventExporter.h
1
7
#ifndef PHTPCEVENTEXPORTER_H_
8
#define PHTPCEVENTEXPORTER_H_
9
10
#include <string>
// for string
11
#include <vector>
// for vector
12
13
class
TrkrClusterContainer
;
14
class
TrkrHitSetContainer
;
15
16
namespace
PHGenFit2
17
{
18
class
Track;
19
}
20
namespace
kdfinder
21
{
22
template
<
class
T>
23
class
TrackCandidate;
24
}
25
30
class
PHTpcEventExporter
31
{
32
public
:
33
PHTpcEventExporter
();
34
virtual
~PHTpcEventExporter
() {}
35
36
void
exportEvent
(
TrkrClusterContainer
* cluster_map,
TrkrHitSetContainer
* hitsets,
std::vector
<
kdfinder::TrackCandidate<double>
*> candidates,
37
double
B,
const
std::string&
filename
);
38
39
void
exportEvent
(
TrkrClusterContainer
* cluster_map,
TrkrHitSetContainer
* hitsets,std::vector<PHGenFit2::Track*> gtracks,
40
double
B,
const
std::string&
filename
);
41
42
void
exportEvent
(std::vector<PHGenFit2::Track*> gtracks,
double
B,
const
std::string&
filename
);
43
44
protected
:
45
private
:
46
};
47
48
#endif
/* PHTPCEVENTEXPORTER_H_ */
fun4all_coresoftware
blob
master
offline
packages
PHTpcTracker
PHTpcEventExporter.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:45
using
1.8.2 with
EIC GitHub integration