KaliVeda
Toolkit for HIC analysis
KVIDContour.cpp
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 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t g
Basic graphical contour class for use in particle identification.
Definition: KVIDContour.h:23
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:28
ClassImp(TPyArg)