Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
TrackAnalysisUtils.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TrackAnalysisUtils.h
1
#ifndef TRACKBASEHISTORIC_TRACKANALYSISUTILS_H
2
#define TRACKBASEHISTORIC_TRACKANALYSISUTILS_H
3
4
#include <
trackbase/TrkrDefs.h
>
5
#include <
Acts/Definitions/Algebra.hpp
>
6
7
#include <utility>
8
9
class
SvtxTrack
;
10
11
namespace
TrackAnalysisUtils
12
{
14
using
DCA
= std::pair<float, float>;
15
using
DCAPair
= std::pair<DCA, DCA>;
16
17
DCAPair
get_dca
(
SvtxTrack
* track,
Acts::Vector3
&
vertex
);
18
19
std::vector<TrkrDefs::cluskey>
get_cluster_keys
(
SvtxTrack
* track);
20
21
};
// namespace TrackAnalysisUtils
22
23
#endif
coresoftware
blob
master
offline
packages
trackbase_historic
TrackAnalysisUtils.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:09
using
1.8.2 with
sPHENIX GitHub integration