]> 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 fb4006598b3a201710af839a031dcdd7502c237f..3d8b3ef8edc298d7872b3c519fa40bd614bade15 100644 (file)
@@ -1,6 +1,10 @@
 // $Id$
 // Category: geometry
 //
+// Author: I. Hrivnacova
+//
+// Class AliModulesCompositionMessenger
+// ------------------------------------
 // Messenger class that defines commands for AliModulesComposition.
 
 #ifndef ALI_MODULES_COMPOSITION_MESSENGER_H
@@ -13,9 +17,9 @@ class AliModulesComposition;
 
 class G4UIcommand;
 class G4UIdirectory;
-class G4UIcmdWithAString;
 class G4UIcmdWithoutParameter;
 class G4UIcmdWithABool;
+class G4UIcmdWithAString;
 class G4UIcmdWithADoubleAndUnit;
 
 class AliModulesCompositionMessenger: public G4UImessenger
@@ -30,7 +34,6 @@ class AliModulesCompositionMessenger: public G4UImessenger
 
     // methods
     virtual void SetNewValue(G4UIcommand* command, G4String newValues);
-    void SetCandidates();
     
   protected:
     AliModulesCompositionMessenger();
@@ -46,13 +49,8 @@ class AliModulesCompositionMessenger: public G4UImessenger
     G4UIdirectory*          fDirectory;          //command directory
     
     // commands data members
-    G4UIcmdWithAString*         fSwitchOnCmd;         //command: switchOn 
-    G4UIcmdWithAString*         fSwitchOffCmd;        //command: switchOn
-    G4UIcmdWithoutParameter*    fListCmd;             //command: list
-    G4UIcmdWithoutParameter*    fListAvailableCmd;    //command: listAvailable
-    G4UIcmdWithADoubleAndUnit*  fFieldValueCmd;       //command: fieldValue
-    G4UIcmdWithABool*           fSetAllSensitiveCmd;  //command: setAllSensitive   
-    G4UIcmdWithABool*           fForceAllSensitiveCmd;//command: forceAllSensitive   
+    G4UIcmdWithAString*         fFieldTypeCmd;        //command: fieldType
+    G4UIcmdWithADoubleAndUnit*  fUniformFieldValueCmd;//command: uniformFieldValue
     G4UIcmdWithABool*           fSetReadGeometryCmd;  //command: readGeometry   
     G4UIcmdWithABool*           fSetWriteGeometryCmd; //command: writeGeometry    
     G4UIcmdWithoutParameter*    fPrintMaterialsCmd;   //command: printMatrials