|
| | G4THnToolsManager (const G4AnalysisManagerState &state) |
| |
| | ~G4THnToolsManager () override=default |
| |
| | G4THnToolsManager (const G4THnToolsManager &rhs)=delete |
| |
| G4THnToolsManager & | operator= (const G4THnToolsManager &rhs)=delete |
| |
| G4int | Create (const G4String &name, const G4String &title, const std::array< G4HnDimension, DIM > &bins, const std::array< G4HnDimensionInformation, DIM > &hnInfo) override |
| |
| G4bool | Set (G4int id, const std::array< G4HnDimension, DIM > &bins, const std::array< G4HnDimensionInformation, DIM > &hnInfo) override |
| |
| G4bool | Scale (G4int id, G4double factor) override |
| |
| G4int | GetNofHns (G4bool onlyIfExist) const override |
| |
| G4bool | Fill (G4int id, std::array< G4double, DIM > value, G4double weight=1.0) override |
| |
| G4int | GetId (const G4String &name, G4bool warn=true) const override |
| |
| G4int | GetNbins (unsigned int idim, G4int id) const override |
| |
| G4double | GetMinValue (unsigned int idim, G4int id) const override |
| |
| G4double | GetMaxValue (unsigned int idim, G4int id) const override |
| |
| G4double | GetWidth (unsigned int idim, G4int id) const override |
| |
| G4bool | SetTitle (G4int id, const G4String &title) override |
| |
| G4bool | SetAxisTitle (unsigned int idim, G4int id, const G4String &title) override |
| |
| G4String | GetTitle (G4int id) const override |
| |
| G4String | GetAxisTitle (unsigned int idim, G4int id) const override |
| |
| G4bool | WriteOnAscii (std::ofstream &output) override |
| |
| G4bool | List (std::ostream &output, G4bool onlyIfActive=true) override |
| |
| G4bool | Delete (G4int id, G4bool keepSetting) override |
| |
| std::shared_ptr< G4HnManager > | GetHnManager () override |
| |
| const std::shared_ptr< G4HnManager > | GetHnManager () const override |
| |
| G4bool | WriteOnAscii (std::ofstream &output) |
| |
| G4bool | WriteOnAscii (std::ofstream &output) |
| |
| G4bool | WriteOnAscii (std::ofstream &output) |
| |
| G4bool | WriteOnAscii (std::ofstream &output) |
| |
| G4bool | WriteOnAscii (std::ofstream &output) |
| |
| G4bool | WriteOnAscii (std::ofstream &output) |
| |
| G4bool | WriteOnAscii (std::ofstream &output) |
| |
| G4bool | WriteOnAscii (std::ofstream &output) |
| |
| G4bool | WriteOnAscii (std::ofstream &output) |
| |
| G4bool | WriteOnAscii (std::ofstream &output) |
| |
| | G4VTBaseHnManager ()=default |
| |
| virtual | ~G4VTBaseHnManager ()=default |
| |
| | G4VTBaseHnManager (const G4VTBaseHnManager &rhs)=delete |
| |
| G4VTBaseHnManager & | operator= (const G4VTBaseHnManager &rhs)=delete |
| |
| | G4THnManager (const G4AnalysisManagerState &state) |
| |
| | G4THnManager ()=delete |
| |
| virtual | ~G4THnManager () |
| |
| G4int | RegisterT (const G4String &name, HT *ht, G4HnInformation *info=nullptr) |
| |
| G4bool | Reset () |
| |
| void | ClearData () |
| |
| G4bool | DeleteT (G4int id, G4bool keepSetting) |
| |
| G4bool | IsEmpty () const |
| |
| void | AddTVector (const std::vector< HT * > &tVector) |
| |
| void | Merge (G4Mutex &mergeMutex, G4THnManager< HT > *masterInstance) |
| |
| HT * | GetT (G4int id, G4bool warn=true, G4bool onlyIfActive=true) const |
| |
| std::vector< HT * > * | GetTVector () |
| |
| const std::vector< HT * > & | GetTVectorRef () const |
| |
| std::vector< std::pair< HT *, G4HnInformation * > > * | GetTHnVector () |
| |
| const std::vector< std::pair< HT *, G4HnInformation * > > & | GetTHnVectorRef () const |
| |
| G4int | GetNofHns (G4bool onlyIfExist) const |
| |
| G4bool | List (std::ostream &output, G4bool onlyIfActive) const |
| |
| std::vector< HT * >::iterator | BeginT () |
| |
| std::vector< HT * >::iterator | EndT () |
| |
| std::vector< HT * >::const_iterator | BeginConstT () const |
| |
| std::vector< HT * >::const_iterator | EndConstT () const |
| |
|
| std::pair< HT *, G4HnInformation * > | GetTHnInFunction (G4int id, std::string_view functionName, G4bool warn=true, G4bool onlyIfActive=true) const |
| |
| HT * | GetTInFunction (G4int id, std::string_view functionName, G4bool warn=true, G4bool onlyIfActive=true) const |
| |
| G4int | GetTId (const G4String &name, G4bool warn=true) const |
| |
| G4bool | IsVerbose (G4int verboseLevel) const |
| |
| void | Message (G4int level, const G4String &action, const G4String &objectType, const G4String &objectName="", G4bool success=true) const |
| |
| const G4AnalysisManagerState & | fState |
| |
| std::vector< HT * > | fTVector |
| |
| std::vector< std::pair< HT *, G4HnInformation * > > | fTHnVector |
| |
| std::set< G4int > | fFreeIds |
| |
| std::map< G4String, G4int > | fNameIdMap |
| |
| std::shared_ptr< G4HnManager > | fHnManager { nullptr } |
| |
template<unsigned int DIM, typename HT>
class G4THnToolsManager< DIM, HT >
Definition at line 48 of file G4THnToolsManager.hh.