Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
duneana
duneana
DAQSimAna
SNAnaClustering
Clustering
class_RecoHit.h
Go to the documentation of this file.
1
#ifndef CLASS_RECOHIT_H
2
#define CLASS_RECOHIT_H
3
4
#include <iostream>
5
#include <vector>
6
#include <set>
7
8
class
recoHit
9
{
10
public
:
11
recoHit
(
int
cEvent,
int
cHitView,
int
cGenType,
int
cHitChan,
float
cHitTime,
float
cHitSADC,
float
cHitRMS);
12
13
int
getEvent
();
14
int
getHitView
();
15
int
getGenType
();
16
int
getHitChan
();
17
float
getHitTime
();
18
float
getHitSADC
();
19
float
getHitRMS
();
20
float
fHitTime
;
21
void
printHit
();
22
23
private
:
24
int
fEvent
= 0;
25
int
fHitView
= 0;
26
int
fGenType
= 0;
27
int
fHitChan
= 0;
28
float
fHitSADC
= 0;
29
float
fHitRMS
= 0;
30
};
31
32
#endif
recoHit::getHitChan
int getHitChan() const
Definition:
DAQQuickClustering_module.h:64
recoHit::fHitChan
int fHitChan
Definition:
DAQQuickClustering_module.h:83
recoHit::fHitView
int fHitView
Definition:
DAQQuickClustering_module.h:81
recoHit
Definition:
DAQQuickClustering_module.h:46
recoHit::getHitRMS
float getHitRMS() const
Definition:
DAQQuickClustering_module.h:67
recoHit::fGenType
int fGenType
Definition:
DAQQuickClustering_module.h:82
recoHit::getHitSADC
float getHitSADC() const
Definition:
DAQQuickClustering_module.h:66
recoHit::getHitTime
float getHitTime() const
Definition:
DAQQuickClustering_module.h:65
recoHit::fHitSADC
float fHitSADC
Definition:
DAQQuickClustering_module.h:84
recoHit::getGenType
int getGenType() const
Definition:
DAQQuickClustering_module.h:63
recoHit::printHit
void printHit()
recoHit::fEvent
int fEvent
Definition:
DAQQuickClustering_module.h:80
recoHit::getHitView
int getHitView() const
Definition:
DAQQuickClustering_module.h:62
recoHit::fHitTime
float fHitTime
Definition:
DAQQuickClustering_module.h:86
recoHit::fHitRMS
float fHitRMS
Definition:
DAQQuickClustering_module.h:85
recoHit::getEvent
int getEvent() const
Definition:
DAQQuickClustering_module.h:61
recoHit::recoHit
recoHit(int cEvent, int cHitView, int cGenType, int cHitChan, float cHitTime, float cHitSADC, float cHitRMS)
Definition:
DAQQuickClustering_module.h:49
Generated by
1.8.11