Skip to content

Commit

Permalink
Added description of how detector IDs are assigned
Browse files Browse the repository at this point in the history
Refs #7441
  • Loading branch information
arturbekasov committed Jul 24, 2013
1 parent e3916fa commit b7e6ac2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ namespace ComponentCreationHelper
createCylInstrumentWithDetInGivenPosisions(const std::vector<double>& L2, const std::vector<double>& polar, const std::vector<double>& azim);
/**
* Create an test instrument with n panels of 9 cylindrical detectors, a source and spherical sample shape.
*
* Detectors have IDs assiged as follows:
* 7 8 9
* 4 5 6
* 1 2 3
* @param num_banks :: number of 9-cylinder banks to create
* @param verbose :: prints out the instrument after creation.
* @param cylRadius :: radius of each detector
Expand Down

0 comments on commit b7e6ac2

Please sign in to comment.