KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVINDRADB1.h
Go to the documentation of this file.
1 /***************************************************************************
2 $Id: KVINDRADB1.h,v 1.9 2006/10/19 14:32:43 franklan Exp $
3  kvdatabase1.h - description
4  -------------------
5  begin : 13/2/2004
6  copyright : (C) 2004 by Daniel Cussol
7  email : cussol@in2p3.fr
8  ***************************************************************************/
9 
10 /***************************************************************************
11  * *
12  * This program is free software; you can redistribute it and/or modify *
13  * it under the terms of the GNU General Public License as published by *
14  * the Free Software Foundation; either version 2 of the License, or *
15  * (at your option) any later version. *
16  * *
17  ***************************************************************************/
18 #ifndef KV_DATA_BASE_1_H
19 #define KV_DATA_BASE_1_H
20 
21 #include "KVINDRADB.h"
22 #include "KVDBRun.h"
23 #include "KVDBSystem.h"
24 #include "KVDBTape.h"
25 
31 class KVINDRADB1: public KVINDRADB {
32 
33 public:
34 
36  {
37  };
38  KVINDRADB1(const Char_t* name);
39  virtual ~ KVINDRADB1()
40  {
41  };
42 
43  virtual void Build();
44  virtual void GoodRunLine();
45 
47 
48  ClassDef(KVINDRADB1, 3) // DataBase of parameters for 1st campaign of Indra
49 };
50 
51 
52 #endif
char Char_t
#define ClassDef(name, id)
DataBase of parameters for 1st campaign of INDRA.
Definition: KVINDRADB1.h:31
virtual ~ KVINDRADB1()
Definition: KVINDRADB1.h:39
virtual void Build()
Use KVINDRARunListReader utility subclass to read complete runlist.
Definition: KVINDRADB1.cpp:37
virtual void GoodRunLine()
Definition: KVINDRADB1.cpp:66
DataBase of parameters for an INDRA campaign.
Definition: KVINDRADB.h:58