KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVINDRADB4.h
1/***************************************************************************
2$Id: KVINDRADB4.h,v 1.6 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_4_H
19#define KV_DATA_BASE_4_H
20
21
22#include "KVINDRADB.h"
23#include "KVDBRun.h"
24#include "KVDBSystem.h"
25#include "KVDBTape.h"
26
33class KVINDRADB4: public KVINDRADB {
34
35public:
37 {
38 };
39 KVINDRADB4(const Char_t* name);
40 virtual ~ KVINDRADB4();
41
42 virtual void Build();
43 virtual void GoodRunLine();
44
46
47 ClassDef(KVINDRADB4, 3) // DataBase of parameters for 4th campaign of Indra
48};
49
50
51#endif
char Char_t
#define ClassDef(name, id)
DataBase of parameters for 4th campaign of INDRA.
Definition KVINDRADB4.h:33
virtual void Build()
Use KVINDRARunListReader utility subclass to read complete runlist.
virtual void GoodRunLine()
DataBase of parameters for an INDRA campaign.
Definition KVINDRADB.h:59