CbmRoot
Loading...
Searching...
No Matches
CbmStsSignal.cxx
Go to the documentation of this file.
1/* Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Volker Friese [committer] */
4
10#include "CbmStsSignal.h"
11
12
13// ----- Default constructor -------------------------------------------
14CbmStsSignal::CbmStsSignal(Double_t time, Double_t charge, Int_t index, Int_t entry, Int_t file)
15 : TObject()
16 , fTime(time)
17 , fMatch()
18{
19 fMatch.AddLink(charge, index, entry, file);
20}
21// -------------------------------------------------------------------------
22
23
24// ----- Destructor ----------------------------------------------------
26// -------------------------------------------------------------------------
27
28
ClassImp(CbmConverterManager)
void AddLink(const CbmLink &newLink)
Definition CbmMatch.cxx:47
Data class for an analog signal in the STS.
CbmMatch fMatch
Match object (total weight = charge)
CbmStsSignal(Double_t time=0., Double_t charge=0., Int_t index=0, Int_t entry=-1, Int_t file=-1)
virtual ~CbmStsSignal()