#include <Friend.hpp>
Inheritance diagram for cafe::Friend:

Configuration Options:
Definition at line 20 of file Friend.hpp.
Public Member Functions | |
| Friend (const char *name) | |
| void | inputFileOpened (TFile *file) |
| Called for every new input file that was opened. | |
| ClassDef (Friend, 0) | |
Private Attributes | |
| std::string | _fileName |
| std::string | _treeName |
| FilePattern | _pattern |
|
|
Definition at line 12 of file Friend.cpp. References _fileName, _pattern, _treeName, cafe::Config::get(), and cafe::Processor::name(). |
|
||||||||||||
|
|
|
|
Called for every new input file that was opened.
Reimplemented from cafe::Processor. Definition at line 23 of file Friend.cpp. References _fileName, _pattern, _treeName, cafe::Processor::name(), cafe::Processor::out(), and cafe::FilePattern::replace(). |
|
|
Definition at line 25 of file Friend.hpp. Referenced by Friend(), and inputFileOpened(). |
|
|
Definition at line 27 of file Friend.hpp. Referenced by Friend(), and inputFileOpened(). |
|
|
Definition at line 26 of file Friend.hpp. Referenced by Friend(), and inputFileOpened(). |
1.3.4