List of all members | Public Types | Public Member Functions | Private Attributes
fwk::RunData Class Reference

#include <RunData.h>

Public Types

typedef std::map< std::string,
int > 
NamedCounters
 

Public Member Functions

const std::string & GetCurrentFilename () const
 
NamedCountersGetNamedCounters ()
 
const NamedCountersGetNamedCounters () const
 
void SetCurrentFilename (const std::string &filename)
 

Private Attributes

std::string fCurrentFilename
 
NamedCounters fNamedCounters
 

Detailed Description

Definition at line 10 of file RunData.h.

Member Typedef Documentation

typedef std::map<std::string, int> fwk::RunData::NamedCounters

Definition at line 21 of file RunData.h.

Member Function Documentation

const std::string& fwk::RunData::GetCurrentFilename ( ) const
inline

Definition at line 16 of file RunData.h.

References fCurrentFilename.

NamedCounters& fwk::RunData::GetNamedCounters ( )
inline

Definition at line 23 of file RunData.h.

References fNamedCounters.

Referenced by fwk::RunController::FinishBranch().

const NamedCounters& fwk::RunData::GetNamedCounters ( ) const
inline

Definition at line 26 of file RunData.h.

References fNamedCounters.

void fwk::RunData::SetCurrentFilename ( const std::string &  filename)
inline

Definition at line 13 of file RunData.h.

References fCurrentFilename, and filename.

Member Data Documentation

std::string fwk::RunData::fCurrentFilename
private

Definition at line 30 of file RunData.h.

Referenced by GetCurrentFilename(), and SetCurrentFilename().

NamedCounters fwk::RunData::fNamedCounters
private

Definition at line 31 of file RunData.h.

Referenced by GetNamedCounters().


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

, generated on Tue Sep 26 2023.