DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SROpticalFlash.h
Go to the documentation of this file.
1
5
6
7#ifndef DUNEANAOBJ_SROPTICALFLASH_H
8#define DUNEANAOBJ_SROPTICALFLASH_H
9
10
11namespace caf
12{
15 {
16 private:
17 // make the uses of it below more readable
18 static constexpr float NaN = std::numeric_limits<float>::signaling_NaN();
19
20 public:
21 int id = -1;
22 int tpc_id = -1;
23 double time = NaN;
24 double time_width = NaN;
25 float total_pe = NaN;
26
27 };
28
29} // caf
30
31#endif //DUNEANAOBJ_SROPTICALFLASH_H
optical flash candidate
Definition SROpticalFlash.h:15
float total_pe
total photoelectrons recorded by all the channels
Definition SROpticalFlash.h:25
double time
time of the flash w.r.t. trigger time in s
Definition SROpticalFlash.h:23
double time_width
width of the flash in s
Definition SROpticalFlash.h:24
int tpc_id
id of the TPC>
Definition SROpticalFlash.h:22
Common Analysis Files.
Definition Navigate.cxx:8