Class Reference for E1039 Core & Analysis Software
SQPileupGen Class Reference

An SQ class to pileup the tracks from external file. More...

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

+ Inheritance diagram for SQPileupGen:
+ Collaboration diagram for SQPileupGen:

Public Member Functions

 SQPileupGen (const std::string &name="PileupGen")
 
virtual ~SQPileupGen ()
 
int Init (PHCompositeNode *topNode)
 
int InitRun (PHCompositeNode *topNode)
 
int process_event (PHCompositeNode *topNode)
 
void setExtInputFile (const TString &name)
 Set external file with track info for pileup. More...
 
void setBucketSize (int n)
 Set bucket size for pileup. More...
 
void set_inhibit_threshold (int threshold)
 Set inhibit threshold in QIE if using intensity profile for pileup. More...
 
void set_proton_coeff (double coeff)
 Set proton conversion coefficent from QIE count if using intensity profile for pileup. More...
 
TF1 * get_beam_intensity_profile () const
 < Return beam intensity profile function for pileup More...
 
TH1 * get_beam_intensity_profile_histo () const
 < Return beam intensity profile histogram for pileup More...
 
void set_beam_intensity_profile (TF1 *beamIntensityProfile)
 
void set_beam_intensity_profile_histo (TH1 *beamIntensityProfile_histo)
 
- Public Member Functions inherited from PHG4ParticleGeneratorBase
virtual ~PHG4ParticleGeneratorBase ()
 
virtual void set_name (const std::string &particle="proton")
 
virtual void set_pid (const int pid)
 
virtual void set_mom (const double x, const double y, const double z)
 
virtual void set_vtx (const double x, const double y, const double z)
 
virtual void set_t0 (const double t)
 
virtual double get_vtx_x () const
 
virtual double get_vtx_y () const
 
virtual double get_vtx_z () const
 
virtual double get_t0 () const
 
virtual void Print (const std::string &what="ALL") const
 
virtual void AddParticle (const std::string &particle, const double x, const double y, const double z)
 
virtual void AddParticle (const int pid, const double x, const double y, const double z)
 
virtual void Embed (const int i=1)
 
virtual int ReuseExistingVertex (PHCompositeNode *topNode)
 
int get_reuse_existing_vertex () const
 
void set_reuse_existing_vertex (const int i=1)
 
void set_seed (const unsigned int iseed)
 
unsigned int get_seed () const
 
- Public Member Functions inherited from SubsysReco
virtual ~SubsysReco ()
 
virtual int End (PHCompositeNode *)
 Called at the end of all processing. More...
 
virtual int EndRun (const int)
 Called at the end of each run. More...
 
virtual int Reset (PHCompositeNode *)
 Reset. More...
 
virtual int ResetEvent (PHCompositeNode *)
 Clean up after each event. More...
 
- 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...
 

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
}
 
- Protected Member Functions inherited from PHG4ParticleGeneratorBase
 PHG4ParticleGeneratorBase (const std::string &name="GENERATORBASE")
 
int get_pdgcode (const std::string &name) const
 
std::string get_pdgname (const int pdgcode) const
 
double get_mass (const int pdgcode) const
 
void CheckAndCreateParticleVector ()
 
void SetParticleId (PHG4Particle *particle, PHG4InEvent *ineve)
 
- Protected Member Functions inherited from SubsysReco
 SubsysReco (const std::string &name="NONAME")
 
- Protected Member Functions inherited from Fun4AllBase
 Fun4AllBase (const std::string &name="NONAME")
 
- Protected Attributes inherited from PHG4ParticleGeneratorBase
int embedflag
 
int reuse_existing_vertex
 
double vtx_x
 
double vtx_y
 
double vtx_z
 
double t0
 
std::vector< PHG4Particle * > particlelist
 
unsigned int seed
 
gsl_rng * RandomGenerator
 
- Protected Attributes inherited from Fun4AllBase
std::string ThisName
 
int verbosity
 The verbosity level. 0 means not verbose at all. More...
 

Detailed Description

An SQ class to pileup the tracks from external file.

Definition at line 36 of file SQPileupGen.h.

Constructor & Destructor Documentation

◆ SQPileupGen()

SQPileupGen::SQPileupGen ( const std::string &  name = "PileupGen")

◆ ~SQPileupGen()

virtual SQPileupGen::~SQPileupGen ( )
virtual

Member Function Documentation

◆ get_beam_intensity_profile()

TF1* SQPileupGen::get_beam_intensity_profile ( ) const
inline

< Return beam intensity profile function for pileup

Definition at line 51 of file SQPileupGen.h.

◆ get_beam_intensity_profile_histo()

TH1* SQPileupGen::get_beam_intensity_profile_histo ( ) const
inline

< Return beam intensity profile histogram for pileup

Definition at line 56 of file SQPileupGen.h.

◆ Init()

int SQPileupGen::Init ( PHCompositeNode )
virtual

Called during initialization, i.e. registered via Fun4AllServer::registerSubsystem(). Typically this is where you can book histograms, and e.g. register them to Fun4AllServer (so they can be output to file using Fun4AllServer::dumpHistos() method).

Reimplemented from SubsysReco.

◆ InitRun()

int SQPileupGen::InitRun ( PHCompositeNode )
virtual

Called for first event when run number is known. Typically this is where you may want to fetch data from database, because you know the run number.

Reimplemented from PHG4ParticleGeneratorBase.

◆ process_event()

int SQPileupGen::process_event ( PHCompositeNode )
virtual

Called for each event. This is where you do the real work.

Reimplemented from PHG4ParticleGeneratorBase.

◆ set_beam_intensity_profile()

void SQPileupGen::set_beam_intensity_profile ( TF1 *  beamIntensityProfile)
inline

Definition at line 61 of file SQPileupGen.h.

◆ set_beam_intensity_profile_histo()

void SQPileupGen::set_beam_intensity_profile_histo ( TH1 *  beamIntensityProfile_histo)
inline

Definition at line 66 of file SQPileupGen.h.

◆ set_inhibit_threshold()

void SQPileupGen::set_inhibit_threshold ( int  threshold)
inline

Set inhibit threshold in QIE if using intensity profile for pileup.

Definition at line 48 of file SQPileupGen.h.

◆ set_proton_coeff()

void SQPileupGen::set_proton_coeff ( double  coeff)
inline

Set proton conversion coefficent from QIE count if using intensity profile for pileup.

Definition at line 49 of file SQPileupGen.h.

◆ setBucketSize()

void SQPileupGen::setBucketSize ( int  n)
inline

Set bucket size for pileup.

Definition at line 47 of file SQPileupGen.h.

◆ setExtInputFile()

void SQPileupGen::setExtInputFile ( const TString &  name)
inline

Set external file with track info for pileup.

Definition at line 46 of file SQPileupGen.h.


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