Project
Loading...
Searching...
No Matches
CTFIOSize.cxx
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
13
14
#include "
DetectorsCommonDataFormats/CTFIOSize.h
"
15
#include "
Framework/Logger.h
"
16
17
using namespace
o2::ctf
;
18
19
std::string
CTFIOSize::asString
()
const
20
{
21
return
fmt::format(
"raw input:{}/input to encode:{}/ctf size:{} bytes"
,
rawIn
,
ctfIn
,
ctfOut
);
22
}
CTFIOSize.h
Logger.h
o2::ctf
pair of input and output size
Definition
ANSHeader.h:25
o2::ctf::CTFIOSize::asString
std::string asString() const
Definition
CTFIOSize.cxx:19
o2::ctf::CTFIOSize::ctfOut
size_t ctfOut
Definition
CTFIOSize.h:25
o2::ctf::CTFIOSize::ctfIn
size_t ctfIn
Definition
CTFIOSize.h:24
o2::ctf::CTFIOSize::rawIn
size_t rawIn
Definition
CTFIOSize.h:23
DataFormats
Detectors
Common
src
CTFIOSize.cxx
Generated on Tue Feb 25 2025 17:02:51 for Project by
1.9.8