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
VtxRegressor.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file VtxRegressor.h
1
8
#ifndef VtxRegressor_H__
9
#define VtxRegressor_H__
10
11
#include <GenFit/GFRaveVertex.h>
12
#include <TMVA/Reader.h>
13
14
class
SvtxTrack
;
15
16
class
VtxRegressor
17
{
18
public
:
19
VtxRegressor
(
std::string
,
std::string
);
20
~VtxRegressor
();
21
float
regress
(
SvtxTrack
*,
SvtxTrack
*,
genfit::GFRaveVertex
*);
22
23
private
:
24
TMVA::Reader*
reader
=NULL;
25
std::string
_method
;
26
float
pt1
,
pt2
,
phi
,
dphi
,
eta
,
deta
,
rin
;
27
};
28
#endif //VtxRegressor_H__
analysis
blob
master
PhotonConversion
truthconversion
VtxRegressor.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:55
using
1.8.2 with
sPHENIX GitHub integration