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

#include <DataOutputDirector.h>

Public Member Functions

 DataOutputDescriptor (std::string sin)
 
void setFilenameBase (std::string fn)
 
void setFilenameBase (std::string *fnptr)
 
std::string getFilenameBase ()
 
void printOut ()
 

Public Attributes

std::string tablename
 
std::string treename
 
std::string version
 
std::vector< std::string > colnames
 
std::unique_ptr< data_matcher::DataDescriptorMatchermatcher
 

Detailed Description

Definition at line 32 of file DataOutputDirector.h.

Constructor & Destructor Documentation

◆ DataOutputDescriptor()

o2::framework::DataOutputDescriptor::DataOutputDescriptor ( std::string  sin)

Definition at line 33 of file DataOutputDirector.cxx.

Member Function Documentation

◆ getFilenameBase()

std::string o2::framework::DataOutputDescriptor::getFilenameBase ( )

Definition at line 114 of file DataOutputDirector.cxx.

◆ printOut()

void o2::framework::DataOutputDescriptor::printOut ( )

Definition at line 119 of file DataOutputDirector.cxx.

◆ setFilenameBase() [1/2]

void o2::framework::DataOutputDescriptor::setFilenameBase ( std::string *  fnptr)
inline

Definition at line 46 of file DataOutputDirector.h.

◆ setFilenameBase() [2/2]

void o2::framework::DataOutputDescriptor::setFilenameBase ( std::string  fn)
inline

Definition at line 45 of file DataOutputDirector.h.

Member Data Documentation

◆ colnames

std::vector<std::string> o2::framework::DataOutputDescriptor::colnames

Definition at line 40 of file DataOutputDirector.h.

◆ matcher

std::unique_ptr<data_matcher::DataDescriptorMatcher> o2::framework::DataOutputDescriptor::matcher

Definition at line 41 of file DataOutputDirector.h.

◆ tablename

std::string o2::framework::DataOutputDescriptor::tablename

Holds information concerning the writing of aod tables. The information includes the table specification, treename, columns to save, and the file name

Definition at line 37 of file DataOutputDirector.h.

◆ treename

std::string o2::framework::DataOutputDescriptor::treename

Definition at line 38 of file DataOutputDirector.h.

◆ version

std::string o2::framework::DataOutputDescriptor::version

Definition at line 39 of file DataOutputDirector.h.


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