KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVIDChIoCsI.cpp
Go to the documentation of this file.
1 /***************************************************************************
2  KVIDChIoCsI.cpp - description
3  -------------------
4  begin : Fri Feb 20 2004
5  copyright : (C) 2004 by J.D. Frankland
6  email : frankland@ganil.fr
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 
18 #include "KVIDChIoCsI.h"
19 #include "KVReconstructedNucleus.h"
20 #include "KVINDRACodes.h"
21 
24 //KVIDChIoCsI
25 //
26 //Identification in ChIo-CsI matrices of INDRA
27 //
28 
29 
30 
35 Bool_t KVIDChIoCsI::CheckTheoreticalIdentificationThreshold(KVNucleus* ION, Double_t)
36 {
37  // Overrides KVIDTelescope method
38  // We lower the calculated energy threshold to be better in agreement with data
39  // EINC argument not used as ChIo-CsI is always first telescope
40 
41  Double_t emin = (1.9 / 2.5) * (fChIo->GetEIncOfMaxDeltaE(ION->GetZ(), ION->GetA()));
42  return (ION->GetEnergy() > emin);
43 
44 }
45 
46 
47 
50 
52 {
53  // Initialize telescope for current run.
54 
56  fChIo = (KVChIo*) GetDetector(1);
57  fCsI = (KVCsI*) GetDetector(2);
58 }
59 
60 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
bool Bool_t
double Double_t
Ionisation chamber detectors of the INDRA multidetector array.
Definition: KVChIo.h:29
CsI(Tl) scintillation detectors of the INDRA multidetector array.
Definition: KVCsI.h:15
Identification in ChIo-CsI telescopes of INDRA.
Definition: KVIDChIoCsI.h:30
KVCsI * fCsI
the csi
Definition: KVIDChIoCsI.h:34
KVChIo * fChIo
the chio
Definition: KVIDChIoCsI.h:33
virtual void Initialize(void)
Initialize telescope for current run.
Definition: KVIDChIoCsI.cpp:51
KVDetector * GetDetector(UInt_t n) const
virtual void Initialize(void)
Description of properties and kinematics of atomic nuclei.
Definition: KVNucleus.h:125