42 Error(
"SetNmeshPoints",
"Cannot allow less than 1000 points for checking - set to 1000");
56 if ((
h =
gROOT->GetPluginManager()->FindHandler(
"TVirtualGeoChecker"))) {
57 if (
h->LoadPlugin() == -1)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TGeoManager * gGeoManager
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
Abstract class for geometry checkers.
static TVirtualGeoChecker * fgGeoChecker
TVirtualGeoChecker * GeoChecker()
Static function returning a pointer to the geometry checker.
void SetNmeshPoints(Int_t npoints=1000)
Set number of points to be generated on the shape outline when checking for overlaps.
~TVirtualGeoChecker() override
Geometry checker destructor.
TVirtualGeoChecker()
Geometry checker default constructor.