ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
decayFinder
FermiMotionAfterburner
flowAfterburner
hijing
JETSCAPE
JEWEL
phhepmc
PHPythia6
PHPythia8
PHPy8GenTrigger.cc
PHPy8GenTrigger.h
PHPy8JetTrigger.cc
PHPy8JetTrigger.h
PHPy8ParticleTrigger.cc
PHPy8ParticleTrigger.h
PHPythia8.cc
PHPythia8.h
PHSartre
sHEPGen
sHijing
offline
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHPy8JetTrigger.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHPy8JetTrigger.h
1
#ifndef PHPYTHIA8_PHPY8JETTRIGGER_H
2
#define PHPYTHIA8_PHPY8JETTRIGGER_H
3
4
#include "
PHPy8GenTrigger.h
"
5
6
#include <string>
7
8
namespace
Pythia8
9
{
10
class
Pythia;
11
}
12
13
class
PHPy8JetTrigger
:
public
PHPy8GenTrigger
14
{
15
public
:
16
PHPy8JetTrigger
(
const
std::string &
name
=
"PHPy8JetTrigger"
);
17
~PHPy8JetTrigger
()
override
;
18
19
bool
Apply
(Pythia8::Pythia *
pythia
)
override
;
20
21
void
SetEtaHighLow
(
double
etaHigh,
double
etaLow);
22
void
SetMinJetPt
(
double
minPt);
23
void
SetJetR
(
double
R
);
24
void
SetMinLeadingZ
(
double
minZ);
25
void
SetMinNumConstituents
(
int
nconst);
26
27
void
PrintConfig
();
28
29
private
:
30
double
_theEtaHigh
;
31
double
_theEtaLow
;
32
double
_minPt
;
33
double
_minZ
;
34
double
_R
;
35
int
_nconst
;
36
};
37
38
#endif
coresoftware
blob
master
generators
PHPythia8
PHPy8JetTrigger.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration