1 #ifndef PHG4CYLINDERCELLRECO_H
2 #define PHG4CYLINDERCELLRECO_H
36 void cellsize(
const int i,
const double sr,
const double sz);
37 void etaphisize(
const int i,
const double deltaeta,
const double deltaphi);
46 void set_size(
const int i,
const double sizeA,
const double sizeB);
48 static std::pair<double, double>
get_etaphi(
const double x,
const double y,
const double z);
49 static double get_eta(
const double radius,
const double z);
50 bool lines_intersect(
double ax,
double ay,
double bx,
double by,
double cx,
double cy,
double dx,
double dy,
double* rx,
double* ry);
54 std::map<int, std::pair <double,double> >
cell_size;
55 std::map<int, std::pair <double,double> >
zmin_max;
67 std::map<unsigned long long, PHG4Cell*>::iterator
it;
68 std::map<int, std::pair<double,double> >
tmin_max;
PHTimer server for accessing external information.
std::map< int, std::pair< double, double > > tmin_max
PHTimeServer::timer _timer
static double get_eta(const double radius, const double z)
bool line_and_rectangle_intersect(double ax, double ay, double bx, double by, double cx, double cy, double dx, double dy, double *rr)
PHG4CylinderCellReco(const std::string &name="CYLINDERRECO")
std::string seggeonodename
double get_timing_window_min(const int i)
int chkenergyconservation
std::map< int, int > binning
int ResetEvent(PHCompositeNode *topNode)
Clean up after each event.
std::map< int, double > etastep
double get_timing_window_max(const int i)
void set_timing_window(const int detid, const double tmin, const double tmax)
std::map< unsigned long long, PHG4Cell * > cellptmap
bool lines_intersect(double ax, double ay, double bx, double by, double cx, double cy, double dx, double dy, double *rx, double *ry)
void checkenergy(const int i=1)
std::map< int, std::pair< double, double > > zmin_max
std::map< int, std::pair< int, int > > n_phi_z_bins
int CheckEnergy(PHCompositeNode *topNode)
static std::pair< double, double > get_etaphi(const double x, const double y, const double z)
void cellsize(const int i, const double sr, const double sz)
double sum_energy_before_cuts
void etaphisize(const int i, const double deltaeta, const double deltaphi)
int process_event(PHCompositeNode *topNode)
event processing
std::map< int, double > phistep
void Detector(const std::string &d)
void SetDefaultParameters()
int InitRun(PHCompositeNode *topNode)
module initialization
std::set< int > implemented_detid
virtual ~PHG4CylinderCellReco()
void OutputDetector(const std::string &d)
void set_size(const int i, const double sizeA, const double sizeB)
std::map< int, std::pair< double, double > > cell_size
std::map< unsigned long long, PHG4Cell * >::iterator it
wrapper around PHTimer, for storage in a map