Directory: source/digits_hits/utils/include
File Name: G4ScoringManager.hh
         This is a singleton class which manages the interactive scoring.    The user cannot access to the constructor. The pointer of the    only existing object can be got via G4ScoringManager::GetScoringManager()    static method. The first invokation of this static method makes    the singleton object.   
static G4ScoringManager* GetScoringManager();
// Returns the pointer to the singleton object.
void RegisterScoreColorMap(G4VScoreColorMap* colorMap);
// Register a color map. Once registered, it is available by /score/draw and /score/drawColumn
// commands.
inline void SetScoreWriter(G4VScoreWriter * sw)
// Replace score writers.
};