![]() |
Project
|
#include <CTFIOSize.h>
Public Member Functions | |
bool | operator== (const CTFIOSize &other) const |
bool | operator!= (const CTFIOSize &other) const |
CTFIOSize | operator+ (const CTFIOSize &other) const |
CTFIOSize | operator- (const CTFIOSize &other) const |
CTFIOSize & | operator+= (const CTFIOSize &other) |
CTFIOSize & | operator-= (const CTFIOSize &other) |
std::string | asString () const |
ClassDefNV (CTFIOSize, 1) | |
Public Attributes | |
size_t | rawIn = 0 |
size_t | ctfIn = 0 |
size_t | ctfOut = 0 |
Definition at line 22 of file CTFIOSize.h.
std::string CTFIOSize::asString | ( | ) | const |
Definition at line 19 of file CTFIOSize.cxx.
o2::ctf::CTFIOSize::ClassDefNV | ( | CTFIOSize | , |
1 | |||
) |
|
inline |
Definition at line 28 of file CTFIOSize.h.
Definition at line 29 of file CTFIOSize.h.
Definition at line 32 of file CTFIOSize.h.
Definition at line 30 of file CTFIOSize.h.
Definition at line 40 of file CTFIOSize.h.
|
inline |
Definition at line 27 of file CTFIOSize.h.
size_t o2::ctf::CTFIOSize::ctfIn = 0 |
Definition at line 24 of file CTFIOSize.h.
size_t o2::ctf::CTFIOSize::ctfOut = 0 |
Definition at line 25 of file CTFIOSize.h.
size_t o2::ctf::CTFIOSize::rawIn = 0 |
Definition at line 23 of file CTFIOSize.h.