BmnRoot
Loading...
Searching...
No Matches
BmnSsdSignal.cxx
Go to the documentation of this file.
1
7#include "BmnSsdSignal.h"
8
9
10// ----- Default constructor -------------------------------------------
11BmnSsdSignal::BmnSsdSignal(Double_t time, Double_t charge,
12 Int_t index, Int_t entry, Int_t file) :
13 TObject(),
14 fTime(time),
15 fMatch() {
16 fMatch.AddLink(charge, index, entry, file);
17}
18// -------------------------------------------------------------------------
19
20
21// ----- Destructor ----------------------------------------------------
23// -------------------------------------------------------------------------
void AddLink(const BmnMatch &match)
Definition BmnMatch.cxx:43
virtual ~BmnSsdSignal()
BmnSsdSignal(Double_t time=0., Double_t charge=0., Int_t index=0, Int_t entry=-1, Int_t file=-1)