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
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_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
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
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
fun4all_coresoftware
blob
master
generators
PHPythia8
PHPy8JetTrigger.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:42
using
1.8.2 with
EIC GitHub integration