1 #ifndef PHG4CYLINDERCELLTPCRECO_H
2 #define PHG4CYLINDERCELLTPCRECO_H
9 #include <gsl/gsl_rng.h>
17 class PHG4TPCDistortion;
39 void cellsize(
const int i,
const double sr,
const double sz);
62 tmin_max[i] = std::make_pair(tmin,tmax);
PHTimer server for accessing external information.
void set_timing_window(const int i, const double tmin, const double tmax)
void setElectronsPerKeV(const double epk)
std::map< int, int > binning
std::vector< int > pad_phibin
std::vector< double > adc_zbin_share
PHTimeServer::timer _timer
void OutputDetector(const std::string &d)
void setZigzags(const bool zzpads)
void setDiffusionL(const double diff)
TProfile2D * fHMeanEDepPerCell
double get_timing_window_max(const int i)
void setDistortion(PHG4TPCDistortion *d)
distortion to the primary ionization
gsl_rng * RandomGenerator
random generator that conform with sPHENIX standard
int InitRun(PHCompositeNode *topNode)
void setHalfLength(const double hz)
std::map< int, std::pair< double, double > > cell_size
std::map< int, std::pair< double, double > > tmin_max
std::vector< double > pad_phibin_share
void setShapingRMSLead(const double v)
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)
int process_event(PHCompositeNode *topNode)
event processing
void setDiffusionT(const double diff)
void setSmearRPhi(const double v)
PHG4CylinderCellTPCReco(const int n_pixel=2, const std::string &name="CYLINDERTPCRECO")
void setSigmaT(const double gem)
std::map< int, double > etastep
virtual ~PHG4CylinderCellTPCReco()
double get_timing_window_min(const int i)
void cellsize(const int i, const double sr, const double sz)
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)
PHG4TPCDistortion * distortion
distortion to the primary ionization if not NULL
void set_drift_velocity(const double cm_per_ns)
TProfile2D * fHMeanElectronsPerCell
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 set_timing_window_defaults(const double tmin, const double tmax)
int Init(PHCompositeNode *topNode)
module initialization
std::map< int, double > phistep
std::string seggeonodename
void Detector(const std::string &d)
std::map< int, std::pair< int, int > > n_phi_z_bins
void setShapingRMSTail(const double v)
std::vector< int > adc_zbin
void setSmearZ(const double v)
wrapper around PHTimer, for storage in a map