BmnRoot
Loading...
Searching...
No Matches
BmnTQDCADCDigit.h
Go to the documentation of this file.
1
/*
2
* To change this license header, choose License Headers in Project Properties.
3
* To change this template file, choose Tools | Templates
4
* and open the template in the editor.
5
*/
6
7
/*
8
* File: BmnADCSRCDigit.h
9
* Author: ilnur
10
*
11
* Created on October 16, 2017, 4:07 PM
12
*/
13
14
#ifndef BMNTQDCADCDIGIT_H
15
#define BMNTQDCADCDIGIT_H
16
17
#include "
BmnADCDigit.h
"
18
19
20
class
BmnTQDCADCDigit
:
public
BmnADCDigit
{
21
public
:
22
BmnTQDCADCDigit
();
23
BmnTQDCADCDigit
(UInt_t iSerial, UInt_t iChannel, UChar_t iSlot, UInt_t n, Short_t *iValue, UShort_t TrigTS, UShort_t AdcTS);
24
25
UShort_t
GetTrigTimestamp
()
const
{
26
return
fTrigTimestamp
;
27
}
28
29
UShort_t
GetAdcTimestamp
()
const
{
30
return
fAdcTimestamp
;
31
}
32
33
UChar_t
GetSlot
()
const
{
34
return
fSlot
;
35
}
36
virtual
~BmnTQDCADCDigit
();
37
protected
:
38
UShort_t
fTrigTimestamp
;
39
UShort_t
fAdcTimestamp
;
40
UChar_t
fSlot
;
41
42
ClassDef
(
BmnTQDCADCDigit
, 1);
43
};
44
45
#endif
/* BMNTQDCADCDIGIT_H */
46
BmnADCDigit
Definition
BmnADCDigit.h:11
BmnTQDCADCDigit
Definition
BmnTQDCADCDigit.h:20
BmnTQDCADCDigit::~BmnTQDCADCDigit
virtual ~BmnTQDCADCDigit()
Definition
BmnTQDCADCDigit.cxx:17
BmnTQDCADCDigit::fSlot
UChar_t fSlot
Definition
BmnTQDCADCDigit.h:40
BmnTQDCADCDigit::GetAdcTimestamp
UShort_t GetAdcTimestamp() const
Definition
BmnTQDCADCDigit.h:29
BmnTQDCADCDigit::GetTrigTimestamp
UShort_t GetTrigTimestamp() const
Definition
BmnTQDCADCDigit.h:25
BmnTQDCADCDigit::BmnTQDCADCDigit
BmnTQDCADCDigit()
Definition
BmnTQDCADCDigit.cxx:3
BmnTQDCADCDigit::fTrigTimestamp
UShort_t fTrigTimestamp
Definition
BmnTQDCADCDigit.h:38
BmnTQDCADCDigit::GetSlot
UChar_t GetSlot() const
Definition
BmnTQDCADCDigit.h:33
BmnTQDCADCDigit::fAdcTimestamp
UShort_t fAdcTimestamp
Definition
BmnTQDCADCDigit.h:39
BmnTQDCADCDigit::ClassDef
ClassDef(BmnTQDCADCDigit, 1)
BmnADCDigit.h
base
raw
BmnTQDCADCDigit.h
Generated on Fri May 15 2026 10:40:55 for BmnRoot by
1.9.8