Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
FermiMotionAfterburner
flowAfterburner
hijing
HIJINGFlipAfterburner
JETSCAPE
JEWEL
phhepmc
PHPythia6
PHPythia8
PHPy8GenTrigger.cc
PHPy8GenTrigger.h
PHPy8JetTrigger.cc
PHPy8JetTrigger.h
PHPy8ParticleTrigger.cc
PHPy8ParticleTrigger.h
PHPythia8.cc
PHPythia8.h
PHSartre
ReactionPlaneAfterburner
sHEPGen
sHijing
offline
simulation
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
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:
Sat Feb 17 2024 22:18:03
using
1.8.2 with
sPHENIX GitHub integration