8#define BMNSSDSIGNAL_H 1
39 Int_t index = 0, Int_t entry = -1, Int_t file = -1);
52 void AddLink(Double_t charge, Int_t index,
53 Int_t entry = -1, Int_t file = -1) {
54 fMatch.
AddLink(charge, index, entry, file);
73 Double_t
GetTime()
const {
return fTime; }
79 void SetTime(Double_t time) { fTime = time; }
87 return ( fTime < otherSignal.
GetTime() );
Double_t GetTotalWeight() const
void AddLink(const BmnMatch &match)
Data class for an analog signal in the SSD.
void SetTime(Double_t time)
bool operator<(const BmnSsdSignal &otherSignal) const
const BmnMatch & GetMatch() const
void AddLink(Double_t charge, Int_t index, Int_t entry=-1, Int_t file=-1)
Double_t GetCharge() const
bool operator()(BmnSsdSignal *signal1, BmnSsdSignal *signal2)