All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ToF.hh
Go to the documentation of this file.
1 #ifndef ToF_hh_
2 #define ToF_hh_
3 
4 #include <cstdint>
5 #include <string>
6 
7 using namespace std;
8 
9 namespace sbnd::ToF{
10 
11 struct ToF {
12  float tof = -9999;
13  bool frm_trk = false;
14  bool frm_hit = false;
15  float crt_time = -9999;
16  float pmt_time = -9999;
17  std::string crt_tagger = "N/A";
18  int crt_hit_id = -9999;
19  int crt_trk_id = -9999;
20  int pmt_hit_id = -9999;
21  int pmt_flash_id = -9999;
22  int flash_tpc_id = -9999;
23 };
24 
25 }
26 
27 #endif
double std(const std::vector< short > &wf, const double ped_mean, size_t start, size_t nsample)
Definition: UtilFunc.cxx:42