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
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
blob
master
docs
notebooks
SimpleAnalysis
scripts
AnalysisFunctions.cc
CharmJetModule.cc
CharmJetModule.h
ElectronPIDModule.cc
ElectronPIDModule.h
EventSelectionModule.cc
EventSelectionModule.h
KaonPIDModule.cc
KaonPIDModule.h
Module.cc
Module.h
ModuleHandler.h
MuonPIDModule.cc
MuonPIDModule.h
SimpleAnalysis.cc
simpleanalysis.py
TaggingModule.cc
TaggingModule.h
TaggingStudyModule.cc
TaggingStudyModule.h
TreeHandler.h
ATHENA.tcl
barrelDIRC_epid.tcl
barrelDIRC_hpid.tcl
BTOF.epid.t020ps.tcl
BTOF.epid.t030ps.tcl
BTOF.hpid.t020ps.tcl
BTOF.hpid.t030ps.tcl
delphes_EICmatrixv2_3T.tcl
DelphesSkim.C
dualRICH_aerogel_0.00mrad.tcl
dualRICH_aerogel_0.25mrad.tcl
dualRICH_aerogel_0.50mrad.tcl
dualRICH_c2f6_0.00mrad.tcl
dualRICH_c2f6_0.25mrad.tcl
dualRICH_c2f6_0.50mrad.tcl
H1.tcl
pfRICH_0.00mrad.tcl
pfRICH_0.25mrad.tcl
pfRICH_0.50mrad.tcl
run_skim.py
run_study.py
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
TaggingModule.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TaggingModule.h
1
#ifndef TAGGINGMODULE_HH
2
#define TAGGINGMODULE_HH
3
4
#include "classes/DelphesClasses.h"
5
6
#include "
Module.h
"
7
8
class
TaggingModule
:
public
Module
{
9
10
public
:
11
12
TaggingModule
(ExRootTreeReader*
data
);
13
14
~TaggingModule
();
15
16
void
initialize
()
override
;
17
bool
execute
(std::map<std::string, std::any>* DataStore)
override
;
18
void
finalize
()
override
;
19
20
21
private
:
22
23
// Branch variables for storage to disk
24
float
_jet_pt
;
25
float
_jet_eta
;
26
float
_jet_flavor
;
27
float
_jet_sip3dtagged
;
28
float
_jet_ktagged
;
29
float
_jet_etagged
;
30
float
_jet_mutagged
;
31
float
_jet_btag
;
32
33
float
_bjorken_x
;
34
float
_bjorken_Q2
;
35
float
_JB_x
;
36
float
_JB_Q2
;
37
38
private
:
39
// Methods internal to the class for flavor tagging applications
40
41
42
};
43
44
#endif
delphes_EIC
blob
master
SimpleAnalysis
TaggingModule.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:31
using
1.8.2 with
EIC GitHub integration