![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/digits_hits/utils/include/G4VScoreColorMap.hh>
Inheritance diagram for G4VScoreColorMap:
Collaboration diagram for G4VScoreColorMap:Public Member Functions | |
| G4VScoreColorMap (G4String mName) | |
| virtual | ~G4VScoreColorMap () |
| virtual void | GetMapColor (G4double val, G4double color[4])=0 |
| G4String | GetName () const |
| void | SetFloatingMinMax (G4bool vl=true) |
| G4bool | IfFloatMinMax () const |
| void | SetMinMax (G4double minVal, G4double maxVal) |
| G4double | GetMin () const |
| G4double | GetMax () const |
| virtual void | DrawColorChart (G4int nPoint=5) |
| virtual void | DrawColorChartBar (G4int nPoint) |
| virtual void | DrawColorChartText (G4int nPoint) |
| void | SetPSUnit (G4String &unit) |
| void | SetPSName (G4String &psName) |
Protected Attributes | |
| G4String | fName |
| G4bool | ifFloat |
| G4double | fMinVal |
| G4double | fMaxVal |
| G4VVisManager * | fVisManager |
| G4String | fPSUnit |
| G4String | fPSName |
Definition at line 36 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 36 of file G4VScoreColorMap.hh
| G4VScoreColorMap::G4VScoreColorMap | ( | G4String | mName | ) |
Definition at line 42 of file G4VScoreColorMap.cc.
View newest version in sPHENIX GitHub at line 42 of file G4VScoreColorMap.cc
|
virtual |
Definition at line 46 of file G4VScoreColorMap.cc.
View newest version in sPHENIX GitHub at line 46 of file G4VScoreColorMap.cc
Definition at line 49 of file G4VScoreColorMap.cc.
View newest version in sPHENIX GitHub at line 49 of file G4VScoreColorMap.cc
References DrawColorChartBar(), DrawColorChartText(), fVisManager, G4cerr, G4endl, and G4VVisManager::GetConcreteInstance().
Referenced by G4ScoringCylinder::Draw(), G4ScoringBox::Draw(), G4ScoringCylinder::DrawColumn(), and G4ScoringBox::DrawColumn().
Here is the call graph for this function:
Here is the caller graph for this function:Reimplemented in G4ScoreLogColorMap.
Definition at line 61 of file G4VScoreColorMap.cc.
View newest version in sPHENIX GitHub at line 61 of file G4VScoreColorMap.cc
References G4VVisManager::BeginDraw2D(), c, col, G4VVisManager::Draw2D(), G4VVisManager::EndDraw2D(), fVisManager, GetMapColor(), GetMax(), GetMin(), max, min, Acts::Test::rb, G4Visible::SetVisAttributes(), smax, Acts::Test::step(), and y.
Referenced by DrawColorChart().
Here is the call graph for this function:
Here is the caller graph for this function:Reimplemented in G4ScoreLogColorMap.
Definition at line 85 of file G4VScoreColorMap.cc.
View newest version in sPHENIX GitHub at line 85 of file G4VScoreColorMap.cc
References a, b, G4VVisManager::BeginDraw2D(), c, color(), G4VVisManager::Draw2D(), G4VVisManager::EndDraw2D(), fPSName, fPSUnit, fVisManager, GetMapColor(), GetMax(), GetMin(), max, min, n, G4VMarker::SetScreenSize(), G4Visible::SetVisAttributes(), and v.
Referenced by DrawColorChart().
Here is the call graph for this function:
Here is the caller graph for this function:Implemented in G4DefaultLinearColorMap, and G4ScoreLogColorMap.
Referenced by G4ScoringCylinder::Draw(), G4ScoringBox::Draw(), DrawColorChartBar(), DrawColorChartText(), G4ScoringCylinder::DrawColumn(), and G4ScoringBox::DrawColumn().
Here is the caller graph for this function:
|
inline |
Definition at line 65 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 65 of file G4VScoreColorMap.hh
References fMaxVal.
Referenced by DrawColorChartBar(), and DrawColorChartText().
Here is the caller graph for this function:
|
inline |
Definition at line 63 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 63 of file G4VScoreColorMap.hh
References fMinVal.
Referenced by DrawColorChartBar(), and DrawColorChartText().
Here is the caller graph for this function:Definition at line 46 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 46 of file G4VScoreColorMap.hh
References fName.
Referenced by G4ScoringManager::G4ScoringManager(), and G4ScoringManager::RegisterScoreColorMap().
Here is the caller graph for this function:
|
inline |
Definition at line 50 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 50 of file G4VScoreColorMap.hh
References ifFloat.
Referenced by G4ScoringCylinder::Draw(), G4ScoringBox::Draw(), G4ScoringCylinder::DrawColumn(), and G4ScoringBox::DrawColumn().
Here is the caller graph for this function:Definition at line 48 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 48 of file G4VScoreColorMap.hh
References ifFloat.
Referenced by G4ScoringMessenger::SetNewValue().
Here is the caller graph for this function:Definition at line 52 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 52 of file G4VScoreColorMap.hh
References fMaxVal, fMinVal, G4cerr, and G4endl.
Referenced by G4ScoringCylinder::Draw(), G4ScoringBox::Draw(), G4ScoringCylinder::DrawColumn(), G4ScoringBox::DrawColumn(), and G4ScoringMessenger::SetNewValue().
Here is the caller graph for this function:Definition at line 77 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 77 of file G4VScoreColorMap.hh
References fPSName.
Referenced by G4ScoringCylinder::Draw(), G4ScoringBox::Draw(), G4ScoringCylinder::DrawColumn(), and G4ScoringBox::DrawColumn().
Here is the caller graph for this function:Definition at line 76 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 76 of file G4VScoreColorMap.hh
References fPSUnit.
Referenced by G4ScoringCylinder::Draw(), G4ScoringBox::Draw(), G4ScoringCylinder::DrawColumn(), and G4ScoringBox::DrawColumn().
Here is the caller graph for this function:
|
protected |
Definition at line 83 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 83 of file G4VScoreColorMap.hh
Referenced by G4ScoreLogColorMap::DrawColorChartBar(), G4ScoreLogColorMap::DrawColorChartText(), G4ScoreLogColorMap::GetMapColor(), G4DefaultLinearColorMap::GetMapColor(), GetMax(), and SetMinMax().
|
protected |
Definition at line 82 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 82 of file G4VScoreColorMap.hh
Referenced by G4ScoreLogColorMap::DrawColorChartBar(), G4ScoreLogColorMap::DrawColorChartText(), G4ScoreLogColorMap::GetMapColor(), G4DefaultLinearColorMap::GetMapColor(), GetMin(), and SetMinMax().
|
protected |
Definition at line 80 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 80 of file G4VScoreColorMap.hh
Referenced by GetName().
|
protected |
Definition at line 86 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 86 of file G4VScoreColorMap.hh
Referenced by G4ScoreLogColorMap::DrawColorChartText(), DrawColorChartText(), and SetPSName().
|
protected |
Definition at line 85 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 85 of file G4VScoreColorMap.hh
Referenced by G4ScoreLogColorMap::DrawColorChartText(), DrawColorChartText(), and SetPSUnit().
|
protected |
Definition at line 84 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 84 of file G4VScoreColorMap.hh
Referenced by DrawColorChart(), G4ScoreLogColorMap::DrawColorChartBar(), DrawColorChartBar(), G4ScoreLogColorMap::DrawColorChartText(), and DrawColorChartText().
|
protected |
Definition at line 81 of file G4VScoreColorMap.hh.
View newest version in sPHENIX GitHub at line 81 of file G4VScoreColorMap.hh
Referenced by IfFloatMinMax(), and SetFloatingMinMax().