]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - AliGeant4/AliModulesCompositionMessenger.h
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / AliGeant4 / AliModulesCompositionMessenger.h
index 44fba27117d5f6eca6c94877a2c84f197d64d353..3d8b3ef8edc298d7872b3c519fa40bd614bade15 100644 (file)
@@ -19,6 +19,7 @@ class G4UIcommand;
 class G4UIdirectory;
 class G4UIcmdWithoutParameter;
 class G4UIcmdWithABool;
+class G4UIcmdWithAString;
 class G4UIcmdWithADoubleAndUnit;
 
 class AliModulesCompositionMessenger: public G4UImessenger
@@ -48,7 +49,8 @@ class AliModulesCompositionMessenger: public G4UImessenger
     G4UIdirectory*          fDirectory;          //command directory
     
     // commands data members
-    G4UIcmdWithADoubleAndUnit*  fFieldValueCmd;       //command: fieldValue
+    G4UIcmdWithAString*         fFieldTypeCmd;        //command: fieldType
+    G4UIcmdWithADoubleAndUnit*  fUniformFieldValueCmd;//command: uniformFieldValue
     G4UIcmdWithABool*           fSetReadGeometryCmd;  //command: readGeometry   
     G4UIcmdWithABool*           fSetWriteGeometryCmd; //command: writeGeometry    
     G4UIcmdWithoutParameter*    fPrintMaterialsCmd;   //command: printMatrials