10 #ifndef __KVIDCUTCONTOUR_H
11 #define __KVIDCUTCONTOUR_H
13 #include "KVIDContour.h"
28 void SetZ(
Int_t )
override
32 void SetA(
Int_t )
override
40 void SetMassFormula(
Int_t )
override
45 void WriteAsciiFile_extras(std::ofstream&,
const Char_t* name_prefix =
"")
override;
46 void ReadAsciiFile_extras(std::ifstream&)
override;
#define ClassDefOverride(name, id)
Basic graphical contour class for use in particle identification.
Graphical contour for excluding/including regions in particle identification maps.
KVIDCutContour()
Default constructor.
Bool_t IsExclusive() const
kTRUE for exclusive contour, kFALSE for inclusive contour
virtual ~KVIDCutContour()
Destructor.
Int_t GetMassFormula() const override
Int_t GetZ() const override
Int_t GetA() const override
const Char_t * GetSelectionType() const override
\ return type of selection made by contour
Bool_t TestPoint(Double_t x, Double_t y) override
void SetName(const char *name) override
This is redeclared to make it appear in context menus for KVIDContourLines.
void SetExclusive(Bool_t e=kTRUE)
void NotifyParentOfModification()
If identifier belongs to a graph/grid, send signal to say it has been modified.
void SetName(const char *name) override
virtual Int_t IsInside(Double_t x, Double_t y) const