KaliVeda
Toolkit for HIC analysis
KVIDCsIRLLine.h
1 /***************************************************************************
2  KVIDCsIRLLine.h - description
3  -------------------
4  begin : Nov 10 2004
5  copyright : (C) 2004 by J.D. Frankland
6  email : frankland@ganil.fr
7 
8 $Id: KVIDCsIRLLine.h,v 1.6 2009/03/03 13:36:00 franklan Exp $
9 ***************************************************************************/
10 
11 #ifndef KVIDCsIRLLine_H
12 #define KVIDCsIRLLine_H
13 
14 #include "KVIDZALine.h"
15 
27 class KVIDCsIRLLine: public KVIDZALine {
28 
29 
30 protected:
31 
32  virtual void SetAsymWidth(Double_t d_l, Double_t d_r);
33 
34 public:
35 
36  KVIDCsIRLLine();
38 
39  virtual ~ KVIDCsIRLLine();
40  Int_t Compare(const TObject*) const;
41 
42  void Print(Option_t* opt = "") const;
43 
44  ClassDef(KVIDCsIRLLine, 3) //Base class for CsI R-L identification lines
45 };
46 
47 #endif
int Int_t
double Double_t
const char Option_t
#define ClassDef(name, id)
Base class for CsI R-L identification lines (A and Z identification).
Definition: KVIDCsIRLLine.h:27
Int_t Compare(const TObject *) const
KVIDCsIRLLine()
Default ctor.
void Print(Option_t *opt="") const
virtual void SetAsymWidth(Double_t d_l, Double_t d_r)
virtual ~ KVIDCsIRLLine()
Base class for identification ridge lines corresponding to different nuclear species.
Definition: KVIDZALine.h:33