1 #ifndef PHG4BLOCKCELLRECO_H
2 #define PHG4BLOCKCELLRECO_H
35 void etaxsize(
const int i,
const double deltaeta,
const double deltax);
41 void set_size(
const int i,
const double sizeA,
const double sizeB,
const int what);
43 static std::pair<double, double>
get_etaphi(
const double x,
const double y,
const double z);
44 static double get_eta(
const double radius,
const double z);
45 bool lines_intersect(
double ax,
double ay,
double bx,
double by,
double cx,
double cy,
double dx,
double dy,
double* rx,
double* ry);
50 std::map<int, std::pair <double,double> >
cell_size;
51 std::map<int, std::pair <double,double> >
zmin_max;
54 std::map<int, std::pair<double,double> >
tmin_max;
PHTimer server for accessing external information.
int CheckEnergy(PHCompositeNode *topNode)
virtual ~PHG4BlockCellReco()
std::string seggeonodename
std::map< int, std::pair< double, double > > cell_size
static std::pair< double, double > get_etaphi(const double x, const double y, const double z)
void set_size(const int i, const double sizeA, const double sizeB, const int what)
PHG4BlockCellReco(const std::string &name="BLOCKRECO")
std::set< int > implemented_detid
std::map< int, double > etastep
int chkenergyconservation
void etaxsize(const int i, const double deltaeta, const double deltax)
void Detector(const std::string &d)
std::map< int, std::pair< double, double > > zmin_max
std::map< int, double > xstep
int process_event(PHCompositeNode *topNode)
event processing
void set_timing_window(const int detid, const double tmin, const double tmax)
bool lines_intersect(double ax, double ay, double bx, double by, double cx, double cy, double dx, double dy, double *rx, double *ry)
std::map< int, std::pair< double, double > > tmin_max
bool line_and_rectangle_intersect(double ax, double ay, double bx, double by, double cx, double cy, double dx, double dy, double *rr)
int InitRun(PHCompositeNode *topNode)
module initialization
std::map< int, std::pair< int, int > > n_x_z_bins
std::map< int, int > binning
static double get_eta(const double radius, const double z)
PHTimeServer::timer _timer
void checkenergy(const int i=1)
int ResetEvent(PHCompositeNode *topNode)
Clean up after each event.
void SetDefaultParameters()
wrapper around PHTimer, for storage in a map