3 #ifndef G4DETECTORS_PHG4CYLINDERCELLRECO_H
4 #define G4DETECTORS_PHG4CYLINDERCELLRECO_H
6 #include <phparameter/PHParameterContainerInterface.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);
50 std::map<int, std::pair<double, double> >
cell_size;
51 std::map<int, std::pair<double, double> >
zmin_max;
63 std::map<unsigned long long, PHG4Cell *>::iterator
it;
64 std::map<int, std::pair<double, double> >
tmin_max;