Go to the source code of this file.
|
| | UtilTdc |
| | A set of utility functions about the TDC data.
|
| |
|
| void | UtilTdc::FindTaiwanTdcBinning (int &n_bin, double &time_lo, double &time_hi) |
| | Find a proper set of "n_bin", "time_lo" and "time_hi". More...
|
| |
| void | UtilTdc::GetOccupancy (SRawEvent *raw, const bool in_time, int occ_det[N_DET+1]) |
| | Get the occupancy of each detector (plane). More...
|
| |
| void | UtilTdc::GetOccupancy (SRawEvent *raw, const bool in_time, int &occ_D0, int &occ_D1, int &occ_D2, int &occ_D3) |
| | Get the occupancy of each station. More...
|
| |