KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVIDContour.cpp
Go to the documentation of this file.
1 /*
2 $Id: KVIDContour.cpp,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 
7 //Created by KVClassFactory on Mon Apr 14 14:08:54 2008
8 //Author: franklan
9 
10 #include "KVIDContour.h"
11 
13 
14 
15 
16 
20 {
21  // Default constructor
22 }
23 
24 
25 
28 
30  : KVIDentifier(g)
31 {
32  // Copy constructor
33 }
34 
35 
36 
39 
41  : KVIDentifier(g)
42 {
43  // Copy the TCutG contour
44 }
45 
46 
47 
50 
52 {
53  // Destructor
54 }
55 
56 
57 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
Basic graphical contour class for use in particle identification.
Definition: KVIDContour.h:22
virtual ~KVIDContour()
Destructor.
Definition: KVIDContour.cpp:51
KVIDContour()
Default constructor.
Definition: KVIDContour.cpp:19
Base class for graphical cuts used in particle identification.
Definition: KVIDentifier.h:27
const long double g
masses
Definition: KVUnits.h:72