#include <HistWriter.hh>
Inheritance diagram for HistWriter:

Definition at line 9 of file HistWriter.hh.
Public Member Functions | |
| virtual | ~HistWriter () |
| virtual bool | enterDir (const std::string &name, Bool_t create=kFALSE)=0 |
| Enter a subdirectory in the file. | |
| virtual void | upDir ()=0 |
| Go up one directory level. | |
| virtual void | writeToCurrentDir (const FloatHistogram1D &hist, const std::string &name)=0 |
| Write the given histogram to a ROOT file. | |
|
|
Definition at line 12 of file HistWriter.hh. |
|
||||||||||||
|
Enter a subdirectory in the file.
Referenced by HistMgr::writeHistograms(). |
|
|
Go up one directory level.
Implemented in RootWriter. Referenced by HistMgr::writeHistograms(). |
|
||||||||||||
|
Write the given histogram to a ROOT file.
Implemented in RootWriter. Referenced by HistMgr::writeHistograms(). |
1.3.5