12 #include "FairMultiLinkedData.h" 50 virtual void Print(
const Option_t* opt = 0)
const;
52 void SetID(Int_t
id) {fID = id;}
53 void SetFrontTDC(Double_t time) {fFrontTDC = time;}
54 void SetBackTDC(Double_t time) {fBackTDC = time;}
55 void SetTDC(Double_t time) {fTDC = time;}
56 void SetQDC(Double_t charge) {fQDC = charge;}
57 void SetModuleIndex(Int_t bundle) {fModuleIndex = bundle;}
58 void SetFiberIndex(Int_t fiber) {fFiberIndex = fiber;}
61 Int_t ID()
const {
return fID;}
62 Double_t FrontTDC()
const {
return fFrontTDC;}
63 Double_t BackTDC()
const {
return fBackTDC;}
64 Double_t TDC()
const {
return fTDC;}
65 Double_t QDC()
const {
return fQDC;}
66 Int_t ModuleIndex()
const {
return fModuleIndex;}
67 Int_t FiberIndex()
const {
return fFiberIndex;}
68 Int_t Side()
const {
return fSide;}
84 #endif // ERNeuRadDigi_H
virtual void Print(const Option_t *opt=0) const