HGeomMdcWire(const HGeomMdcWire&) | |
HGeomMdcWire(Int_t wn = -1, TString name = "", Int_t cn = 0, Int_t wt = -1, Float_t radius = 0.f, Double_t hlen = 0., Double_t xpos = 0., Double_t ypos = 0., Double_t zpos = 0.) | |
~HGeomMdcWire() | |
HGeomMdcWire* | getCopyNode() |
Int_t | getCopyNumber() |
Int_t | getMediumInd() |
Int_t | getNParams() |
Float_t* | getParams() |
Float_t* | getPosition() |
void | getPosition(Double_t& x, Double_t& y, Double_t& z) |
TGeoVolume* | getRootVolume() |
TString& | getWireName() |
Int_t | getWireType() |
HGeomMdcWire& | operator=(const HGeomMdcWire&) |
void | print() |
void | setCopyNode(HGeomMdcWire* p) |
void | setCopyNumber(Int_t cn) |
void | setMediumInd(Int_t i) |
void | setRootVolume(TGeoVolume* v) |
void | setWireNumber(Int_t wn) |
Int_t | copyNumber | node copy number |
Float_t | gparams[3] | Geant/ROOT parameters for a TUBE [cm] |
Float_t | gpos[3] | Geant/ROOT position in mother [cm] (TUBE center in TRD1 center) |
Int_t | mediumInd | index of Geant/ROOT medium |
HGeomMdcWire* | pCopyNode | pointer to corresponding wire with copyNumber = 1 |
TGeoVolume* | pRootVolume | pointer to the ROOT volume |
TString | wireName | volume name |
Int_t | wireNumber | wire number (starting from 0) |
Int_t | wireType | wire type (0: cathode or field wire, 1: sens wire) |