KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVIDCsIRLLine.h
Go to the documentation of this file.
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 
26 class KVIDCsIRLLine: public KVIDZALine {
27 
28 
29 protected:
30 
31  virtual void SetAsymWidth(Double_t d_l, Double_t d_r);
32 
33 public:
34 
35  KVIDCsIRLLine();
37 
38  virtual ~ KVIDCsIRLLine();
39  Int_t Compare(const TObject*) const;
40 
41  void Print(Option_t* opt = "") const;
42 
43  ClassDef(KVIDCsIRLLine, 3) //Base class for CsI R-L identification lines
44 };
45 
46 #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:26
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:32