11 #ifndef ROOT_TCurlyLine 12 #define ROOT_TCurlyLine static Double_t GetDefaultWaveLength()
Get default wave length.
virtual Rectangle_t GetBBox()
Return the bounding Box of the CurlyLine.
static Bool_t GetDefaultIsCurly()
Get default "IsCurly".
TCurlyLine()
Default constructor.
Bool_t fIsCurly
true: Gluon, false: Gamma
virtual void SetBBoxCenterX(const Int_t x)
Set X coordinate of the center of the BoundingBox.
Double_t fX1
start x, center for arc
Double_t fY1
start y, center for arc
static void SetDefaultIsCurly(Bool_t IsCurly)
Set default "IsCurly".
static const double x2[5]
#define ClassDef(name, id)
virtual void SetWaveLength(Double_t WaveLength)
Set wave length.
virtual void SetStartPoint(Double_t x1, Double_t y1)
Set start point.
Implements curly or wavy polylines used to draw Feynman diagrams.
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save primitive as a C++ statement(s) on output stream out.
virtual void SetCurly()
Set curly.
virtual void SetBBoxCenter(const TPoint &p)
Set center of the BoundingBox.
virtual void SetBBoxX2(const Int_t x)
Set right hands ide of BoundingBox to a value (resize in x direction on right)
Int_t fNsteps
used internally (controls precision)
Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to a line.
static Double_t GetDefaultAmplitude()
Get default amplitude.
virtual void SetEndPoint(Double_t x2, Double_t y2)
Set end point.
static Double_t fgDefaultWaveLength
default wavelength
void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
Double_t GetStartX() const
static void SetDefaultAmplitude(Double_t Amplitude)
Set default amplitude.
static Bool_t fgDefaultIsCurly
default curly type
static const double x1[5]
Double_t GetWaveLength() const
Double_t GetStartY() const
virtual void SetWavy()
Set wavy.
virtual TPoint GetBBoxCenter()
Return the center of the BoundingBox as TPoint in pixels.
static void SetDefaultWaveLength(Double_t WaveLength)
Set default wave length.
Double_t GetAmplitude() const
Double_t fWaveLength
wavelength of sinusoid in percent of pad height
Abstract base class for elements drawn in the editor.
virtual void SetBBoxY1(const Int_t y)
Set top of BoundingBox to a value (resize in y direction on top)
Double_t fAmplitude
amplitude of sinusoid in percent of pad height
Defined by an array on N points in a 2-D space.
virtual void SetBBoxCenterY(const Int_t y)
Set Y coordinate of the center of the BoundingBox.
virtual void SetBBoxX1(const Int_t x)
Set left hand side of BoundingBox to a value (resize in x direction on left)
virtual void SetBBoxY2(const Int_t y)
Set bottom of BoundingBox to a value (resize in y direction on bottom)
virtual void SetAmplitude(Double_t x)
Set amplitude.
virtual void Build()
Create a curly (Gluon) or wavy (Gamma) line.
static Double_t fgDefaultAmplitude
default amplitude