1 #ifndef SQChamberRealization_H
2 #define SQChamberRealization_H
32 void SetChamEff(
const double eff_d0,
const double eff_d1,
const double eff_d2,
const double eff_d3p,
const double eff_d3m);
35 void SetPropTubeEff(
const double eff_p1x,
const double eff_p1y,
const double eff_p2x,
const double eff_p2y);
38 void ScaleChamReso(
const double scale_d0,
const double scale_d1,
const double scale_d2,
const double scale_d3p,
const double scale_d3m);
41 void FixChamReso(
const double reso_d0,
const double reso_d1,
const double reso_d2,
const double reso_d3p,
const double reso_d3m);
49 PlaneParam() : on(
false), eff(1.0), reso_scale(1.0), reso_fixed(-1) {;}
Calibration parameter for chamber X-T relation.
SubsysReco module to do the detector realization for chamber and prop tube.
int Init(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)
void SetPropTubeEff(const double eff_p1x, const double eff_p1y, const double eff_p2x, const double eff_p2y)
Set the single-plane efficiency of the prop-tube planes.
virtual ~SQChamberRealization()
void ScaleChamReso(const double scale_d0, const double scale_d1, const double scale_d2, const double scale_d3p, const double scale_d3m)
Set the scaling factor of the single-plane resolution of the chamber planes.
int process_event(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
SQChamberRealization(const std::string &name="SQChamberRealization")
void FixChamReso(const double reso_d0, const double reso_d1, const double reso_d2, const double reso_d3p, const double reso_d3m)
Set the single-plane resolution of the chamber planes to the given values.
void SetChamEff(const double eff_d0, const double eff_d1, const double eff_d2, const double eff_d3p, const double eff_d3m)
Set the single-plane efficiency of the chamber planes.
An SQ interface class to hold a list of SQHit objects.
An SQ interface class to hold the run-level info.