Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4detectors/SQDigitizer.h>
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) |
![]() | |
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 |
![]() | |
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 | |
![]() | |
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 } |
![]() | |
SubsysReco (const std::string &name="NONAME") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Definition at line 23 of file SQDigitizer.h.
SQDigitizer::SQDigitizer | ( | const std::string & | name = "SQDigitizer" , |
const int | verbose = 0 |
||
) |
Definition at line 54 of file SQDigitizer.cc.
References Fun4AllBase::Verbosity().
|
virtual |
Definition at line 65 of file SQDigitizer.cc.
void SQDigitizer::digitizeEMCal | ( | const std::string & | detName | ) |
digitize the emcal hits
Definition at line 243 of file SQDigitizer.cc.
References SQCalHit_v1::add_cell(), PHG4Hit::get_edep(), PHG4Hit::get_hit_id(), PHG4Hit::get_index_l(), PHG4Hit::get_px(), PHG4Hit::get_py(), PHG4Hit::get_pz(), PHG4Hit::get_scint_id(), PHG4Hit::get_shower_id(), PHG4Hit::get_trkid(), PHG4Hit::get_x(), PHG4Hit::get_y(), PHG4Hit::get_z(), PHG4HitContainer::getHits(), SQHitVector::push_back(), SQCalHit_v1::set_detector_id(), SQHit::set_drift_distance(), SQCalHit_v1::set_element_id(), SQCalMCHit_v1::set_g4hit_id(), SQHit::set_hodo_mask(), SQHit::set_in_time(), SQHit::set_pos(), SQCalMCHit_v1::set_shower_id(), SQHit::set_tdc_time(), SQCalMCHit_v1::set_track_id(), SQCalMCHit_v1::set_truth_px(), SQCalMCHit_v1::set_truth_py(), SQCalMCHit_v1::set_truth_pz(), SQCalMCHit_v1::set_truth_x(), SQCalMCHit_v1::set_truth_y(), SQCalMCHit_v1::set_truth_z(), SQHitVector::size(), and PHG4HitContainer::size().
Referenced by process_event().
void SQDigitizer::digitizePlane | ( | const std::string & | detName | ) |
main external call, fill the digi hit vector
Definition at line 151 of file SQDigitizer.cc.
References PHG4Hit::get_hit_id(), SQHit_v1::get_pos(), PHG4Hit::get_px(), PHG4Hit::get_py(), PHG4Hit::get_pz(), PHG4Hit::get_trkid(), PHG4Hit::get_x(), PHG4Hit::get_y(), PHG4Hit::get_z(), GeomSvc::getCellWidth(), GeomSvc::getDCA(), GeomSvc::getExpElementID(), PHG4HitContainer::getHits(), GeomSvc::getInterception(), GeomSvc::getMeasurement(), GeomSvc::getPlaneNElements(), GeomSvc::getPlaneOverlap(), GeomSvc::getPlanePosition(), GeomSvc::isInPlane(), nChamberPlanes, nHodoPlanes, nPropPlanes, SQHitVector::push_back(), SQHit_v1::set_detector_id(), SQHit_v1::set_drift_distance(), SQHit_v1::set_element_id(), SQMCHit_v1::set_g4hit_id(), SQHit_v1::set_hit_id(), SQHit_v1::set_hodo_mask(), SQHit_v1::set_in_time(), SQHit_v1::set_pos(), SQHit_v1::set_tdc_time(), SQMCHit_v1::set_track_id(), SQMCHit_v1::set_truth_px(), SQMCHit_v1::set_truth_py(), SQMCHit_v1::set_truth_pz(), SQMCHit_v1::set_truth_x(), SQMCHit_v1::set_truth_y(), SQMCHit_v1::set_truth_z(), SQHitVector::size(), and PHG4HitContainer::size().
Referenced by process_event().
|
inline |
Get the trigger level by detectorID.
Definition at line 46 of file SQDigitizer.h.
References GeomSvc::getTriggerLv().
|
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().
|
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().
|
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.
|
inline |
Register additional EMCal detector for digitizing.
Definition at line 49 of file SQDigitizer.h.
|
inline |
Definition at line 55 of file SQDigitizer.h.
|
inline |
Definition at line 53 of file SQDigitizer.h.
|
inline |
enable/disable certain detectors
Definition at line 52 of file SQDigitizer.h.