KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVDBElasticPeak.cpp
Go to the documentation of this file.
1 /***************************************************************************
2 $Id: KVDBElasticPeak.cpp,v 1.3 2006/10/19 14:32:43 franklan Exp $
3  KVDBElasticPeak.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 "KVDBElasticPeak.h"
20 
21 
24 
26 void KVDBElasticPeak::init()
27 {
28  //default initialisations
29  fZbeam = 0;
30  fAbeam = 0;
31 }
32 
33 
34 
37 
39 {
40  //default ctor
41  init();
42 }
43 
44 
45 
48 
50  : KVDBPeak(detname, "elastic", 7)
51 {
52  //create elastic peak parameter set for detector "detname"
53  init();
54 }
55 
56 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
char Char_t
Wrapper for KVDBPeak describing elastic peaks for calibration.
void init()
default initialisations
KVDBElasticPeak()
default ctor
Calibration peak in database.
Definition: KVDBPeak.h:34