#include <G4H2ToolsManager.hh>
Public 멤버 함수 | |
G4H2ToolsManager (const G4AnalysisManagerState &state) | |
virtual | ~G4H2ToolsManager () |
G4int | AddH2 (const G4String &name, tools::histo::h2d *h2d) |
void | AddH2Vector (const std::vector< tools::histo::h2d * > &h2Vector) |
tools::histo::h2d * | GetH2 (G4int id, G4bool warn=true, G4bool onlyIfActive=true) const |
std::vector< tools::histo::h2d * > ::iterator | BeginH2 () |
std::vector< tools::histo::h2d * > ::iterator | EndH2 () |
std::vector< tools::histo::h2d * > ::const_iterator | BeginConstH2 () const |
std::vector< tools::histo::h2d * > ::const_iterator | EndConstH2 () const |
const std::vector < tools::histo::h2d * > & | GetH2Vector () const |
const std::vector < G4HnInformation * > & | GetHnVector () const |
G4bool | Reset () |
G4bool | IsEmpty () const |
Protected 멤버 함수 | |
virtual G4int | CreateH2 (const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear") final |
virtual G4int | CreateH2 (const G4String &name, const G4String &title, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none") final |
virtual G4bool | SetH2 (G4int id, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear") final |
virtual G4bool | SetH2 (G4int id, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none") final |
virtual G4bool | ScaleH2 (G4int id, G4double factor) final |
virtual G4bool | FillH2 (G4int id, G4double xvalue, G4double yvalue, G4double weight=1.0) final |
virtual G4int | GetH2Id (const G4String &name, G4bool warn=true) const final |
virtual G4int | GetH2Nxbins (G4int id) const final |
virtual G4double | GetH2Xmin (G4int id) const final |
virtual G4double | GetH2Xmax (G4int id) const final |
virtual G4double | GetH2XWidth (G4int id) const final |
virtual G4int | GetH2Nybins (G4int id) const final |
virtual G4double | GetH2Ymin (G4int id) const final |
virtual G4double | GetH2Ymax (G4int id) const final |
virtual G4double | GetH2YWidth (G4int id) const final |
virtual G4bool | SetH2Title (G4int id, const G4String &title) final |
virtual G4bool | SetH2XAxisTitle (G4int id, const G4String &title) final |
virtual G4bool | SetH2YAxisTitle (G4int id, const G4String &title) final |
virtual G4bool | SetH2ZAxisTitle (G4int id, const G4String &title) final |
virtual G4String | GetH2Title (G4int id) const final |
virtual G4String | GetH2XAxisTitle (G4int id) const final |
virtual G4String | GetH2YAxisTitle (G4int id) const final |
virtual G4String | GetH2ZAxisTitle (G4int id) const final |
virtual G4bool | WriteOnAscii (std::ofstream &output) final |
virtual std::shared_ptr < G4HnManager > | GetHnManager () final |
void | AddTVector (const std::vector< tools::histo::h2d * > &tVector) |
std::vector< tools::histo::h2d * > ::iterator | BeginT () |
std::vector< tools::histo::h2d * > ::iterator | EndT () |
std::vector< tools::histo::h2d * > ::const_iterator | BeginConstT () const |
std::vector< tools::histo::h2d * > ::const_iterator | EndConstT () const |
tools::histo::h2d * | GetTInFunction (G4int id, G4String functionName, G4bool warn=true, G4bool onlyIfActive=true) const |
G4int | RegisterT (tools::histo::h2d *t, const G4String &name) |
G4int | GetTId (const G4String &name, G4bool warn=true) const |
Protected 속성 | |
const G4AnalysisManagerState & | fState |
std::vector< tools::histo::h2d * > | fTVector |
std::map< G4String, G4int > | fNameIdMap |
std::shared_ptr< G4HnManager > | fHnManager |
Private 멤버 함수 | |
void | AddH2Information (const G4String &name, const G4String &xunitName, const G4String &yunitName, const G4String &xfcnName, const G4String &yfcnName, G4BinScheme xbinScheme, G4BinScheme ybinScheme) const |
정적 Private 속성 | |
static const G4int | kDimension = 2 |
G4H2ToolsManager.hh 파일의 52 번째 라인에서 정의되었습니다.
|
explicit |
G4H2ToolsManager.cc 파일의 45 번째 라인에서 정의되었습니다.
|
virtual |
G4H2ToolsManager.cc 파일의 51 번째 라인에서 정의되었습니다.
G4H2ToolsManager.cc 파일의 605 번째 라인에서 정의되었습니다.
다음을 참조함 : AddH2Information(), G4THnManager< tools::histo::h2d >::fState, G4AnalysisManagerState::GetVerboseL2(), G4AnalysisManagerState::GetVerboseL4(), kLinear, G4AnalysisVerbose::Message(), G4THnManager< tools::histo::h2d >::RegisterT().
다음에 의해서 참조됨 : G4CsvAnalysisReader::ReadH2Impl(), G4XmlAnalysisReader::ReadH2Impl(), G4RootAnalysisReader::ReadH2Impl(), G4Hdf5AnalysisReader::ReadH2Impl().
|
private |
G4H2ToolsManager.cc 파일의 232 번째 라인에서 정의되었습니다.
다음을 참조함 : G4HnInformation::AddDimension(), G4THnManager< tools::histo::h2d >::fHnManager.
다음에 의해서 참조됨 : AddH2(), CreateH2().
void G4H2ToolsManager::AddH2Vector | ( | const std::vector< tools::histo::h2d * > & | h2Vector | ) |
G4H2ToolsManager.cc 파일의 629 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::AddTVector().
다음에 의해서 참조됨 : G4XmlAnalysisManager::WriteH2(), G4CsvAnalysisManager::WriteH2(), G4Hdf5AnalysisManager::WriteH2(), G4RootAnalysisManager::WriteH2().
|
protectedinherited |
다음에 의해서 참조됨 : AddH2Vector().
|
inline |
G4H2ToolsManager.hh 파일의 185 번째 라인에서 정의되었습니다.
|
protectedinherited |
다음에 의해서 참조됨 : BeginConstH2().
|
inline |
G4H2ToolsManager.hh 파일의 178 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::BeginT().
|
protectedinherited |
다음에 의해서 참조됨 : BeginH2().
|
finalprotectedvirtual |
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 250 번째 라인에서 정의되었습니다.
다음을 참조함 : AddH2Information(), G4THnManager< tools::histo::h2d >::fState, G4Analysis::GetBinScheme(), G4AnalysisManagerState::GetVerboseL2(), G4AnalysisManagerState::GetVerboseL4(), G4AnalysisVerbose::Message(), G4THnManager< tools::histo::h2d >::RegisterT().
|
finalprotectedvirtual |
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 289 번째 라인에서 정의되었습니다.
다음을 참조함 : AddH2Information(), G4THnManager< tools::histo::h2d >::fState, G4AnalysisManagerState::GetVerboseL2(), G4AnalysisManagerState::GetVerboseL4(), kUser, G4AnalysisVerbose::Message(), G4THnManager< tools::histo::h2d >::RegisterT().
|
inline |
G4H2ToolsManager.hh 파일의 189 번째 라인에서 정의되었습니다.
|
protectedinherited |
다음에 의해서 참조됨 : EndConstH2().
|
inline |
G4H2ToolsManager.hh 파일의 181 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::EndT().
|
protectedinherited |
다음에 의해서 참조됨 : EndH2().
|
finalprotectedvirtual |
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 402 번째 라인에서 정의되었습니다.
다음을 참조함 : G4HnDimensionInformation::fFcn, G4THnManager< tools::histo::h2d >::fHnManager, G4THnManager< tools::histo::h2d >::fState, G4HnDimensionInformation::fUnit, G4AnalysisManagerState::GetIsActivation(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4AnalysisManagerState::GetVerboseL4(), G4Analysis::kX, G4Analysis::kY, G4AnalysisVerbose::Message(), weight.
tools::histo::h2d * G4H2ToolsManager::GetH2 | ( | G4int | id, |
G4bool | warn = true , |
||
G4bool | onlyIfActive = true |
||
) | const |
G4H2ToolsManager.cc 파일의 635 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::GetTInFunction().
|
finalprotectedvirtual |
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 436 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::GetTId().
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 442 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Analysis::GetNbins(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kX.
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 480 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Analysis::GetNbins(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kY.
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 554 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::GetTitle().
|
inline |
G4H2ToolsManager.hh 파일의 192 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::fTVector.
다음에 의해서 참조됨 : G4ToolsAnalysisManager::MergeImpl(), G4ToolsAnalysisManager::PlotImpl(), G4XmlAnalysisManager::WriteH2(), G4CsvAnalysisManager::WriteH2(), G4Hdf5AnalysisManager::WriteH2(), G4RootAnalysisManager::WriteH2().
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 563 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::fHnManager, G4Analysis::GetAxisTitle(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kX.
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 462 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Analysis::GetMax(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kX.
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 451 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Analysis::GetMin(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kX.
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 471 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::fHnManager, G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::GetWidth(), G4Analysis::kX.
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 572 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::fHnManager, G4Analysis::GetAxisTitle(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kY.
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 500 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Analysis::GetMax(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kY.
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 489 번째 라인에서 정의되었습니다.
다음을 참조함 : G4Analysis::GetMin(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kY.
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 509 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::fHnManager, G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::GetWidth(), G4Analysis::kY.
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 581 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::fHnManager, G4Analysis::GetAxisTitle(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kZ.
|
inlinefinalprotectedvirtual |
G4VH2Manager를 구현.
G4H2ToolsManager.hh 파일의 198 번째 라인에서 정의되었습니다.
|
inline |
G4H2ToolsManager.hh 파일의 195 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::fHnManager.
다음에 의해서 참조됨 : G4ToolsAnalysisManager::MergeImpl(), G4ToolsAnalysisManager::PlotImpl(), G4XmlAnalysisManager::WriteH2(), G4CsvAnalysisManager::WriteH2(), G4Hdf5AnalysisManager::WriteH2(), G4RootAnalysisManager::WriteH2().
|
protectedinherited |
다음에 의해서 참조됨 : GetH2Id().
|
protectedinherited |
다음에 의해서 참조됨 : FillH2(), GetH2(), GetH2Nxbins(), GetH2Nybins(), GetH2Title(), GetH2XAxisTitle(), GetH2Xmax(), GetH2Xmin(), GetH2XWidth(), GetH2YAxisTitle(), GetH2Ymax(), GetH2Ymin(), GetH2YWidth(), GetH2ZAxisTitle(), ScaleH2(), SetH2(), SetH2Title(), SetH2XAxisTitle(), SetH2YAxisTitle(), SetH2ZAxisTitle().
|
inherited |
|
protectedinherited |
다음에 의해서 참조됨 : AddH2(), CreateH2().
|
inherited |
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 393 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::GetTInFunction().
|
finalprotectedvirtual |
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 323 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::fHnManager, G4THnManager< tools::histo::h2d >::fState, G4Analysis::GetBinScheme(), G4THnManager< tools::histo::h2d >::GetTInFunction(), G4AnalysisManagerState::GetVerboseL4(), G4AnalysisVerbose::Message().
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 518 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::GetTInFunction(), SetTitle().
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 527 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kX, G4Analysis::SetAxisTitle().
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 536 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kY, G4Analysis::SetAxisTitle().
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 545 번째 라인에서 정의되었습니다.
다음을 참조함 : G4THnManager< tools::histo::h2d >::GetTInFunction(), G4Analysis::kZ, G4Analysis::SetAxisTitle().
|
finalprotectedvirtual |
G4VH2Manager를 구현.
G4H2ToolsManager.cc 파일의 590 번째 라인에서 정의되었습니다.
|
protectedinherited |
G4THnManager.hh 파일의 83 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AddH2Information(), FillH2(), GetH2XAxisTitle(), GetH2XWidth(), GetH2YAxisTitle(), GetH2YWidth(), GetH2ZAxisTitle(), GetHnManager(), GetHnVector(), SetH2(), WriteOnAscii().
|
protectedinherited |
G4THnManager.hh 파일의 82 번째 라인에서 정의되었습니다.
|
protectedinherited |
G4THnManager.hh 파일의 80 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AddH2(), CreateH2(), FillH2(), SetH2().
|
protectedinherited |
G4THnManager.hh 파일의 81 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetH2Vector().
|
staticprivate |
G4H2ToolsManager.hh 파일의 174 번째 라인에서 정의되었습니다.