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
ElectronPIDModule.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file ElectronPIDModule.h
1
#ifndef ELECTRONPIDMODULE_HH
2
#define ELECTRONPIDMODULE_HH
3
4
#include "
Module.h
"
5
#include "classes/DelphesClasses.h"
6
7
8
class
ElectronPIDModule
:
public
Module
{
9
10
public
:
11
12
ElectronPIDModule
(ExRootTreeReader*
data
);
13
14
~ElectronPIDModule
();
15
16
void
initialize
()
override
{};
17
bool
execute
(std::map<std::string, std::any>* DataStore)
override
;
18
void
finalize
()
override
{};
19
20
private
:
21
22
bool
ElectronPID
(Track* track,
float
eIDprob = 0.90,
float
separation = 3.0);
23
};
24
25
#endif
delphes_EIC
blob
master
SimpleAnalysis
ElectronPIDModule.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:31
using
1.8.2 with
EIC GitHub integration