KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVDBParameterList.cpp
Go to the documentation of this file.
1 //Created by KVClassFactory on Fri Sep 11 15:25:54 2015
2 //Author: ,,,
3 
4 #include "KVDBParameterList.h"
5 
7 
8 void KVDBParameterList::Print(Option_t* option) const
9 //---------------------
10 
12 
13 {
14 
15  TString opt(option);
16  opt.ToUpper();
17  if (opt == "PAR") {
18  GetParameters()->Print();
19  }
20  else if (opt == "ALL") {
21  KVDBRecord::Print(option);
22  GetParameters()->Print();
23  }
24  else {
25  KVDBRecord::Print(option);
26  }
27 
28 }
29 
30 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
const char Option_t
void GetParameters(TFitEditor::FuncParams_t &pars, TF1 *func)
To store calibration parameters in a database ,.
virtual void Print(Option_t *option="") const
Definition: KVDBRecord.cpp:222
void ToUpper()