SNSlice.h
Go to the documentation of this file.
1 #ifndef SNSLICE_H
2 #define SNSLICE_H
3 
6 
7 namespace sn
8 {
9  class SNSlice
10  {
11  public:
12  float meanT;
13  float meanZ;
14  float totQ;
15 
16  std::vector<art::Ptr<recob::Hit>> hits;
17  };
18 }
19 
20 #endif
float totQ
Definition: SNSlice.h:14
float meanZ
Definition: SNSlice.h:13
Definition: SNSlice.h:7
float meanT
Definition: SNSlice.h:12
Declaration of signal hit object.
std::vector< art::Ptr< recob::Hit > > hits
Definition: SNSlice.h:16