more docu

This commit is contained in:
nemu
2010-06-01 07:08:04 +00:00
parent 912f1f48e8
commit 25693d6c44
8 changed files with 328 additions and 161 deletions

View File

@@ -40,6 +40,9 @@ using namespace std;
#include "PMusr.h"
#include "PMsrHandler.h"
/**
* <p>Handler class needed to read/handle raw data files.
*/
class PRunDataHandler
{
public:
@@ -51,8 +54,8 @@ class PRunDataHandler
virtual PRawRunData* GetRunData(const TString &runName);
private:
PMsrHandler *fMsrInfo;
PStringVector fDataPath;
PMsrHandler *fMsrInfo; ///< pointer to the msr-file handler
PStringVector fDataPath; ///< vector containing all the search paths where to look for data files
Bool_t fAllDataAvailable; ///< flag indicating if all data sets could be read
TString fRunName; ///< current run name