Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunereco
dunereco
SNSlicer
SNSlice.h
Go to the documentation of this file.
1
#ifndef SNSLICE_H
2
#define SNSLICE_H
3
4
#include "
canvas/Persistency/Common/Ptr.h
"
5
#include "
lardataobj/RecoBase/Hit.h
"
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
sn::SNSlice::totQ
float totQ
Definition:
SNSlice.h:14
sn::SNSlice::meanZ
float meanZ
Definition:
SNSlice.h:13
sn::SNSlice
Definition:
SNSlice.h:9
Ptr.h
sn
Definition:
SNSlice.h:7
sn::SNSlice::meanT
float meanT
Definition:
SNSlice.h:12
Hit.h
Declaration of signal hit object.
sn::SNSlice::hits
std::vector< art::Ptr< recob::Hit > > hits
Definition:
SNSlice.h:16
Generated by
1.8.11