31.8.2011 Kamil Sedlak

New geometry called "polycone" implemented in musrSim.
This required also an implementation of command
"/musr/command arrayDef arrayName N x1 x2 ... xN"
See the updated documentation musrSim.pdf.
This commit is contained in:
2011-08-31 11:19:09 +00:00
parent b4299fe10d
commit 0e5bdb63f9
5 changed files with 127 additions and 4 deletions

View File

@@ -74,6 +74,8 @@ private:
musrDetectorMessenger* detectorMessenger; // pointer to the Messenger
std::map<std::string,G4RotationMatrix*> pointerToRotationMatrix;
std::map<std::string,double*> pointerToArray;
std::map<std::string,double*>::iterator iterArray;
std::map<std::string,G4FieldManager*> pointerToField;
std::map<std::string,G4MaterialPropertiesTable*> materialPropertiesTableMap;