KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVTGIDZA.h
Go to the documentation of this file.
1 /***************************************************************************
2  KVTGIDZA.h - description
3  -------------------
4  begin : 5 July 2005
5  copyright : (C) 2005 by J.D. Frankland
6  email : frankland@ganil.fr
7 
8 $Id: KVTGIDZA.h,v 1.8 2009/03/03 14:27:15 franklan Exp $
9 ***************************************************************************/
10 
11 #ifndef KVTGIDZA__H
12 #define KVTGIDZA__H
13 
14 #include "KVTGIDZ.h"
15 
39 class KVTGIDZA: public KVTGIDZ {
40 protected:
41  virtual void SetIdent(KVIDLine*, Double_t ID);
42  virtual KVIDLine* AddLine(KVIDGrid*);
43 
44 public:
46  {
47  };
48  KVTGIDZA(const Char_t* name, const Char_t* function,
49  Double_t xmin, Double_t xmax, Int_t npar, Int_t x_par,
50  Int_t y_par);
51  KVTGIDZA(const Char_t* name, Int_t npar, Int_t type, Int_t light);
52  virtual ~ KVTGIDZA()
53  {
54  };
55 
56  void AddLineToGrid(KVIDGrid* g, Int_t ID, Int_t npoints, Double_t xmin,
57  Double_t xmax, Bool_t logscale = kFALSE);
58 
59  ClassDef(KVTGIDZA, 1) //Base class for Z & A identification functionals by L. Tassan-Got
60 };
61 
62 #endif
int Int_t
char Char_t
bool Bool_t
double Double_t
#define ClassDef(name, id)
Abstract base class for 2D identification grids in e.g. (dE,E) maps.
Definition: KVIDGrid.h:73
Base class for lines/cuts used for particle identification in 2D data maps.
Definition: KVIDLine.h:142
Base class for charged particle Z & A identfication using functionals developed by L....
Definition: KVTGIDZA.h:39
void AddLineToGrid(KVIDGrid *g, Int_t ID, Int_t npoints, Double_t xmin, Double_t xmax, Bool_t logscale=kFALSE)
Definition: KVTGIDZA.cpp:123
virtual void SetIdent(KVIDLine *, Double_t ID)
Definition: KVTGIDZA.cpp:73
virtual ~ KVTGIDZA()
Definition: KVTGIDZA.h:52
virtual KVIDLine * AddLine(KVIDGrid *)
Add a new KVIDZALine to the grid.
Definition: KVTGIDZA.cpp:95
KVTGIDZA()
Definition: KVTGIDZA.h:45
Abstract base class for charged particle Z identfication using functionals developed by L....
Definition: KVTGIDZ.h:32
const long double g
masses
Definition: KVUnits.h:72