ECCE @ EIC Software
Reference for
ECCE @ 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
Tools.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Tools.h
1
7
#ifndef PHGENFIT_TOOLS_H
8
#define PHGENFIT_TOOLS_H
9
10
//STL
11
#include <memory>
12
#include <vector>
13
14
namespace
genfit
15
{
16
class
AbsTrackRep;
17
class
StateOnPlane;
18
class
Track;
19
class
MeasuredStateOnPlane;
20
21
}
// namespace genfit
22
23
namespace
PHGenFit
24
{
25
double
extrapolateToCylinder
(
26
const
genfit::MeasuredStateOnPlane* state,
27
double
radius
, TVector3 line_point, TVector3 line_direction,
28
const
int
pdg_code = 211,
const
int
direction = 1,
29
const
int
verbosity = 0);
30
31
}
// namespace PHGenFit
32
33
#endif //__PHGenFit_Tools__
coresoftware
blob
master
offline
packages
PHGenFitPkg
PHGenFit
Tools.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:36
using
1.8.2 with
ECCE GitHub integration