Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/digits_hits/utils/include/G4ScoreQuantityMessenger.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4ScoreQuantityMessenger.hh,v 1.4 2007/11/06 17:17:14 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4ScoreQuantityMessenger.hh,v 1.5 2010/07/22 22:14:40 taso Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030// (HISTORY)
    3131//  03-Sep-2007  T.Aso Command definitions are introduced.
    3232//  01-Nov-2007  M.Asai Class is splited into two.
     33//  20-Jul-2010  T.Aso  Specify unit for scorer
    3334
    3435
     
    4546class G4UIdirectory;
    4647class G4UIcmdWithAString;
     48class G4UIcmdWithoutParameter;
    4749class G4UIcommand;
    4850
     
    7375    void FParticleCommand(G4VScoringMesh* mesh,G4TokenVec& token);
    7476    void FParticleWithEnergyCommand(G4VScoringMesh* mesh,G4TokenVec& token);
     77
     78    G4bool CheckMeshPS(G4VScoringMesh* mesh, G4String& psname);
    7579 
    7680  private:
     
    8488    G4UIdirectory*             quantityDir;
    8589    G4UIcmdWithAString*        qTouchCmd;
     90    G4UIcmdWithoutParameter*   qGetUnitCmd;
     91    G4UIcmdWithAString*        qSetUnitCmd;
    8692    //
    87     G4UIcmdWithAString*   qCellChgCmd;
    88     G4UIcmdWithAString*   qCellFluxCmd;
    89     G4UIcmdWithAString*   qPassCellFluxCmd;
    90     G4UIcmdWithAString*   qeDepCmd;
    91     G4UIcmdWithAString*   qdoseDepCmd;
    92     G4UIcmdWithAString*   qnOfStepCmd;
    93     G4UIcmdWithAString*   qnOfSecondaryCmd;
     93    G4UIcommand*   qCellChgCmd;
     94    G4UIcommand*   qCellFluxCmd;
     95    G4UIcommand*   qPassCellFluxCmd;
     96    G4UIcommand*   qeDepCmd;
     97    G4UIcommand*   qdoseDepCmd;
     98    G4UIcommand*   qnOfStepCmd;
     99    G4UIcommand*   qnOfSecondaryCmd;
    94100    //
    95101    G4UIcommand*          qTrackLengthCmd;
     
    106112    G4UIcommand*          qTrackCountCmd;
    107113    G4UIcommand*          qTerminationCmd;
     114    G4UIcommand*          qMinKinEAtGeneCmd;
    108115
    109116    //
Note: See TracChangeset for help on using the changeset viewer.