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
21public:
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();
37protected:
39 UShort_t fAdcTimestamp;
40 UChar_t fSlot;
41
43};
44
45#endif /* BMNTQDCADCDIGIT_H */
46
virtual ~BmnTQDCADCDigit()
UShort_t GetAdcTimestamp() const
UShort_t GetTrigTimestamp() const
UShort_t fTrigTimestamp
UChar_t GetSlot() const
ClassDef(BmnTQDCADCDigit, 1)