KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVDBAlphaPeak.cpp
Go to the documentation of this file.
1 /***************************************************************************
2 $Id: KVDBAlphaPeak.cpp,v 1.4 2006/10/19 14:32:43 franklan Exp $
3  KVDBAlphaPeak.cpp - description
4  -------------------
5  begin : dec 5 2003
6  copyright : (C) 2003 by J.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 #include "Riostream.h"
19 #include "KVDBAlphaPeak.h"
20 
21 
24 
27 {
28  //default ctor
29 }
30 
31 
32 
35 
37  : KVDBPeak(detname, "alpha", 7)
38 {
39  //create alpha peak parameter set for detector "detname"
40 }
41 
42 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
char Char_t
Wrapper for KVDBPeak describing alpha (thoron) peaks for calibration.
Definition: KVDBAlphaPeak.h:34
KVDBAlphaPeak()
default ctor
Calibration peak in database.
Definition: KVDBPeak.h:34