KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
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
28
29
30protected:
31
32 virtual void SetAsymWidth(Double_t d_l, Double_t d_r);
33
34public:
35
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).
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)
Base class for identification ridge lines corresponding to different nuclear species.
Definition KVIDZALine.h:33