FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
mvd
MvdDAQ
PndMvdSiHit.h
Go to the documentation of this file.
1
#include <TObject.h>
2
#include <TClonesArray.h>
3
4
class
PndMvdSiHit
:
public
TObject
5
{
6
public
:
7
PndMvdSiHit
();
8
PndMvdSiHit
(UShort_t box, UShort_t channel, Int_t adc, UShort_t numFrames);
9
virtual
~PndMvdSiHit
();
10
11
public
:
12
UShort_t
fBox
;
// Box number (0..3)
13
UShort_t
fChannel
;
// Channel of strip sensor (0..767)
14
Int_t
fAdc
;
// raw ADC value
15
UShort_t
fNumFrames
;
// number of frames with signal above threshold
16
17
ClassDef
(
PndMvdSiHit
,1);
18
};
19
PndMvdSiHit::fBox
UShort_t fBox
Definition:
PndMvdSiHit.h:12
PndMvdSiHit::fChannel
UShort_t fChannel
Definition:
PndMvdSiHit.h:13
PndMvdSiHit
Definition:
PndMvdSiHit.h:4
PndMvdSiHit::fAdc
Int_t fAdc
Definition:
PndMvdSiHit.h:14
PndMvdSiHit::PndMvdSiHit
PndMvdSiHit()
Definition:
PndMvdSiHit.cxx:6
PndMvdSiHit::~PndMvdSiHit
virtual ~PndMvdSiHit()
Definition:
PndMvdSiHit.cxx:22
PndMvdSiHit::ClassDef
ClassDef(PndMvdSiHit, 1)
PndMvdSiHit::fNumFrames
UShort_t fNumFrames
Definition:
PndMvdSiHit.h:15
Generated on Wed Apr 3 2019 10:02:55 for FairRoot/PandaRoot by
1.8.5