KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVIDSiCsI.h
Go to the documentation of this file.
1 /***************************************************************************
2  KVIDSiCsI.h - description
3  -------------------
4  begin : Fri Feb 20 2004
5  copyright : (C) 2004 by J.D. Frankland
6  email : frankland@ganil.fr
7 $Id: KVIDSiCsI.h,v 1.10 2006/10/19 14:32:43 franklan Exp $
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 
19 #ifndef KVIDSICSI_H
20 #define KVIDSICSI_H
21 
22 #include "KVINDRAIDTelescope.h"
23 #include "KVIDCutLine.h"
30 
31 protected:
32  KVIDCutLine* fPIEDESTAL = nullptr;
33 
34 public:
35  void Initialize();
37 
38  ClassDef(KVIDSiCsI, 1) //INDRA identification using Si-CsI matrices
39 };
40 
41 #endif
bool Bool_t
double Double_t
#define ClassDef(name, id)
Line in ID grid used to delimit regions where no identification is possible.
Definition: KVIDCutLine.h:22
Identification in Si-CsI telescopes of INDRA.
Definition: KVIDSiCsI.h:29
KVIDCutLine * fPIEDESTAL
Definition: KVIDSiCsI.h:32
Bool_t Identify(KVIdentificationResult *idr, Double_t x=-1, Double_t y=-1)
Definition: KVIDSiCsI.cpp:52
void Initialize()
Upper limit of Silicon pedestal zone (neutral particles)
Definition: KVIDSiCsI.cpp:36
Base class for identification telescopes of INDRA array.
Full result of one attempted particle identification.