Project
Loading...
Searching...
No Matches
o2::framework::HistogramSpec Struct Reference

#include <HistogramSpec.h>

Public Member Functions

 HistogramSpec (char const *name_, char const *const title_, HistogramConfigSpec config_, bool callSumw2_=false)
 
 HistogramSpec ()=default
 
 HistogramSpec (HistogramSpec const &other)=default
 
 HistogramSpec (HistogramSpec &&other)=default
 

Public Attributes

std::string name {}
 
uint32_t hash = 0
 
std::string title {}
 
HistogramConfigSpec config {}
 
bool callSumw2 {}
 

Detailed Description

Specification of a histogram.

Definition at line 184 of file HistogramSpec.h.

Constructor & Destructor Documentation

◆ HistogramSpec() [1/4]

o2::framework::HistogramSpec::HistogramSpec ( char const *  name_,
char const *const  title_,
HistogramConfigSpec  config_,
bool  callSumw2_ = false 
)
inline

Definition at line 185 of file HistogramSpec.h.

◆ HistogramSpec() [2/4]

o2::framework::HistogramSpec::HistogramSpec ( )
default

◆ HistogramSpec() [3/4]

o2::framework::HistogramSpec::HistogramSpec ( HistogramSpec const &  other)
default

◆ HistogramSpec() [4/4]

o2::framework::HistogramSpec::HistogramSpec ( HistogramSpec &&  other)
default

Member Data Documentation

◆ callSumw2

bool o2::framework::HistogramSpec::callSumw2 {}

Definition at line 202 of file HistogramSpec.h.

◆ config

HistogramConfigSpec o2::framework::HistogramSpec::config {}

Definition at line 201 of file HistogramSpec.h.

◆ hash

uint32_t o2::framework::HistogramSpec::hash = 0

Definition at line 199 of file HistogramSpec.h.

◆ name

std::string o2::framework::HistogramSpec::name {}

Definition at line 198 of file HistogramSpec.h.

◆ title

std::string o2::framework::HistogramSpec::title {}

Definition at line 200 of file HistogramSpec.h.


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