Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/generators/PHSartre/PHSartreGenTrigger.h>
Public Member Functions | |
virtual | ~PHSartreGenTrigger () |
virtual bool | Apply (Event *) |
virtual std::string | GetName () |
std::vector< int > | convertToInts (std::string s) |
int | Verbosity () const |
void | Verbosity (int v) |
Protected Member Functions | |
PHSartreGenTrigger (const std::string &name="PHSartreGenTrigger") | |
constructor | |
Private Attributes | |
int | m_Verbosity |
std::string | m_Name |
Definition at line 10 of file PHSartreGenTrigger.h.
View newest version in sPHENIX GitHub at line 10 of file PHSartreGenTrigger.h
|
protected |
constructor
Definition at line 8 of file PHSartreGenTrigger.cc.
View newest version in sPHENIX GitHub at line 8 of file PHSartreGenTrigger.cc
|
virtual |
Definition at line 15 of file PHSartreGenTrigger.cc.
View newest version in sPHENIX GitHub at line 15 of file PHSartreGenTrigger.cc
|
inlinevirtual |
Reimplemented in PHSartreParticleTrigger.
Definition at line 19 of file PHSartreGenTrigger.h.
View newest version in sPHENIX GitHub at line 19 of file PHSartreGenTrigger.h
std::vector< int > PHSartreGenTrigger::convertToInts | ( | std::string | s | ) |
Definition at line 17 of file PHSartreGenTrigger.cc.
View newest version in sPHENIX GitHub at line 17 of file PHSartreGenTrigger.cc
References i.
Referenced by PHSartreParticleTrigger::AddParticles().
|
inlinevirtual |
Definition at line 25 of file PHSartreGenTrigger.h.
View newest version in sPHENIX GitHub at line 25 of file PHSartreGenTrigger.h
References m_Name.
Referenced by cpp.ast.AstBuilder::_GetBases(), cpp.ast.AstBuilder::_GetClass(), cpp.ast.AstBuilder::_GetReturnTypeAndClassName(), cpp.ast.AstBuilder::_GetTemplatedTypes(), cpp.ast.AstBuilder::handle_namespace(), cpp.ast.AstBuilder::handle_struct(), and PHSartre::register_trigger().
|
inline |
Definition at line 28 of file PHSartreGenTrigger.h.
View newest version in sPHENIX GitHub at line 28 of file PHSartreGenTrigger.h
References m_Verbosity.
Referenced by PHSartreParticleTrigger::Apply(), and PHSartreParticleTrigger::~PHSartreParticleTrigger().
|
inline |
Definition at line 29 of file PHSartreGenTrigger.h.
View newest version in sPHENIX GitHub at line 29 of file PHSartreGenTrigger.h
References m_Verbosity, and testSigmaEff::v.
|
private |
Definition at line 34 of file PHSartreGenTrigger.h.
View newest version in sPHENIX GitHub at line 34 of file PHSartreGenTrigger.h
Referenced by GetName().
|
private |
Definition at line 33 of file PHSartreGenTrigger.h.
View newest version in sPHENIX GitHub at line 33 of file PHSartreGenTrigger.h
Referenced by Verbosity().