CbmRoot
Loading...
Searching...
No Matches
CbmRichDigi.cxx
Go to the documentation of this file.
1/* Copyright (C) 2015-2019 GSI/JINR-LIT, Darmstadt/Dubna
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Semen Lebedev, Andrey Lebedev [committer], Volker Friese */
4
5/*
6 * CbmRichDigi.cxx
7 *
8 * Created on: Dec 17, 2015
9 * Author: slebedev
10 * Modified on: Mar 25, 2019
11 * e.ovcharenko
12 */
13
14#include "CbmRichDigi.h"
15
16CbmRichDigi::CbmRichDigi() : fAddress(0), fTime(0.0), fToT(0.)
17{
18 // TODO Auto-generated constructor stub
19}
20
21CbmRichDigi::CbmRichDigi(int32_t addr, double time, double tot) : fAddress(addr), fTime(time), fToT(tot) {}
22
24{
25 // TODO Auto-generated destructor stub
26}
27
28#ifndef NO_ROOT
30#endif
ClassImp(CbmConverterManager)