CbmRoot
Loading...
Searching...
No Matches
CaTimesliceHeader.cxx
Go to the documentation of this file.
1
/* Copyright (C) 2024 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2
SPDX-License-Identifier: GPL-3.0-only
3
Authors: Sergei Zharko [committer] */
4
9
10
#include "
CaTimesliceHeader.h
"
11
12
#include <sstream>
13
14
using
cbm::algo::ca::TimesliceHeader
;
15
16
// ---------------------------------------------------------------------------------------------------------------------
17
//
18
std::string
TimesliceHeader::ToString
()
const
19
{
20
std::stringstream msg;
21
msg <<
"TimesliceHeader: start = "
<<
fStart
<<
" [ns], end = "
<<
fEnd
<<
" [ns]"
;
22
return
msg.str();
23
}
CaTimesliceHeader.h
A structure to keep all the common information on the timeslice coming from tracking.
cbm::algo::ca::TimesliceHeader
Structure for keeping the current information on the timeslice.
Definition
CaTimesliceHeader.h:18
cbm::algo::ca::TimesliceHeader::fStart
float fStart
Start of timeslice.
Definition
CaTimesliceHeader.h:38
cbm::algo::ca::TimesliceHeader::fEnd
float fEnd
End of timeslice.
Definition
CaTimesliceHeader.h:39
cbm::algo::ca::TimesliceHeader::ToString
std::string ToString() const
String representation of the contents.
Definition
CaTimesliceHeader.cxx:18
algo
ca
core
data
CaTimesliceHeader.cxx
Generated on Sun Dec 22 2024 23:04:04 for CbmRoot by
1.12.0