Class Reference for E1039 Core & Analysis Software
SQDigitizer Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4detectors/SQDigitizer.h>

+ Inheritance diagram for SQDigitizer:
+ Collaboration diagram for SQDigitizer:

Public Member Functions

 SQDigitizer (const std::string &name="SQDigitizer", const int verbose=0)
 
virtual ~SQDigitizer ()
 
int Init (PHCompositeNode *topNode)
 
int InitRun (PHCompositeNode *topNode)
 module initialization More...
 
int process_event (PHCompositeNode *topNode)
 event processing More...
 
void digitizePlane (const std::string &detName)
 main external call, fill the digi hit vector More...
 
void digitizeEMCal (const std::string &detName)
 digitize the emcal hits More...
 
int getTriggerLv (int detectorID)
 Get the trigger level by detectorID. More...
 
void registerEMCal (std::string ecalName, int ecalID=100)
 Register additional EMCal detector for digitizing. More...
 
void set_enable_st1dc (const bool en)
 enable/disable certain detectors More...
 
void set_enable_dphodo (const bool en)
 
void set_digitize_secondaries (const bool val)
 
- 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...
 
virtual void Print (const std::string &what="ALL") 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...
 

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 SubsysReco
 SubsysReco (const std::string &name="NONAME")
 
- Protected Member Functions inherited from Fun4AllBase
 Fun4AllBase (const std::string &name="NONAME")
 
- Protected Attributes inherited from Fun4AllBase
std::string ThisName
 
int verbosity
 The verbosity level. 0 means not verbose at all. More...
 

Detailed Description

Definition at line 23 of file SQDigitizer.h.

Constructor & Destructor Documentation

◆ SQDigitizer()

SQDigitizer::SQDigitizer ( const std::string &  name = "SQDigitizer",
const int  verbose = 0 
)

Definition at line 54 of file SQDigitizer.cc.

References Fun4AllBase::Verbosity().

+ Here is the call graph for this function:

◆ ~SQDigitizer()

SQDigitizer::~SQDigitizer ( )
virtual

Definition at line 65 of file SQDigitizer.cc.

Member Function Documentation

◆ digitizeEMCal()

◆ digitizePlane()

◆ getTriggerLv()

int SQDigitizer::getTriggerLv ( int  detectorID)
inline

Get the trigger level by detectorID.

Definition at line 46 of file SQDigitizer.h.

References GeomSvc::getTriggerLv().

+ Here is the call graph for this function:

◆ Init()

int SQDigitizer::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.

Definition at line 36 of file SQDigitizer.cc.

References Fun4AllReturnCodes::EVENT_OK, GeomSvc::getDetectorName(), GeomSvc::instance(), nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, nPropPlanes, and Fun4AllBase::Verbosity().

+ Here is the call graph for this function:

◆ InitRun()

int SQDigitizer::InitRun ( PHCompositeNode topNode)
virtual

module initialization

Reimplemented from SubsysReco.

Definition at line 68 of file SQDigitizer.cc.

References Fun4AllReturnCodes::ABORTRUN, PHCompositeNode::addNode(), Fun4AllReturnCodes::EVENT_OK, PHNodeIterator::findFirst(), Fun4AllBase::Name(), and Fun4AllBase::Verbosity().

+ Here is the call graph for this function:

◆ process_event()

int SQDigitizer::process_event ( PHCompositeNode topNode)
virtual

event processing

Reimplemented from SubsysReco.

Definition at line 128 of file SQDigitizer.cc.

References digitizeEMCal(), digitizePlane(), Fun4AllReturnCodes::EVENT_OK, Fun4AllBase::Name(), nChamberPlanes, nDarkPhotonPlanes, nHodoPlanes, nPropPlanes, Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_A_LOT.

+ Here is the call graph for this function:

◆ registerEMCal()

void SQDigitizer::registerEMCal ( std::string  ecalName,
int  ecalID = 100 
)
inline

Register additional EMCal detector for digitizing.

Definition at line 49 of file SQDigitizer.h.

◆ set_digitize_secondaries()

void SQDigitizer::set_digitize_secondaries ( const bool  val)
inline

Definition at line 55 of file SQDigitizer.h.

◆ set_enable_dphodo()

void SQDigitizer::set_enable_dphodo ( const bool  en)
inline

Definition at line 53 of file SQDigitizer.h.

◆ set_enable_st1dc()

void SQDigitizer::set_enable_st1dc ( const bool  en)
inline

enable/disable certain detectors

Definition at line 52 of file SQDigitizer.h.


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