#include <PndMvdMQFileSink.h>
|
virtual void | Init () |
|
virtual void | Run () |
|
PndMvdMQFileSink.h
- Since
- 2016-03-08
- Author
- R. Karabowicz
Definition at line 26 of file PndMvdMQFileSink.h.
◆ anonymous enum
◆ PndMvdMQFileSink()
PndMvdMQFileSink::PndMvdMQFileSink |
( |
| ) |
|
◆ ~PndMvdMQFileSink()
virtual PndMvdMQFileSink::~PndMvdMQFileSink |
( |
| ) |
|
|
virtual |
◆ AddOutputBranch()
void PndMvdMQFileSink::AddOutputBranch |
( |
std::string |
classString, |
|
|
std::string |
branchString |
|
) |
| |
|
inline |
Definition at line 39 of file PndMvdMQFileSink.h.
41 fClassNames.push_back(classString);
42 fBranchNames.push_back(branchString);
◆ GetOutputFileName()
std::string PndMvdMQFileSink::GetOutputFileName |
( |
| ) |
|
|
inline |
◆ GetProperty() [1/2]
std::string PndMvdMQFileSink::GetProperty |
( |
const int |
key, |
|
|
const std::string & |
default_ = "" |
|
) |
| |
◆ GetProperty() [2/2]
int PndMvdMQFileSink::GetProperty |
( |
const int |
key, |
|
|
const int |
default_ = 0 |
|
) |
| |
◆ Init()
virtual void PndMvdMQFileSink::Init |
( |
| ) |
|
|
protectedvirtual |
◆ Run()
virtual void PndMvdMQFileSink::Run |
( |
| ) |
|
|
protectedvirtual |
◆ SetOutputFileName()
void PndMvdMQFileSink::SetOutputFileName |
( |
std::string |
tempString | ) |
|
|
inline |
◆ SetProperty() [1/2]
void PndMvdMQFileSink::SetProperty |
( |
const int |
key, |
|
|
const std::string & |
value |
|
) |
| |
◆ SetProperty() [2/2]
void PndMvdMQFileSink::SetProperty |
( |
const int |
key, |
|
|
const int |
value |
|
) |
| |
The documentation for this class was generated from the following file: