23.2.2010 Kamil Sedlak

Several things were added in this version:
  1) varibale save_time() has been added to the root output tree
  2) possibility to read in field maps, in which varibles x,y,z
     increase differently than previously expected
     (see the description of "variableIncreasingOrder" in the
      "3DEOpera" paragraph of the documentation).
  3) Added "3DEOpera" format of the fieldmap
  4) Added file G4EqEMFieldWithSpin.cc_for_Geant4.9.2p02_only  that
     should be used only in the Geant version 4.9.2p02 (there was
     a bug in this file, which is not present for any other version of Geant4) 
  5) Examples 101.mac and 102.mac added, but its description has not
     been completed yet in the musrSim.pdf.
This commit is contained in:
2010-02-23 13:24:53 +00:00
parent 2f8ac8f904
commit 701f17857f
13 changed files with 969 additions and 11 deletions

View File

@ -85,7 +85,8 @@ private:
double maximumWidth, maximumHeight, maximumLength;
int symmetryType; // this variable defines whether (and how) should be the field extended
// in the case it is defined just in one octant of the Cartesian coordinates.
char variableIncreasingOrder[100];
int jx, jy, jz;
void Invert(const char* indexToInvert);
};