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
CbmPropagator.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmPropagator.h
1
6
#ifndef CBMPROPAGATOR_H_
7
#define CBMPROPAGATOR_H_
8
9
#include "TObject.h"
10
#include "TMatrixD.h"
11
12
#include "
CbmStatusCode.h
"
13
14
#include "Rtypes.h"
15
16
#include <vector>
17
18
class
FairTrackParam
;
19
20
//class TMatrixD;
21
22
class
CbmPropagator
:
public
TObject
{
23
public
:
24
CbmPropagator
();
25
virtual
~CbmPropagator
();
26
33
virtual
StatusCode
Propagate
(
34
const
FairTrackParam
*parIn,
35
FairTrackParam
*parOut,
36
Double_t zOut,
37
Int_t
pdg
) = 0;
38
44
virtual
StatusCode
Propagate
(
45
FairTrackParam
*par,
46
Double_t zOut,
47
Int_t pdg) = 0;
48
52
virtual
void
TransportMatrix
(
53
std::vector<Double_t>&
F
) = 0;
54
58
virtual
void
TransportMatrix
(
59
TMatrixD& F) = 0;
60
61
ClassDef
(
CbmPropagator
,1);
62
};
63
64
#endif
/*CBMPROPAGATOR_H_*/
EicRoot
blob
master
cbmbase
CbmPropagator.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:33
using
1.8.2 with
EIC GitHub integration