39 std::vector<Double_t>
fXs1;
40 std::vector<Double_t>
fYs1;
43 std::vector<Double_t>
fXs2;
44 std::vector<Double_t>
fYs2;
48PolyTest2::PolyTest2() :
TNamed(
"polygon_compression_test2",
"polygon_compression_test2")
54 assert(
gPad !=
nullptr &&
"PolyTest2, gPad is null");
121void PolyTest2::Paint(
const Option_t * )
123 assert(
gPad !=
nullptr &&
"Paint, gPad is null");
int Int_t
Signed integer 4 bytes (int)
double Double_t
Double 8 bytes.
const char Option_t
Option string (const char)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t SetLineColor
Option_t Option_t SetFillColor
R__EXTERN TRandom * gRandom
Fill Area Attributes class.
virtual void Modify()
Change current fill area attributes if necessary.
virtual void Modify()
Change current line attributes if necessary.
The TNamed class is the base class for all named ROOT classes.
Double_t Rndm() override
Machine independent random number generator.