CbmRoot
Loading...
Searching...
No Matches
CbmDigitizeInfo.cxx
Go to the documentation of this file.
1/* Copyright (C) 2018-2019 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Volker Friese [committer] */
4
10#include "CbmDigitizeInfo.h"
11
12#include <sstream>
13
14
15// --- String output
16std::string CbmDigitizeInfo::ToString() const
17{
18 std::stringstream ss;
19 ss << "DigitizeInfo: System " << fSystem << ", present " << (fPresent ? "yes" : "no") << ", active "
20 << (fActive ? "yes" : "no") << ", branch " << fBranch;
21 return ss.str();
22}
23
24
ClassImp(CbmConverterManager)
Auxiliary class for CbmDigitize.
std::string ToString() const
Info to string.
ECbmModuleId fSystem