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
SvtxSimPerformanceCheckReco.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SvtxSimPerformanceCheckReco.h
1
#ifndef __SVTXSIMPERFORMANCECHECKRECO_H__
2
#define __SVTXSIMPERFORMANCECHECKRECO_H__
3
4
#include <
fun4all/SubsysReco.h
>
5
#include <string>
6
#include <TH1D.h>
7
#include <TH2D.h>
8
9
class
PHCompositeNode
;
10
11
class
SvtxSimPerformanceCheckReco
:
public
SubsysReco
{
12
13
public
:
14
15
SvtxSimPerformanceCheckReco
(
const
std::string
&
name
=
"SvtxSimPerformanceCheckReco"
);
16
17
int
Init
(
PHCompositeNode
*topNode);
18
int
process_event
(
PHCompositeNode
*topNode);
19
int
End
(
PHCompositeNode
*topNode);
20
21
void
set_nlayers
(
unsigned
int
nlayers
) {
_nlayers
=
nlayers
;}
22
void
set_inner_layer_mask
(
unsigned
int
mask
) {
_inner_layer_mask
=
mask
;}
23
24
private
:
25
26
// event counter
27
unsigned
long
long
_event
;
28
29
// number of layers
30
unsigned
int
_nlayers
;
31
32
unsigned
int
_inner_layer_mask
;
33
34
// output histograms ---------------------------------------------------------
35
36
TH2D*
_truept_dptoverpt
;
// momentum resolution
37
38
TH2D*
_truept_dca
;
// dca resolution
39
40
TH1D*
_truept_particles_leaving7Hits
;
// pattern reco eff baseline
41
42
TH1D*
_truept_particles_recoWithExactHits
;
// pattern reco eff by nhits
43
TH1D*
_truept_particles_recoWithin1Hit
;
44
TH1D*
_truept_particles_recoWithin2Hits
;
45
46
TH1D*
_truept_particles_recoWithExactInnerHits
;
// pattern reco eff by nhits
47
TH1D*
_truept_particles_recoWithin1InnerHit
;
48
TH1D*
_truept_particles_recoWithin2InnerHits
;
49
50
TH1D*
_truept_particles_recoWithin3Percent
;
// parttern reco eff by momentum match
51
TH1D*
_truept_particles_recoWithin4Percent
;
52
TH1D*
_truept_particles_recoWithin5Percent
;
53
54
TH1D*
_recopt_tracks_all
;
// purity baseline (non-embedded particles)
55
56
TH1D*
_recopt_tracks_recoWithExactHits
;
// purity by nhit match
57
TH1D*
_recopt_tracks_recoWithin1Hit
;
58
TH1D*
_recopt_tracks_recoWithin2Hits
;
59
60
TH1D*
_recopt_tracks_recoWithExactInnerHits
;
61
TH1D*
_recopt_tracks_recoWithin1InnerHit
;
62
TH1D*
_recopt_tracks_recoWithin2InnerHits
;
63
64
TH1D*
_recopt_tracks_recoWithin3Percent
;
// purity by momentum match
65
TH1D*
_recopt_tracks_recoWithin4Percent
;
66
TH1D*
_recopt_tracks_recoWithin5Percent
;
67
68
TH2D*
_recopt_quality
;
// quality distributions
69
70
TH1D*
_dx_vertex
;
// vertex resolution
71
TH1D*
_dy_vertex
;
72
TH1D*
_dz_vertex
;
73
74
TH2D*
_truept_quality_particles_recoWithin4Percent
;
75
76
TH2D*
_recopt_quality_tracks_all
;
77
TH2D*
_recopt_quality_tracks_recoWithin4Percent
;
78
};
79
80
#endif // __SVTXSIMPERFORMANCECHECKRECO_H__
analysis
blob
master
SvtxSimPerformanceCheckReco
SvtxSimPerformanceCheckReco.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:57
using
1.8.2 with
sPHENIX GitHub integration