Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/generators/phhepmc/Fun4AllHepMCInputManager.h>
Public Member Functions | |
Fun4AllHepMCInputManager (const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP") | |
virtual | ~Fun4AllHepMCInputManager () |
virtual int | fileopen (const std::string &filenam) |
virtual int | fileclose () |
virtual int | run (const int nevents=0) |
int | isOpen () |
void | ReadOscar (const int i=1) |
virtual void | Print (const std::string &what="ALL") const |
virtual int | PushBackEvents (const int i) |
int | SyncIt (const SyncObject *) |
int | GetSyncObject (SyncObject **) |
int | NoSyncPushBackEvents (const int nevt) |
HepMC::GenEvent * | ConvertFromOscar () |
void | set_vertex_distribution_function (PHHepMCGenHelper::VTXFUNC x, PHHepMCGenHelper::VTXFUNC y, PHHepMCGenHelper::VTXFUNC z, PHHepMCGenHelper::VTXFUNC t) |
toss a new vertex according to a Uniform or Gaus distribution More... | |
void | set_vertex_distribution_mean (const double x, const double y, const double z, const double t) |
set the mean value of the vertex distribution, use PHENIX units of cm, ns More... | |
void | set_vertex_distribution_width (const double x, const double y, const double z, const double t) |
set the width of the vertex distribution function about the mean, use PHENIX units of cm, ns More... | |
void | set_reuse_vertex (int src_embedding_id) |
reuse vertex from another PHHepMCGenEvent with embedding_id = src_embedding_id Additional smearing and shift possible with set_vertex_distribution_*() More... | |
int | get_embedding_id () const |
void | set_embedding_id (int id) |
![]() | |
virtual | ~Fun4AllInputManager () |
virtual int | ReadInRunNode (PHCompositeNode *) |
virtual std::string | Filename () |
virtual int | BranchSelect (const std::string &, const int) |
virtual int | setBranches () |
virtual int | skip (const int nevt) |
int | AddFile (const std::string &filename) |
int | AddListFile (const std::string &filename, const int do_it=0) |
int | registerSubsystem (SubsysReco *subsystem) |
virtual int | RejectEvent () |
void | Repeat (const int i=-1) |
virtual void | setSyncManager (Fun4AllSyncManager *master) |
int | ResetFileList () |
virtual int | ResetEvent () |
virtual void | SetRunNumber (const int runno) |
virtual int | RunNumber () const |
void | AddToFileOpened (const std::string &filename) |
const std::list< std::string > | GetFileList () const |
const std::list< std::string > | GetFileOpenedList () const |
![]() | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. More... | |
virtual void | Name (const std::string &name) |
Sets the name of this module. More... | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual int | Verbosity () const |
Gets the verbosity of this module. More... | |
Protected Member Functions | |
int | OpenNextFile () |
![]() | |
Fun4AllInputManager (const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Protected Attributes | |
int | isopen |
int | events_total |
int | events_thisfile |
int | readoscar |
std::string | filename |
std::string | topNodeName |
PHCompositeNode * | topNode |
HepMC::IO_GenEvent * | ascii_in |
HepMC::GenEvent * | evt |
HepMC::GenEvent * | save_evt |
std::ifstream * | filestream |
std::istream * | unzipstream |
std::ifstream | theOscarFile |
PHHepMCGenHelper | hepmc_helper |
helper for insert HepMC event to DST node and add vertex smearing More... | |
boost::iostreams::filtering_streambuf< boost::iostreams::input > | zinbuffer |
![]() | |
std::vector< SubsysReco * > | Subsystems |
std::string | InputNode |
std::string | filename |
std::string | topNodeName |
std::list< std::string > | filelist |
std::list< std::string > | filelist_copy |
std::list< std::string > | filelist_opened |
Fun4AllSyncManager * | mySyncManager |
int | repeat |
int | myrunnumber |
int | initrun |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Additional Inherited Members | |
![]() | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0 , VERBOSITY_SOME = 1 , VERBOSITY_MORE = 2 , VERBOSITY_EVEN_MORE = 3 , VERBOSITY_A_LOT = 4 , VERBOSITY_MAX = INT_MAX - 10 } |
Definition at line 32 of file Fun4AllHepMCInputManager.h.
Fun4AllHepMCInputManager::Fun4AllHepMCInputManager | ( | const std::string & | name = "DUMMY" , |
const std::string & | nodename = "DST" , |
||
const std::string & | topnodename = "TOP" |
||
) |
Definition at line 43 of file Fun4AllHepMCInputManager.cc.
References PHCompositeNode::addNode(), Fun4AllServer::getNode(), hepmc_helper, Fun4AllInputManager::InputNode, Fun4AllServer::instance(), set_embedding_id(), PHHepMCGenHelper::set_geneventmap(), Fun4AllServer::topNode(), topNode, and topNodeName.
|
virtual |
Definition at line 76 of file Fun4AllHepMCInputManager.cc.
References ascii_in, fileclose(), filestream, and unzipstream.
HepMC::GenEvent * Fun4AllHepMCInputManager::ConvertFromOscar | ( | ) |
Definition at line 367 of file Fun4AllHepMCInputManager.cc.
References events_total, evt, NULL, theOscarFile, toMM, and Fun4AllBase::verbosity.
Referenced by run(), and Fun4AllHepMCPileupInputManager::run().
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 246 of file Fun4AllHepMCInputManager.cc.
References ascii_in, Fun4AllInputManager::filelist, isopen, Fun4AllBase::Name(), NULL, readoscar, Fun4AllInputManager::repeat, and theOscarFile.
Referenced by fileopen(), PushBackEvents(), run(), Fun4AllHepMCPileupInputManager::run(), and ~Fun4AllHepMCInputManager().
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 85 of file Fun4AllHepMCInputManager.cc.
References Fun4AllInputManager::AddToFileOpened(), ascii_in, Fun4AllSyncManager::CurrentRun(), events_thisfile, fileclose(), filename, filestream, PHFlag::FlagExist(), PHFlag::get_IntFlag(), recoConsts::instance(), isopen, Fun4AllInputManager::mySyncManager, Fun4AllBase::Name(), readoscar, theOscarFile, Fun4AllBase::ThisName, unzipstream, Fun4AllBase::verbosity, and zinbuffer.
Referenced by OpenNextFile().
|
inline |
embedding ID for the event positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background
Definition at line 80 of file Fun4AllHepMCInputManager.h.
References PHHepMCGenHelper::get_embedding_id(), and hepmc_helper.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 48 of file Fun4AllHepMCInputManager.h.
References Fun4AllReturnCodes::SYNC_NOOBJECT.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 40 of file Fun4AllHepMCInputManager.h.
References isopen.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 49 of file Fun4AllHepMCInputManager.h.
References PushBackEvents().
|
protected |
Definition at line 286 of file Fun4AllHepMCInputManager.cc.
References Fun4AllInputManager::filelist, fileopen(), PHWHERE, and Fun4AllBase::verbosity.
Referenced by run(), and Fun4AllHepMCPileupInputManager::run().
|
virtual |
Print out some info about this module.
what | can be used to specify what to print exactly. |
Reimplemented from Fun4AllInputManager.
Definition at line 280 of file Fun4AllHepMCInputManager.cc.
References Fun4AllInputManager::Print().
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 308 of file Fun4AllHepMCInputManager.cc.
References ascii_in, evt, fileclose(), isopen, submit_bnl::nevents, PHWHERE, save_evt, Fun4AllBase::ThisName, and Fun4AllBase::verbosity.
Referenced by NoSyncPushBackEvents().
|
inline |
Definition at line 41 of file Fun4AllHepMCInputManager.h.
References readoscar.
|
virtual |
Reimplemented from Fun4AllInputManager.
Reimplemented in Fun4AllHepMCPileupInputManager.
Definition at line 158 of file Fun4AllHepMCInputManager.cc.
References ascii_in, ConvertFromOscar(), Fun4AllSyncManager::CurrentEvent(), PHHepMCGenEventMap::end(), Fun4AllReturnCodes::EVENT_OK, events_thisfile, events_total, evt, fileclose(), Fun4AllInputManager::filelist, PHHepMCGenEventMap::find(), PHHepMCGenHelper::get_embedding_id(), PHHepMCGenHelper::get_geneventmap(), hepmc_helper, PHHepMCGenHelper::insert_event(), isopen, Fun4AllInputManager::mySyncManager, Fun4AllBase::Name(), NULL, OpenNextFile(), readoscar, Fun4AllInputManager::RejectEvent(), Fun4AllInputManager::ResetEvent(), save_evt, and Fun4AllBase::verbosity.
|
inline |
embedding ID for the event positive ID is the embedded event of interest, e.g. jetty event from pythia negative IDs are backgrounds, .e.g out of time pile up collisions Usually, ID = 0 means the primary Au+Au collision background
Definition at line 86 of file Fun4AllHepMCInputManager.h.
References hepmc_helper, and PHHepMCGenHelper::set_embedding_id().
Referenced by Fun4AllHepMCInputManager().
|
inline |
reuse vertex from another PHHepMCGenEvent with embedding_id = src_embedding_id Additional smearing and shift possible with set_vertex_distribution_*()
Definition at line 71 of file Fun4AllHepMCInputManager.h.
References hepmc_helper, and PHHepMCGenHelper::set_reuse_vertex().
|
inline |
toss a new vertex according to a Uniform or Gaus distribution
Definition at line 53 of file Fun4AllHepMCInputManager.h.
References hepmc_helper, and PHHepMCGenHelper::set_vertex_distribution_function().
|
inline |
set the mean value of the vertex distribution, use PHENIX units of cm, ns
Definition at line 59 of file Fun4AllHepMCInputManager.h.
References hepmc_helper, and PHHepMCGenHelper::set_vertex_distribution_mean().
|
inline |
set the width of the vertex distribution function about the mean, use PHENIX units of cm, ns
Definition at line 65 of file Fun4AllHepMCInputManager.h.
References hepmc_helper, and PHHepMCGenHelper::set_vertex_distribution_width().
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 47 of file Fun4AllHepMCInputManager.h.
References Fun4AllReturnCodes::SYNC_OK.
|
protected |
Definition at line 99 of file Fun4AllHepMCInputManager.h.
Referenced by fileclose(), fileopen(), PushBackEvents(), run(), Fun4AllHepMCPileupInputManager::run(), and ~Fun4AllHepMCInputManager().
|
protected |
Definition at line 92 of file Fun4AllHepMCInputManager.h.
Referenced by fileopen(), run(), and Fun4AllHepMCPileupInputManager::run().
|
protected |
Definition at line 91 of file Fun4AllHepMCInputManager.h.
Referenced by ConvertFromOscar(), run(), and Fun4AllHepMCPileupInputManager::run().
|
protected |
Definition at line 100 of file Fun4AllHepMCInputManager.h.
Referenced by ConvertFromOscar(), PushBackEvents(), run(), and Fun4AllHepMCPileupInputManager::run().
|
protected |
Definition at line 95 of file Fun4AllHepMCInputManager.h.
Referenced by fileopen().
|
protected |
Definition at line 104 of file Fun4AllHepMCInputManager.h.
Referenced by fileopen(), and ~Fun4AllHepMCInputManager().
|
protected |
helper for insert HepMC event to DST node and add vertex smearing
Definition at line 109 of file Fun4AllHepMCInputManager.h.
Referenced by Fun4AllHepMCInputManager(), Fun4AllHepMCPileupInputManager::Fun4AllHepMCPileupInputManager(), get_embedding_id(), run(), Fun4AllHepMCPileupInputManager::run(), set_embedding_id(), set_reuse_vertex(), set_vertex_distribution_function(), set_vertex_distribution_mean(), and set_vertex_distribution_width().
|
protected |
Definition at line 90 of file Fun4AllHepMCInputManager.h.
Referenced by fileclose(), fileopen(), isOpen(), PushBackEvents(), run(), and Fun4AllHepMCPileupInputManager::run().
|
protected |
Definition at line 93 of file Fun4AllHepMCInputManager.h.
Referenced by fileclose(), fileopen(), ReadOscar(), run(), and Fun4AllHepMCPileupInputManager::run().
|
protected |
Definition at line 101 of file Fun4AllHepMCInputManager.h.
Referenced by PushBackEvents(), run(), and Fun4AllHepMCPileupInputManager::run().
|
protected |
Definition at line 106 of file Fun4AllHepMCInputManager.h.
Referenced by ConvertFromOscar(), fileclose(), and fileopen().
|
protected |
Definition at line 97 of file Fun4AllHepMCInputManager.h.
Referenced by Fun4AllHepMCInputManager().
|
protected |
Definition at line 96 of file Fun4AllHepMCInputManager.h.
Referenced by Fun4AllHepMCInputManager().
|
protected |
Definition at line 105 of file Fun4AllHepMCInputManager.h.
Referenced by fileopen(), and ~Fun4AllHepMCInputManager().
|
protected |
Definition at line 112 of file Fun4AllHepMCInputManager.h.
Referenced by fileopen().