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/G4VScoreColorMap.hh

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4VScoreColorMap.hh,v 1.5 2008/08/29 02:50:05 akimura Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4VScoreColorMap.hh,v 1.7 2010/07/23 06:25:30 akimura Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030
     
    7070  // draw a color chart
    7171  virtual void DrawColorChart(G4int nPoint = 5);
     72
    7273  virtual void DrawColorChartBar(G4int nPoint);
     74
    7375  virtual void DrawColorChartText(G4int nPoint);
     76
     77
     78  void SetPSUnit(G4String & unit) {fPSUnit = unit;}
     79  void SetPSName(G4String & psName) {fPSName = psName;}
    7480
    7581  protected:
     
    7985      G4double fMaxVal;
    8086  G4VVisManager * fVisManager;
     87  G4String fPSUnit;
     88  G4String fPSName;
    8189};
    8290
Note: See TracChangeset for help on using the changeset viewer.