5 #ifndef BPFIT_DEDXCALCULATOR_H 6 #define BPFIT_DEDXCALCULATOR_H 49 void getResults(std::vector<double> &dEtemp, std::vector<double> &dxtemp,
50 std::vector<double> &Wtemp, std::vector<double> &bgtemp,
51 std::vector<double> &stemp,
double dxTol);
56 void getDE(std::vector<double> &dEtemp,
double dxTol);
57 void getDX(std::vector<double> &dxtemp,
double dxTol);
58 void getW (std::vector<double> &Wtemp,
double dxTol);
59 void getBG(std::vector<double> &bgtemp,
double dxTol);
60 void getS (std::vector<double> &stemp,
double dxTol);
77 std::vector<geo::OfflineChan>
chan;
79 std::vector<double>
dE;
80 std::vector<double>
dx;
81 std::vector<double>
W;
82 std::vector<double>
s;
83 std::vector<double>
bg;
std::vector< double > bg
value of beta*gamma for the tracked particle at s
A rb::Prong with full reconstructed trajectory.
std::vector< double > dE
computed value of energy for the cell hit
Encapsulate the geometry of one entire detector (near, far, ndos)
std::vector< double > dx
computed value of the track path length through the cell hit
art::PtrVector< rb::CellHit > cells
list of cell hits on the track
art::ServiceHandle< calib::Calibrator > fCal
Perform a "2 point" Hough transform on a collection of hits.
A rawdata::RawDigit with channel information decoded.
std::vector< double > W
value of track W for the cell hit
art::ServiceHandle< geo::Geometry > fGeom
std::vector< geo::OfflineChan > chan
offline channel associated with a cell hit on a track
Simple object representing a (plane, cell) pair.
Encapsulate the geometry of one entire detector (near, far, ndos)
std::vector< double > s
total path length along the track to the middle of the cell hit