Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/src/framework/HadronizationModule.h>
Public Member Functions | |
virtual shared_ptr< Hadronization > | Clone () const override |
Public Member Functions inherited from Jetscape::Hadronization | |
Hadronization () | |
virtual | ~Hadronization () |
virtual void | Init () |
virtual void | Exec () |
virtual void | DoHadronization (vector< vector< shared_ptr< Parton >>> &pIn, vector< shared_ptr< Hadron >> &hOut, vector< shared_ptr< Parton >> &pOut) |
virtual void | WriteTask (weak_ptr< JetScapeWriter > w) |
virtual void | Clear () |
void | GetHadrons (vector< shared_ptr< Hadron >> &signal) |
vector< shared_ptr< Hadron > > | GetHadrons () |
vector< shared_ptr< Parton > > | GetOutPartons () |
void | AddInPartons (vector< vector< shared_ptr< Parton >>> ip) |
void | SetTransformPartonsConnected (bool m_TransformPartonsConnected) |
const bool | GetTransformPartonsConnected () |
void | SetGetHydroHyperSurfaceConnected (bool m_GetHydroHyperSurfaceConnected) |
const bool | GetGetHydroHyperSurfaceConnected () |
void | SetGetHydroCellSignalConnected (bool m_GetHydroCellSignalConnected) |
const bool | GetGetHydroCellSignalConnected () |
void | AddInHadrons (vector< shared_ptr< Hadron >> ih) |
void | DeleteHadrons () |
void | DeleteRealHadrons () |
Public Member Functions inherited from Jetscape::JetScapeModuleBase | |
JetScapeModuleBase () | |
JetScapeModuleBase (string m_name) | |
virtual | ~JetScapeModuleBase () |
void | SetXMLMainFileName (string m_name) |
string | GetXMLMainFileName () |
void | SetXMLUserFileName (string m_name) |
string | GetXMLUserFileName () |
shared_ptr< std::mt19937 > | GetMt19937Generator () |
tinyxml2::XMLElement * | GetXMLElement (std::initializer_list< const char * > path, bool isRequired=true) |
std::string | GetXMLElementText (std::initializer_list< const char * > path, bool isRequired=true) |
int | GetXMLElementInt (std::initializer_list< const char * > path, bool isRequired=true) |
double | GetXMLElementDouble (std::initializer_list< const char * > path, bool isRequired=true) |
Public Member Functions inherited from Jetscape::JetScapeTask | |
JetScapeTask () | |
virtual | ~JetScapeTask () |
virtual void | Finish () |
virtual void | ExecuteTasks () |
virtual void | ExecuteTask () |
virtual void | InitTask () |
virtual void | InitTasks () |
virtual void | ClearTasks () |
virtual void | ClearTask () |
virtual void | FinishTask () |
virtual void | FinishTasks () |
virtual void | WriteTasks (weak_ptr< JetScapeWriter > w) |
virtual void | CollectHeader (weak_ptr< JetScapeWriter > w) |
virtual void | CollectHeaders (weak_ptr< JetScapeWriter > w) |
virtual void | Add (shared_ptr< JetScapeTask > m_tasks) |
virtual const int | GetMyTaskNumber () const |
const vector< shared_ptr < JetScapeTask > > | GetTaskList () const |
shared_ptr< JetScapeTask > | GetTaskAt (int i) |
void | EraseTaskLast () |
void | EraseTaskAt (int i) |
void | ResizeTaskList (int i) |
void | ClearTaskList () |
int | GetNumberOfTasks () |
const bool | GetActive () const |
void | SetActive (bool m_active_exec) |
void | SetId (string m_id) |
const string | GetId () const |
const shared_ptr < JetScapeModuleMutex > | GetMutex () const |
void | SetMutex (shared_ptr< JetScapeModuleMutex > m_mutex) |
Public Member Functions inherited from sigslot::has_slots< sigslot::multi_threaded_local > | |
has_slots () | |
has_slots (const has_slots &hs) | |
void | signal_connect (_signal_base< sigslot::multi_threaded_local > *sender) |
void | signal_disconnect (_signal_base< sigslot::multi_threaded_local > *sender) |
virtual | ~has_slots () |
void | disconnect_all () |
Additional Inherited Members | |
Static Public Member Functions inherited from Jetscape::JetScapeModuleBase | |
static int | GetCurrentEvent () |
static void | IncrementCurrentEvent () |
Public Attributes inherited from Jetscape::Hadronization | |
sigslot::signal3< vector < vector< shared_ptr< Parton > > > &, vector< shared_ptr < Hadron > > &, vector < shared_ptr< Parton > > &, multi_threaded_local > | TransformPartons |
sigslot::signal2 < Jetscape::real, std::vector < SurfaceCellInfo > &, multi_threaded_local > | GetHydroHyperSurface |
sigslot::signal5< double, double, double, double, std::unique_ptr< FluidCellInfo > &, multi_threaded_local > | GetHydroCellSignal |
Definition at line 23 of file HadronizationModule.h.
View newest version in sPHENIX GitHub at line 23 of file HadronizationModule.h
|
inlineoverridevirtual |
Reimplemented from Jetscape::Hadronization.
Definition at line 28 of file HadronizationModule.h.
View newest version in sPHENIX GitHub at line 28 of file HadronizationModule.h