KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVIDSiCsI.h
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"
31
32protected:
34
35public:
36 void Initialize();
38
39 ClassDef(KVIDSiCsI, 1) //INDRA identification using Si-CsI matrices
40};
41
42#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:23
Identification in Si-CsI telescopes of INDRA.
Definition KVIDSiCsI.h:30
KVIDCutLine * fPIEDESTAL
Definition KVIDSiCsI.h:33
Bool_t Identify(KVIdentificationResult *idr, Double_t x=-1, Double_t y=-1)
Definition KVIDSiCsI.cpp:51
void Initialize()
Upper limit of Silicon pedestal zone (neutral particles)
Definition KVIDSiCsI.cpp:35
Base class for identification telescopes of INDRA array.
Full result of one attempted particle identification.