Diana Software
pkg
qroot
QTFilePointer.hh
Go to the documentation of this file.
1
#ifndef _Q_TFILEPOINTER_HH_
2
#define _Q_TFILEPOINTER_HH_
3
15
#include "
QObject.hh
"
16
#include <TFile.h>
17
18
class
QTFilePointer
:
public
Diana::QObject {
19
20
public
:
22
void
Clear
()
23
{
24
fP
= 0;
25
}
26
// if this is class is a simple container, declare public members
27
TFile*
fP
;
28
29
private
:
30
31
QObjectDef
(
QTFilePointer
,1);
32
33
};
34
35
#endif
QObject.hh
QTFilePointer
one-line description of your QObject
Definition:
QTFilePointer.hh:18
QTFilePointer::Clear
void Clear()
clear members
Definition:
QTFilePointer.hh:22
QTFilePointer::fP
TFile * fP
Definition:
QTFilePointer.hh:27
QTFilePointer::QObjectDef
QObjectDef(QTFilePointer, 1)
Generated by
1.9.1