Project
Loading...
Searching...
No Matches
o2::fit::DCSDPValues Struct Reference

#include <DCSDPValues.h>

Public Member Functions

 DCSDPValues ()
 
void add (uint64_t timestamp, int64_t value)
 
bool empty ()
 
void makeEmpty ()
 
void print (const bool verbose=false) const
 
 ClassDefNV (DCSDPValues, 3)
 

Public Attributes

std::vector< std::pair< O2LongUInt, O2LongInt > > values
 

Detailed Description

Definition at line 23 of file DCSDPValues.h.

Constructor & Destructor Documentation

◆ DCSDPValues()

o2::fit::DCSDPValues::DCSDPValues ( )
inline

Definition at line 26 of file DCSDPValues.h.

Member Function Documentation

◆ add()

void o2::fit::DCSDPValues::add ( uint64_t  timestamp,
int64_t  value 
)
inline

Definition at line 31 of file DCSDPValues.h.

◆ ClassDefNV()

o2::fit::DCSDPValues::ClassDefNV ( DCSDPValues  ,
 
)

◆ empty()

bool o2::fit::DCSDPValues::empty ( )
inline

Definition at line 36 of file DCSDPValues.h.

◆ makeEmpty()

void o2::fit::DCSDPValues::makeEmpty ( )
inline

Definition at line 41 of file DCSDPValues.h.

◆ print()

void o2::fit::DCSDPValues::print ( const bool  verbose = false) const
inline

Definition at line 46 of file DCSDPValues.h.

Member Data Documentation

◆ values

std::vector<std::pair<O2LongUInt, O2LongInt> > o2::fit::DCSDPValues::values

Definition at line 24 of file DCSDPValues.h.


The documentation for this struct was generated from the following file: