Diana Software
QRWCommon.hh
Go to the documentation of this file.
1 #ifndef _Q_RW_COMMON_HH_
2 #define _Q_RW_COMMON_HH_
3 
4 #include "QDiana.hh"
5 #include <string>
6 #include "QFrameWorkConfig.hh"
7 
8 
10 
11 class QRWCommon {
12 public:
13  QRWCommon();
14  void Clear();
15 
16  ~QRWCommon();
17 
20  std::string fTempOutputFileList;
25  std::string fReaderModuleName;
26  std::map<std::string,Long64_t> fReaderTreeEvents;
28 };
29 
31 
32 #endif
33 
#define Q_END_NAMESPACE
Definition: QDiana.hh:22
#define Q_BEGIN_NAMESPACE
Definition: QDiana.hh:20
QObject storing a set of QSecuenceConfigs.
bool fParallelRW
Definition: QRWCommon.hh:21
QFrameWorkConfig fFrameWorkConfigOld
Definition: QRWCommon.hh:27
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