Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4detectors/PHG4CylinderCellTPCReco.h>
Public Member Functions | |
PHG4CylinderCellTPCReco (const int n_pixel=2, const std::string &name="CYLINDERTPCRECO") | |
virtual | ~PHG4CylinderCellTPCReco () |
int | Init (PHCompositeNode *topNode) |
module initialization More... | |
int | InitRun (PHCompositeNode *topNode) |
int | process_event (PHCompositeNode *topNode) |
event processing More... | |
void | Detector (const std::string &d) |
void | cellsize (const int i, const double sr, const double sz) |
void | setZigzags (const bool zzpads) |
void | populate_rectangular_phibins (PHG4CylinderCellGeom *geo, const double phi, const double cloud_sig_rp, std::vector< int > &pad_phibin, std::vector< double > &pad_phibin_share) |
void | populate_zigzag_phibins (PHG4CylinderCellGeom *geo, const double phi, const double cloud_sig_rp, std::vector< int > &pad_phibin, std::vector< double > &pad_phibin_share) |
void | populate_zbins (PHG4CylinderCellGeom *geo, const double z, const double cloud_sig_zz[2], std::vector< int > &pad_zbin, std::vector< double > &pad_zbin_share) |
void | OutputDetector (const std::string &d) |
void | setHalfLength (const double hz) |
void | setDiffusionL (const double diff) |
void | setDiffusionT (const double diff) |
void | setSigmaT (const double gem) |
void | setElectronsPerKeV (const double epk) |
void | set_drift_velocity (const double cm_per_ns) |
void | setSmearRPhi (const double v) |
void | setSmearZ (const double v) |
void | setShapingRMSLead (const double v) |
void | setShapingRMSTail (const double v) |
double | get_timing_window_min (const int i) |
double | get_timing_window_max (const int i) |
void | set_timing_window (const int i, const double tmin, const double tmax) |
void | set_timing_window_defaults (const double tmin, const double tmax) |
void | setDistortion (PHG4TPCDistortion *d) |
distortion to the primary ionization More... | |
![]() | |
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... | |
Protected Attributes | |
std::map< int, int > | binning |
std::map< int, std::pair< double, double > > | cell_size |
std::map< int, double > | phistep |
std::map< int, double > | etastep |
std::vector< int > | adc_zbin |
std::vector< int > | pad_phibin |
std::vector< double > | pad_phibin_share |
std::vector< double > | adc_zbin_share |
std::string | detector |
std::string | outdetector |
std::string | hitnodename |
std::string | cellnodename |
std::string | geonodename |
std::string | seggeonodename |
std::map< int, std::pair< int, int > > | n_phi_z_bins |
PHTimeServer::timer | _timer |
int | nbins [2] |
double | fHalfLength |
double | fDiffusionT |
double | fDiffusionL |
double | sigmaT |
double | elec_per_gev |
double | driftv |
TF1 * | fpad [10] |
TF1 * | fcharge |
int | num_pixel_layers |
double | tmin_default |
double | tmax_default |
std::map< int, std::pair< double, double > > | tmin_max |
PHG4TPCDistortion * | distortion |
distortion to the primary ionization if not NULL More... | |
TH1 * | fHElectrons |
TProfile2D * | fHWindowP |
TProfile2D * | fHWindowZ |
TProfile2D * | fHMeanEDepPerCell |
TProfile2D * | fHMeanElectronsPerCell |
TProfile2D * | fHErrorRPhi |
TProfile2D * | fHErrorZ |
double | fFractRPsm |
double | fFractZZsm |
double | fShapingLead |
double | fShapingTail |
bool | zigzag_pads |
gsl_rng * | RandomGenerator |
random generator that conform with sPHENIX standard More... | |
![]() | |
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 } |
![]() | |
SubsysReco (const std::string &name="NONAME") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Definition at line 23 of file PHG4CylinderCellTPCReco.h.
PHG4CylinderCellTPCReco::PHG4CylinderCellTPCReco | ( | const int | n_pixel = 2 , |
const std::string & | name = "CYLINDERTPCRECO" |
||
) |
Definition at line 43 of file PHG4CylinderCellTPCReco.cc.
References Fun4AllBase::Name(), nbins, and RandomGenerator.
|
virtual |
Definition at line 84 of file PHG4CylinderCellTPCReco.cc.
References distortion, and RandomGenerator.
void PHG4CylinderCellTPCReco::cellsize | ( | const int | i, |
const double | sr, | ||
const double | sz | ||
) |
Definition at line 102 of file PHG4CylinderCellTPCReco.cc.
References cell_size.
void PHG4CylinderCellTPCReco::Detector | ( | const std::string & | d | ) |
Definition at line 90 of file PHG4CylinderCellTPCReco.cc.
References detector, outdetector, and OutputDetector().
|
inline |
Definition at line 60 of file PHG4CylinderCellTPCReco.h.
References tmin_max.
|
inline |
Definition at line 59 of file PHG4CylinderCellTPCReco.h.
References tmin_max.
|
virtual |
module initialization
Reimplemented from SubsysReco.
Definition at line 107 of file PHG4CylinderCellTPCReco.cc.
References Fun4AllReturnCodes::EVENT_OK, fHElectrons, fHErrorRPhi, fHErrorZ, fHMeanEDepPerCell, fHMeanElectronsPerCell, fHWindowP, fHWindowZ, Fun4AllServer::instance(), Fun4AllServer::registerHisto(), and Fun4AllBase::verbosity.
|
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 SubsysReco.
Definition at line 131 of file PHG4CylinderCellTPCReco.cc.
References PHG4CylinderCellGeomContainer::AddLayerCellGeom(), PHCompositeNode::addNode(), binning, cell_size, cellnodename, detector, Fun4AllReturnCodes::EVENT_OK, fcharge, PHNodeIterator::findFirst(), fpad, geonodename, PHG4CylinderGeomContainer::get_begin_end(), PHG4CylinderGeom::get_layer(), PHG4CylinderGeom::get_radius(), PHG4CylinderGeom::get_thickness(), PHG4CylinderGeom::get_zmax(), PHG4CylinderGeom::get_zmin(), hitnodename, n_phi_z_bins, nbins, outdetector, phistep, PHWHERE, seggeonodename, PHG4CylinderCellGeom::set_binning(), PHG4CylinderCellGeom::set_layer(), PHG4CylinderCellGeom::set_phibins(), PHG4CylinderCellGeom::set_phistep(), PHG4CylinderCellGeom::set_radius(), PHG4CylinderCellGeom::set_thickness(), PHG4CylinderCellGeom::set_zbins(), PHG4CylinderCellGeom::set_zmin(), PHG4CylinderCellGeom::set_zstep(), PHG4CellDefs::sizebinning, tmax_default, tmin_default, tmin_max, and zigzag_pads.
|
inline |
Definition at line 44 of file PHG4CylinderCellTPCReco.h.
References outdetector.
Referenced by Detector().
void PHG4CylinderCellTPCReco::populate_rectangular_phibins | ( | PHG4CylinderCellGeom * | geo, |
const double | phi, | ||
const double | cloud_sig_rp, | ||
std::vector< int > & | pad_phibin, | ||
std::vector< double > & | pad_phibin_share | ||
) |
Definition at line 649 of file PHG4CylinderCellTPCReco.cc.
References PHG4CylinderCellGeom::get_phibin(), PHG4CylinderCellGeom::get_phibins(), PHG4CylinderCellGeom::get_phicenter(), PHG4CylinderCellGeom::get_phistep(), PHG4CylinderCellGeom::get_radius(), PHG4CylinderCellGeom::get_thickness(), pad_phibin, and pad_phibin_share.
Referenced by process_event().
void PHG4CylinderCellTPCReco::populate_zbins | ( | PHG4CylinderCellGeom * | geo, |
const double | z, | ||
const double | cloud_sig_zz[2], | ||
std::vector< int > & | pad_zbin, | ||
std::vector< double > & | pad_zbin_share | ||
) |
Definition at line 769 of file PHG4CylinderCellTPCReco.cc.
References adc_zbin, adc_zbin_share, PHG4CylinderCellGeom::get_zbin(), PHG4CylinderCellGeom::get_zbins(), PHG4CylinderCellGeom::get_zcenter(), PHG4CylinderCellGeom::get_zstep(), and Fun4AllBase::verbosity.
Referenced by process_event().
void PHG4CylinderCellTPCReco::populate_zigzag_phibins | ( | PHG4CylinderCellGeom * | geo, |
const double | phi, | ||
const double | cloud_sig_rp, | ||
std::vector< int > & | pad_phibin, | ||
std::vector< double > & | pad_phibin_share | ||
) |
Definition at line 688 of file PHG4CylinderCellTPCReco.cc.
References fcharge, fpad, PHG4CylinderCellGeom::get_phibin(), PHG4CylinderCellGeom::get_phibins(), PHG4CylinderCellGeom::get_phicenter(), PHG4CylinderCellGeom::get_phistep(), PHG4CylinderCellGeom::get_radius(), PHG4CylinderCellGeom::get_thickness(), pad_phibin, pad_phibin_share, and Fun4AllBase::verbosity.
Referenced by process_event().
|
virtual |
event processing
Reimplemented from SubsysReco.
Definition at line 278 of file PHG4CylinderCellTPCReco.cc.
References _timer, adc_zbin, adc_zbin_share, PHG4Cell::add_edep(), PHG4Cell::add_shower_edep(), PHG4CellContainer::AddCell(), c_light, cell_size, cellnodename, distortion, driftv, elec_per_gev, Fun4AllReturnCodes::EVENT_OK, fDiffusionL, fDiffusionT, fFractRPsm, fFractZZsm, fHalfLength, fHElectrons, fHMeanEDepPerCell, fHMeanElectronsPerCell, fShapingLead, fShapingTail, PHG4CellDefs::SizeBinning::genkey(), PHTimeServer::timer::get(), PHG4CylinderCellGeom::get_phibin(), PHG4CellDefs::SizeBinning::get_phibin(), PHG4CylinderCellGeom::get_phibins(), PHG4CylinderCellGeom::get_phicenter(), PHG4CylinderCellGeom::get_phimin(), PHG4CylinderCellGeom::get_radius(), PHG4CylinderCellGeom::get_thickness(), PHG4CylinderCellGeom::get_zbin(), PHG4CellDefs::SizeBinning::get_zbin(), PHG4CylinderCellGeom::get_zbins(), PHG4CylinderCellGeom::get_zcenter(), PHG4CylinderCellGeom::get_zmin(), PHG4HitContainer::getHits(), PHG4CylinderCellGeomContainer::GetLayerCellGeom(), PHG4HitContainer::getLayers(), hitnodename, n_phi_z_bins, num_pixel_layers, pad_phibin, pad_phibin_share, populate_rectangular_phibins(), populate_zbins(), populate_zigzag_phibins(), RandomGenerator, PHTimer::restart(), seggeonodename, sigmaT, PHTimer::stop(), tmin_max, Fun4AllBase::verbosity, and zigzag_pads.
|
inline |
Definition at line 51 of file PHG4CylinderCellTPCReco.h.
References driftv.
|
inline |
Definition at line 61 of file PHG4CylinderCellTPCReco.h.
References tmin_max.
|
inline |
Definition at line 64 of file PHG4CylinderCellTPCReco.h.
References tmax_default, and tmin_default.
|
inline |
Definition at line 47 of file PHG4CylinderCellTPCReco.h.
References fDiffusionL.
|
inline |
Definition at line 48 of file PHG4CylinderCellTPCReco.h.
References fDiffusionT.
|
inline |
distortion to the primary ionization
Definition at line 69 of file PHG4CylinderCellTPCReco.h.
References distortion.
|
inline |
Definition at line 50 of file PHG4CylinderCellTPCReco.h.
References elec_per_gev.
|
inline |
Definition at line 46 of file PHG4CylinderCellTPCReco.h.
References fHalfLength.
|
inline |
Definition at line 56 of file PHG4CylinderCellTPCReco.h.
References fShapingLead.
|
inline |
Definition at line 57 of file PHG4CylinderCellTPCReco.h.
References fShapingTail.
|
inline |
Definition at line 49 of file PHG4CylinderCellTPCReco.h.
References sigmaT.
|
inline |
Definition at line 53 of file PHG4CylinderCellTPCReco.h.
References fFractRPsm.
|
inline |
Definition at line 54 of file PHG4CylinderCellTPCReco.h.
References fFractZZsm.
|
inline |
Definition at line 40 of file PHG4CylinderCellTPCReco.h.
References zigzag_pads.
|
protected |
Definition at line 87 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event().
|
protected |
Definition at line 76 of file PHG4CylinderCellTPCReco.h.
Referenced by populate_zbins(), and process_event().
|
protected |
Definition at line 79 of file PHG4CylinderCellTPCReco.h.
Referenced by populate_zbins(), and process_event().
|
protected |
Definition at line 72 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun().
|
protected |
Definition at line 73 of file PHG4CylinderCellTPCReco.h.
Referenced by cellsize(), InitRun(), and process_event().
|
protected |
Definition at line 83 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun(), and process_event().
|
protected |
Definition at line 80 of file PHG4CylinderCellTPCReco.h.
Referenced by Detector(), and InitRun().
|
protected |
distortion to the primary ionization if not NULL
Definition at line 106 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), setDistortion(), and ~PHG4CylinderCellTPCReco().
|
protected |
Definition at line 95 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), and set_drift_velocity().
|
protected |
Definition at line 94 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), and setElectronsPerKeV().
|
protected |
Definition at line 75 of file PHG4CylinderCellTPCReco.h.
|
protected |
Definition at line 97 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun(), and populate_zigzag_phibins().
|
protected |
Definition at line 92 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), and setDiffusionL().
|
protected |
Definition at line 91 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), and setDiffusionT().
|
protected |
Definition at line 114 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), and setSmearRPhi().
|
protected |
Definition at line 115 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), and setSmearZ().
|
protected |
Definition at line 90 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), and setHalfLength().
|
protected |
Definition at line 107 of file PHG4CylinderCellTPCReco.h.
Referenced by Init(), and process_event().
|
protected |
Definition at line 112 of file PHG4CylinderCellTPCReco.h.
Referenced by Init().
|
protected |
Definition at line 113 of file PHG4CylinderCellTPCReco.h.
Referenced by Init().
|
protected |
Definition at line 110 of file PHG4CylinderCellTPCReco.h.
Referenced by Init(), and process_event().
|
protected |
Definition at line 111 of file PHG4CylinderCellTPCReco.h.
Referenced by Init(), and process_event().
|
protected |
Definition at line 108 of file PHG4CylinderCellTPCReco.h.
Referenced by Init().
|
protected |
Definition at line 109 of file PHG4CylinderCellTPCReco.h.
Referenced by Init().
|
protected |
Definition at line 96 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun(), and populate_zigzag_phibins().
|
protected |
Definition at line 116 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), and setShapingRMSLead().
|
protected |
Definition at line 117 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), and setShapingRMSTail().
|
protected |
Definition at line 84 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun().
|
protected |
Definition at line 82 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun(), and process_event().
|
protected |
Definition at line 86 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun(), and process_event().
|
protected |
Definition at line 88 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun(), and PHG4CylinderCellTPCReco().
|
protected |
Definition at line 99 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event().
|
protected |
Definition at line 81 of file PHG4CylinderCellTPCReco.h.
Referenced by Detector(), InitRun(), and OutputDetector().
|
protected |
Definition at line 77 of file PHG4CylinderCellTPCReco.h.
Referenced by populate_rectangular_phibins(), populate_zigzag_phibins(), and process_event().
|
protected |
Definition at line 78 of file PHG4CylinderCellTPCReco.h.
Referenced by populate_rectangular_phibins(), populate_zigzag_phibins(), and process_event().
|
protected |
Definition at line 74 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun().
|
protected |
random generator that conform with sPHENIX standard
Definition at line 122 of file PHG4CylinderCellTPCReco.h.
Referenced by PHG4CylinderCellTPCReco(), process_event(), and ~PHG4CylinderCellTPCReco().
|
protected |
Definition at line 85 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun(), and process_event().
|
protected |
Definition at line 93 of file PHG4CylinderCellTPCReco.h.
Referenced by process_event(), and setSigmaT().
|
protected |
Definition at line 102 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun(), and set_timing_window_defaults().
|
protected |
Definition at line 101 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun(), and set_timing_window_defaults().
|
protected |
Definition at line 103 of file PHG4CylinderCellTPCReco.h.
Referenced by get_timing_window_max(), get_timing_window_min(), InitRun(), process_event(), and set_timing_window().
|
protected |
Definition at line 118 of file PHG4CylinderCellTPCReco.h.
Referenced by InitRun(), process_event(), and setZigzags().