18class Muc2DStrip :
public TNamed,
public TAttLine,
public TAttFill {
21 Muc2DStrip(
const char* name,
const char*
title, Int_t N, Double_t*
P, Int_t part, Int_t seg,
22 Int_t gap, Int_t strip );
27 virtual void ExecuteEvent( Int_t event, Int_t px, Int_t py );
30 virtual void SetFired(
bool status =
true ) { fFired = status; }
34 virtual void AddInfo( TString info ) { fInfoCon.push_back( info ); }
38 virtual void Draw( Option_t* option =
"" );
39 virtual void Paint( Option_t* option =
"" );
43 virtual Int_t
GetSeg() {
return fSeg; }
44 virtual Int_t
GetGap() {
return fGap; }
48 Double_t
GetAngle( Double_t x, Double_t y );
60 std::vector<TString> fInfoCon;
84 static const Int_t m_kDrawLineRange =
double P(RecMdcKalTrack *trk)
Double_t GetAngle(Double_t x, Double_t y)
virtual void SetHighlighted(bool status=true)
virtual bool IsHighlighted()
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
virtual char * GetObjectInfo(Int_t px, Int_t py) const
virtual bool IsZRVisible()
virtual void Paint(Option_t *option="")
virtual void AddInfo(TString info)
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Double_t Range360(Double_t input)
virtual void SetFired(bool status=true)