Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (14 years ago)
Author:
garnier
Message:

update to geant4.9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/electromagnetic/TestEm11/src/HistoMessenger.cc

    r807 r1230  
    2424// ********************************************************************
    2525//
    26 // $Id: HistoMessenger.cc,v 1.5 2007/11/07 17:22:16 maire Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: HistoMessenger.cc,v 1.6 2008/01/11 13:01:57 jjacquem Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    5656  typeCmd->SetGuidance("set histograms file type: hbook, root, XML");
    5757  typeCmd->SetCandidates("hbook root XML");
     58
     59  optionCmd = new G4UIcmdWithAString("/testem/histo/setFileOption",this);
     60  optionCmd->SetGuidance("set option for the histograms file");
    5861
    5962  histoCmd = new G4UIcommand("/testem/histo/setHisto",this);
     
    112115  delete factoryCmd;
    113116  delete histoDir;
     117  delete optionCmd;
    114118}
    115119
     
    123127  if (command == typeCmd)
    124128    histoManager->SetFileType(newValues);
     129
     130  if (command == optionCmd)
     131    histoManager->SetFileOption(newValues);
    125132
    126133  if (command == histoCmd)
Note: See TracChangeset for help on using the changeset viewer.