KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
DMSAvailableRunsFile.h
Go to the documentation of this file.
1 
4 #ifndef __DMSAVAILABLERUNSFILE_H
5 #define __DMSAVAILABLERUNSFILE_H
6 
7 #include "KVAvailableRunsFile.h"
8 
16 
17 public:
20  virtual ~DMSAvailableRunsFile();
21 
22  virtual void Update(Bool_t no_existing_file = kFALSE);
23 
24  ClassDef(DMSAvailableRunsFile, 1) //Handles list of available runs using Data Management Systems
25 };
26 
27 #endif
char Char_t
const Bool_t kFALSE
bool Bool_t
#define ClassDef(name, id)
Handles lists of available runs using Data Management Systems.
virtual ~DMSAvailableRunsFile()
Destructor.
DMSAvailableRunsFile()
Default constructor.
virtual void Update(Bool_t no_existing_file=kFALSE)
Handles lists of available runs for different datasets and types of data.
Manage an experimental dataset corresponding to a given experiment or campaign.
Definition: KVDataSet.h:207