KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVDBAlphaPeak.h
Go to the documentation of this file.
1 /***************************************************************************
2 $Id: KVDBAlphaPeak.h,v 1.4 2006/10/19 14:32:43 franklan Exp $
3  KVDBAlphaPeak.h - description
4  -------------------
5  begin : december 5th 2003
6  copyright : (C) 2003 by John D. Frankland
7  email : frankland@ganil.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 __KVDBALPHA_H
19 #define __KVDBALPHA_H
20 
21 #include "KVDBPeak.h"
22 
23 #define PEAK_THORON_1 6.062
24 #define PEAK_THORON_2 8.785
25 
34 class KVDBAlphaPeak: public KVDBPeak {
35 
36 public:
37 
38  KVDBAlphaPeak();
39  KVDBAlphaPeak(const Char_t* detname);
40  virtual ~ KVDBAlphaPeak()
41  {
42  };
43 
44  ClassDef(KVDBAlphaPeak, 1) //alpha peaks for calibration
45 };
46 
47 #endif
char Char_t
#define ClassDef(name, id)
Wrapper for KVDBPeak describing alpha (thoron) peaks for calibration.
Definition: KVDBAlphaPeak.h:34
virtual ~ KVDBAlphaPeak()
Definition: KVDBAlphaPeak.h:40
KVDBAlphaPeak()
default ctor
Calibration peak in database.
Definition: KVDBPeak.h:34