KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVSpiderLineSiCsI.h
Go to the documentation of this file.
1 
4 #ifndef __KVSpiderLineSiCsI_H
5 #define __KVSpiderLineSiCsI_H
6 
7 #include "KVSpiderLine.h"
8 
16 
17 public:
19  KVSpiderLineSiCsI(int z_, Double_t pdy_ = 0.);
20  KVSpiderLineSiCsI(int z_, int a_);
22  virtual ~KVSpiderLineSiCsI();
24 
25  virtual TF1* GetFunction(double min_ = -1., double max_ = -1.);
26 
27 
28  ClassDef(KVSpiderLineSiCsI, 1) //KVSpiderLine specialized for PSA matrix
29 };
30 
31 #endif
double Double_t
#define ClassDef(name, id)
KVSpiderLine specialized for PSA matrix.
virtual TF1 * GetFunction(double min_=-1., double max_=-1.)
void Copy(TObject&) const;
virtual ~KVSpiderLineSiCsI()
KVSpiderLineSiCsI(const KVSpiderLineSiCsI&) ;.
KVSpiderLineSiCsI()
Default constructor.
Part of Spider Identification.
Definition: KVSpiderLine.h:18