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
Quarkonia2LeptonsMC.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Quarkonia2LeptonsMC.h
1
#ifndef __Quarkonia2LeptonsMC_H__
2
#define __Quarkonia2LeptonsMC_H__
3
4
#include <
fun4all/SubsysReco.h
>
5
//#include <vector>
6
//#include <cmath>
7
//#include <string>
8
//#include <limits.h>
9
//#include <TNtuple.h>
10
11
class
TNtuple;
12
class
TFile;
13
//class TH2D;
14
class
TH1D;
15
16
class
PHCompositeNode
;
17
namespace
HepMC
18
{
19
class
GenEvent;
20
}
21
22
class
Quarkonia2LeptonsMC
:
public
SubsysReco
23
{
24
25
public
:
26
27
Quarkonia2LeptonsMC
(
std::string
filename
);
28
29
int
30
Init
(
PHCompositeNode
*);
31
int
32
process_event
(
PHCompositeNode
*);
33
int
34
End
(
PHCompositeNode
*);
35
36
42
int
get_embedding_id
()
const
{
return
_embedding_id
; }
43
//
49
void
set_embedding_id
(
int
id
) {
_embedding_id
=
id
; }
50
private
:
51
52
bool
_verbose
;
53
54
int
_ievent
;
55
int
_total_pass
;
56
57
std::string
_foutname
;
58
TFile *
_fout_root
;
59
60
/* output tree and variables */
61
TNtuple*
_tree_quarkonia
;
62
67
int
_embedding_id
;
68
};
69
70
#endif // __Quarkonia2LeptonsMC_H__
analysis
blob
master
EICAnalysis
Quarkonia2LeptonsMC.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:49
using
1.8.2 with
sPHENIX GitHub integration