KaliVeda
1.12/06
Heavy-Ion Analysis Toolkit
kaliveda.doxygen
KVMultiDet
geometry
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
4
#include "
KVZDependentCalibratedSignal.h
"
5
6
ClassImp
(
KVZDependentCalibratedSignal
)
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
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
Definition:
KVPartitionList.cpp:9
KVZDependentCalibratedSignal.h
KVCalibratedSignal
Calibrated output from detector.
Definition:
KVCalibratedSignal.h:16
KVNumberList
Strings used to represent a set of ranges of values.
Definition:
KVNumberList.h:83
KVZDependentCalibratedSignal
Handle several calibrations valid for different Z ranges.
Definition:
KVZDependentCalibratedSignal.h:33
Generated on Thu Apr 21 2022 14:14:15 for KaliVeda by
1.9.1