Diana Software
MRootFileWriter.hh
Go to the documentation of this file.
1 
39 #ifndef _M_ROOT_FILE_WRITER_H_
40 #define _M_ROOT_FILE_WRITER_H_
41 
42 #include <string>
43 #include "QDiana.hh"
44 #include "QRootFileWriterBase.hh"
45 #include "TObjString.h"
46 #include "QTFilePointer.hh"
47 
48 class TFile;
49 class QTree;
50 class QGlobalWriter;
51 
53 
54 public:
55 
64  void Init(Diana::QEventInspector& evi);
65 
66 };
67 
68 #endif
Root File writer.
void Init(Diana::QEventInspector &evi)
Initialization class called by the Sequence.
Abstract class for global writers.
Base class for writers for diana and apollo root files.
TTree used in diana.
Definition: QTree.hh:19