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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user