// $Id$ // // Class AliMUONGeometryConstituent // ----------------------------- // Helper class for definititon of an assembly of volumes. // // Author: Ivana Hrivnacova, IPN Orsay #include #include "AliMUONGeometryConstituent.h" ClassImp(AliMUONGeometryConstituent) //______________________________________________________________________________ AliMUONGeometryConstituent::AliMUONGeometryConstituent(const TString& name, Int_t copyNo, Int_t npar, Double_t* param) : TNamed(name, name), fCopyNo(copyNo), fNpar(npar), fParam(0) { // fTransformation = new TGeoCombiTrans(name); // would be nice to be so simple // Create the constituent transformation fTransformation = new TGeoCombiTrans(""); // Volume parameters if (npar > 0) { fParam = new Double_t[npar]; for (Int_t i=0; i 0) { fParam = new Double_t[npar]; for (Int_t i=0; i 0) { fParam = new Double_t[npar]; for (Int_t i=0; i