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
PHPy8GenTrigger.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHPy8GenTrigger.h
1
#ifndef PHPYTHIA8_PHPY8GENTRIGGER_H
2
#define PHPYTHIA8_PHPY8GENTRIGGER_H
3
4
#include <iostream>
5
#include <string>
6
#include <vector>
7
8
namespace
Pythia8
9
{
10
class
Pythia;
11
}
12
13
class
PHPy8GenTrigger
14
{
15
protected
:
17
PHPy8GenTrigger
(
const
std::string &
name
=
"PHPy8GenTrigger"
);
18
19
public
:
20
virtual
~PHPy8GenTrigger
(){}
21
22
virtual
bool
Apply
(Pythia8::Pythia *
/*pythia*/
)
23
{
24
std::cout <<
"PHPy8GenTrigger::Apply - in virtual function"
<< std::endl;
25
return
false
;
26
}
27
28
virtual
std::string
GetName
() {
return
m_Name
; }
29
30
std::vector<int>
convertToInts
(std::string
s
);
31
int
Verbosity
()
const
{
return
m_Verbosity
; }
32
void
Verbosity
(
int
v
) {
m_Verbosity
=
v
; }
33
34
private
:
35
int
m_Verbosity
;
36
std::string
m_Name
;
37
};
38
39
#endif
coresoftware
blob
master
generators
PHPythia8
PHPy8GenTrigger.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration