KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVIDZAContour.h
Go to the documentation of this file.
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 
21 class KVIDZAContour : public KVIDContour {
22 protected:
23 
24  virtual void WriteAsciiFile_extras(std::ofstream&, const Char_t* name_prefix = "");
25  virtual void ReadAsciiFile_extras(std::ifstream&);
26 
27 public:
28 
29  KVIDZAContour();
31  KVIDZAContour(const TCutG&);
32  virtual ~KVIDZAContour();
33 
34 
35  ClassDef(KVIDZAContour, 1) //Graphical contour associated with a given nucleus for use in particle identification
36 };
37 
38 #endif
char Char_t
#define ClassDef(name, id)
Basic graphical contour class for use in particle identification.
Definition: KVIDContour.h:22
Graphical contour associated with a given nucleus for use in particle identification.
Definition: KVIDZAContour.h:21
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.