static const double x1[5]
#define ClassDef(name, id)
Implements curly or wavy arcs used to draw Feynman diagrams.
virtual void SetBBoxX2(const Int_t x)
Set right hand side of BoundingBox to a value (resize in x direction on right)
virtual TPoint GetBBoxCenter()
Return the center of the BoundingBox as TPoint in pixels.
Double_t GetPhimax() const
virtual void Build()
Create a curly (Gluon) or wavy (Gamma) arc.
virtual void SetRadius(Double_t radius)
Set Curly Arc radius.
static Bool_t GetDefaultIsCurly()
Get default "IsCurly".
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save primitive as a C++ statement(s) on output stream out.
virtual void SetPhimin(Double_t phimin)
Set Curly Arc minimum Phi.
Double_t fTheta
used internally
static Double_t GetDefaultWaveLength()
Get default wave length.
virtual void SetBBoxY2(const Int_t y)
Set bottom of BoundingBox to a value (resize in y direction on bottom)
virtual void SetCenter(Double_t x1, Double_t y1)
Set Curly Arc center.
Double_t fPhimax
end phi (degrees)
void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
Double_t GetRadius() const
TCurlyArc()
Default constructor.
Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to an arc.
static Double_t fgDefaultWaveLength
default wavelength
static void SetDefaultWaveLength(Double_t WaveLength)
Set default wave length.
static void SetDefaultAmplitude(Double_t Amplitude)
Set default wave amplitude.
Double_t fPhimin
start phi (degrees)
Double_t fR1
Radius of arc.
virtual void SetBBoxY1(const Int_t y)
Set top of BoundingBox to a value (resize in y direction on top)
static Double_t fgDefaultAmplitude
default amplitude
virtual void SetBBoxCenter(const TPoint &p)
Set center of the BoundingBox.
static Double_t GetDefaultAmplitude()
Get default wave amplitude.
static void SetDefaultIsCurly(Bool_t IsCurly)
Set default "IsCurly".
virtual void SetBBoxCenterY(const Int_t y)
Set Y coordinate of the center of the BoundingBox.
static Bool_t fgDefaultIsCurly
default curly type
virtual Rectangle_t GetBBox()
Return the bounding Box of the Line.
virtual void SetBBoxCenterX(const Int_t x)
Set X coordinate of the center of the BoundingBox.
Double_t GetPhimin() const
virtual void SetBBoxX1(const Int_t x)
Set left hand side of BoundingBox to a value (resize in x direction on left)
virtual void SetPhimax(Double_t phimax)
Set Curly Arc maximum Phi.
Implements curly or wavy polylines used to draw Feynman diagrams.
Rectangle structure (maps to the X11 XRectangle structure)