10 #ifndef __KVIDCUTCONTOUR_H
11 #define __KVIDCUTCONTOUR_H
13 #include "KVIDContour.h"
#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
void ReadAsciiFile_extras(std::ifstream &) override
Read fExclusive.
void SetMassFormula(Int_t) override
virtual ~KVIDCutContour()
Destructor.
Bool_t fExclusive
set to kTRUE if want to accept points OUTSIDE the contour
Int_t GetMassFormula() const override
Int_t GetZ() const override
Int_t GetA() const override
Bool_t TestPoint(Double_t x, Double_t y) override
void SetAandZ(Int_t, Int_t) override
void SetName(const char *name) override
This is redeclared to make it appear in context menus for KVIDContourLines.
void SetZ(Int_t) override
void SetExclusive(Bool_t e=kTRUE)
Make contour exclusive i.e. only accept points outside contour.
void WriteAsciiFile_extras(std::ofstream &, const Char_t *name_prefix="") override
Write fExclusive.
void SetA(Int_t) override
void SetName(const char *name) override
virtual Int_t IsInside(Double_t x, Double_t y) const