Diana Software
QRWCommon.cc
Go to the documentation of this file.
1 #include "QRWCommon.hh"
2 
4 
6 {
7  Clear();
8 }
9 
11 {
12 
13 }
14 
16 {
17  fReaderFileNumber = -1;
20  fParallelRW = false;
21  fDeleteInputFiles = false;
22  fEventGeneratorOn = false;
23  fReaderModuleName = "";
24  fInclusiveMode = false;
25  fReaderTreeEvents.clear();
26 }
27 
#define Q_END_NAMESPACE
Definition: QDiana.hh:22
#define Q_BEGIN_NAMESPACE
Definition: QDiana.hh:20
bool fParallelRW
Definition: QRWCommon.hh:21
int fReaderFileNumber
Definition: QRWCommon.hh:18
QRWCommon()
Definition: QRWCommon.cc:5
std::string fReaderCurrentFileName
Definition: QRWCommon.hh:19
~QRWCommon()
Definition: QRWCommon.cc:10
bool fEventGeneratorOn
Definition: QRWCommon.hh:23
std::string fTempOutputFileList
Definition: QRWCommon.hh:20
std::string fReaderModuleName
Definition: QRWCommon.hh:25
std::map< std::string, Long64_t > fReaderTreeEvents
Definition: QRWCommon.hh:26
bool fDeleteInputFiles
Definition: QRWCommon.hh:22
void Clear()
Definition: QRWCommon.cc:15
bool fInclusiveMode
Definition: QRWCommon.hh:24