ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
histoinfo Struct Reference
Collaboration diagram for histoinfo:

Public Member Functions

 histoinfo (const std::string &f, const std::string &d)
 

Public Attributes

std::string fname
 
std::string dname
 

Detailed Description

Definition at line 69 of file cpucost.cxx.

Constructor & Destructor Documentation

◆ histoinfo()

histoinfo::histoinfo ( const std::string &  f,
const std::string &  d 
)
inline

Definition at line 70 of file cpucost.cxx.

70 : fname(f), dname(d) { }

Member Data Documentation

◆ dname

std::string histoinfo::dname

Definition at line 72 of file cpucost.cxx.

◆ fname

std::string histoinfo::fname

Definition at line 71 of file cpucost.cxx.


The documentation for this struct was generated from the following file:
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
hist_file_dump.d
d
Definition: hist_file_dump.py:137
histoinfo::fname
std::string fname
Definition: cpucost.cxx:71
histoinfo::dname
std::string dname
Definition: cpucost.cxx:72