KaliVeda
Toolkit for HIC analysis
KVIDZAContour.h
1 /*
2 $Id: KVIDZAContour.h,v 1.2 2009/03/03 13:36:00 franklan Exp $
3 $Revision: 1.2 $
4 $Date: 2009/03/03 13:36:00 $
5 */
6 
9 
10 #ifndef __KVIDZACONTOUR_H
11 #define __KVIDZACONTOUR_H
12 
13 #include "KVIDContour.h"
14 
22 class KVIDZAContour : public KVIDContour {
23 protected:
24 
25  virtual void WriteAsciiFile_extras(std::ofstream&, const Char_t* name_prefix = "");
26  virtual void ReadAsciiFile_extras(std::ifstream&);
27 
28 public:
29 
30  KVIDZAContour();
32  KVIDZAContour(const TCutG&);
33  virtual ~KVIDZAContour();
34 
35 
36  ClassDef(KVIDZAContour, 1) //Graphical contour associated with a given nucleus for use in particle identification
37 };
38 
39 #endif
char Char_t
#define ClassDef(name, id)
Basic graphical contour class for use in particle identification.
Definition: KVIDContour.h:23
Graphical contour associated with a given nucleus for use in particle identification.
Definition: KVIDZAContour.h:22
virtual void WriteAsciiFile_extras(std::ofstream &, const Char_t *name_prefix="")
Write Z & A of contour.
virtual ~KVIDZAContour()
Destructor.
virtual void ReadAsciiFile_extras(std::ifstream &)
Read Z & A of contour.
KVIDZAContour()
Default constructor.