Defines the RootWriter module. More...
#include "BaseModule.hh"#include <iostream>#include <string>Go to the source code of this file.
Classes | |
| class | BranchEnabler |
| Utility functor to allow enabling of a branch from the config file. More... | |
| class | BranchDisabler |
| Utility functor to allow disabling of a branch from the config file. More... | |
| class | RootWriter |
| Store processed EventData objects for each trigger into a ROOT tree. More... | |
Functions | |
| std::istream & | operator>> (std::istream &in, BranchEnabler &e) |
| Overload istream to call BranchEnabler from config file. | |
| std::istream & | operator>> (std::istream &in, BranchDisabler &d) |
| Overload istream to call BranchDisabler from config file. | |
| std::ostream & | operator<< (std::ostream &out, const BranchEnabler &) |
| Don't print anything for BranchEnabler. | |
| std::ostream & | operator<< (std::ostream &out, const BranchDisabler &) |
| Don't print anything for BranchDisabler. | |
Defines the RootWriter module.
Definition in file RootWriter.hh.
1.6.1