KaliVeda
Toolkit for HIC analysis
DMSAvailableRunsFile.h
1 
4 #ifndef __DMSAVAILABLERUNSFILE_H
5 #define __DMSAVAILABLERUNSFILE_H
6 
7 #include "KVAvailableRunsFile.h"
8 
17 
18 public:
21  virtual ~DMSAvailableRunsFile();
22 
23  virtual void Update(Bool_t no_existing_file = kFALSE);
24 
25  ClassDef(DMSAvailableRunsFile, 1) //Handles list of available runs using Data Management Systems
26 };
27 
28 #endif
bool Bool_t
char Char_t
constexpr Bool_t kFALSE
#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:35