KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVZDependentCalibratedSignal.cpp
Go to the documentation of this file.
1 //Created by KVClassFactory on Wed Nov 6 17:35:31 2019
2 //Author: John Frankland,,,
3 
5 
7 
8 
9 
12 void KVZDependentCalibratedSignal::AddSignal(KVCalibratedSignal* sig, const KVNumberList& zrange)
13 {
14  // Add signal to be used for all values of Z in the number list range
15 
16  zrange.Begin();
17  while (!zrange.End()) fSignalMap[zrange.Next()] = sig;
18  fSignals.Add(sig);
19 }
20 
21 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
Calibrated output from detector.
Strings used to represent a set of ranges of values.
Definition: KVNumberList.h:83
Handle several calibrations valid for different Z ranges.