Class Reference for E1039 Core & Analysis Software
Fun4AllHepMCInputManager Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/generators/phhepmc/Fun4AllHepMCInputManager.h>

+ Inheritance diagram for Fun4AllHepMCInputManager:
+ Collaboration diagram for Fun4AllHepMCInputManager:

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)
 
- Public Member Functions inherited from Fun4AllInputManager
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
 
- Public Member Functions inherited from Fun4AllBase
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 ()
 
- Protected Member Functions inherited from Fun4AllInputManager
 Fun4AllInputManager (const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP")
 
- Protected Member Functions inherited from Fun4AllBase
 Fun4AllBase (const std::string &name="NONAME")
 

Protected Attributes

int isopen
 
int events_total
 
int events_thisfile
 
int readoscar
 
std::string filename
 
std::string topNodeName
 
PHCompositeNodetopNode
 
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
 
- Protected Attributes inherited from Fun4AllInputManager
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
 
Fun4AllSyncManagermySyncManager
 
int repeat
 
int myrunnumber
 
int initrun
 
- Protected Attributes inherited from Fun4AllBase
std::string ThisName
 
int verbosity
 The verbosity level. 0 means not verbose at all. More...
 

Additional Inherited Members

- Public Types inherited from Fun4AllBase
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
}
 

Detailed Description

Definition at line 32 of file Fun4AllHepMCInputManager.h.

Constructor & Destructor Documentation

◆ Fun4AllHepMCInputManager()

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.

+ Here is the call graph for this function:

◆ ~Fun4AllHepMCInputManager()

Fun4AllHepMCInputManager::~Fun4AllHepMCInputManager ( )
virtual

Definition at line 76 of file Fun4AllHepMCInputManager.cc.

References ascii_in, fileclose(), filestream, and unzipstream.

+ Here is the call graph for this function:

Member Function Documentation

◆ ConvertFromOscar()

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().

+ Here is the caller graph for this function:

◆ fileclose()

int Fun4AllHepMCInputManager::fileclose ( )
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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fileopen()

int Fun4AllHepMCInputManager::fileopen ( const std::string &  filenam)
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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ get_embedding_id()

int Fun4AllHepMCInputManager::get_embedding_id ( ) const
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.

+ Here is the call graph for this function:

◆ GetSyncObject()

int Fun4AllHepMCInputManager::GetSyncObject ( SyncObject **  )
inlinevirtual

Reimplemented from Fun4AllInputManager.

Definition at line 48 of file Fun4AllHepMCInputManager.h.

References Fun4AllReturnCodes::SYNC_NOOBJECT.

◆ isOpen()

int Fun4AllHepMCInputManager::isOpen ( )
inlinevirtual

Reimplemented from Fun4AllInputManager.

Definition at line 40 of file Fun4AllHepMCInputManager.h.

References isopen.

◆ NoSyncPushBackEvents()

int Fun4AllHepMCInputManager::NoSyncPushBackEvents ( const int  nevt)
inlinevirtual

Reimplemented from Fun4AllInputManager.

Definition at line 49 of file Fun4AllHepMCInputManager.h.

References PushBackEvents().

+ Here is the call graph for this function:

◆ OpenNextFile()

int Fun4AllHepMCInputManager::OpenNextFile ( )
protected

Definition at line 286 of file Fun4AllHepMCInputManager.cc.

References Fun4AllInputManager::filelist, fileopen(), PHWHERE, and Fun4AllBase::verbosity.

Referenced by run(), and Fun4AllHepMCPileupInputManager::run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Print()

void Fun4AllHepMCInputManager::Print ( const std::string &  what = "ALL") const
virtual

Print out some info about this module.

Parameters
whatcan be used to specify what to print exactly.

Reimplemented from Fun4AllInputManager.

Definition at line 280 of file Fun4AllHepMCInputManager.cc.

References Fun4AllInputManager::Print().

+ Here is the call graph for this function:

◆ PushBackEvents()

int Fun4AllHepMCInputManager::PushBackEvents ( const int  i)
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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ReadOscar()

void Fun4AllHepMCInputManager::ReadOscar ( const int  i = 1)
inline

Definition at line 41 of file Fun4AllHepMCInputManager.h.

References readoscar.

◆ run()

◆ set_embedding_id()

void Fun4AllHepMCInputManager::set_embedding_id ( int  id)
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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_reuse_vertex()

void Fun4AllHepMCInputManager::set_reuse_vertex ( int  src_embedding_id)
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().

+ Here is the call graph for this function:

◆ set_vertex_distribution_function()

void Fun4AllHepMCInputManager::set_vertex_distribution_function ( PHHepMCGenHelper::VTXFUNC  x,
PHHepMCGenHelper::VTXFUNC  y,
PHHepMCGenHelper::VTXFUNC  z,
PHHepMCGenHelper::VTXFUNC  t 
)
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().

+ Here is the call graph for this function:

◆ set_vertex_distribution_mean()

void Fun4AllHepMCInputManager::set_vertex_distribution_mean ( const double  x,
const double  y,
const double  z,
const double  t 
)
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().

+ Here is the call graph for this function:

◆ set_vertex_distribution_width()

void Fun4AllHepMCInputManager::set_vertex_distribution_width ( const double  x,
const double  y,
const double  z,
const double  t 
)
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().

+ Here is the call graph for this function:

◆ SyncIt()

int Fun4AllHepMCInputManager::SyncIt ( const SyncObject )
inlinevirtual

Reimplemented from Fun4AllInputManager.

Definition at line 47 of file Fun4AllHepMCInputManager.h.

References Fun4AllReturnCodes::SYNC_OK.

Member Data Documentation

◆ ascii_in

HepMC::IO_GenEvent* Fun4AllHepMCInputManager::ascii_in
protected

◆ events_thisfile

int Fun4AllHepMCInputManager::events_thisfile
protected

Definition at line 92 of file Fun4AllHepMCInputManager.h.

Referenced by fileopen(), run(), and Fun4AllHepMCPileupInputManager::run().

◆ events_total

int Fun4AllHepMCInputManager::events_total
protected

◆ evt

HepMC::GenEvent* Fun4AllHepMCInputManager::evt
protected

◆ filename

std::string Fun4AllHepMCInputManager::filename
protected

Definition at line 95 of file Fun4AllHepMCInputManager.h.

Referenced by fileopen().

◆ filestream

std::ifstream* Fun4AllHepMCInputManager::filestream
protected

Definition at line 104 of file Fun4AllHepMCInputManager.h.

Referenced by fileopen(), and ~Fun4AllHepMCInputManager().

◆ hepmc_helper

◆ isopen

int Fun4AllHepMCInputManager::isopen
protected

◆ readoscar

int Fun4AllHepMCInputManager::readoscar
protected

◆ save_evt

HepMC::GenEvent* Fun4AllHepMCInputManager::save_evt
protected

◆ theOscarFile

std::ifstream Fun4AllHepMCInputManager::theOscarFile
protected

Definition at line 106 of file Fun4AllHepMCInputManager.h.

Referenced by ConvertFromOscar(), fileclose(), and fileopen().

◆ topNode

PHCompositeNode* Fun4AllHepMCInputManager::topNode
protected

Definition at line 97 of file Fun4AllHepMCInputManager.h.

Referenced by Fun4AllHepMCInputManager().

◆ topNodeName

std::string Fun4AllHepMCInputManager::topNodeName
protected

Definition at line 96 of file Fun4AllHepMCInputManager.h.

Referenced by Fun4AllHepMCInputManager().

◆ unzipstream

std::istream* Fun4AllHepMCInputManager::unzipstream
protected

Definition at line 105 of file Fun4AllHepMCInputManager.h.

Referenced by fileopen(), and ~Fun4AllHepMCInputManager().

◆ zinbuffer

boost::iostreams::filtering_streambuf<boost::iostreams::input> Fun4AllHepMCInputManager::zinbuffer
protected

Definition at line 112 of file Fun4AllHepMCInputManager.h.

Referenced by fileopen().


The documentation for this class was generated from the following files: