Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Protected 멤버 함수 | Protected 속성 | Private 멤버 함수 | 정적 Private 속성 | 모든 멤버 목록
G4H3ToolsManager 클래스 참조

#include <G4H3ToolsManager.hh>

G4H3ToolsManager에 대한 상속 다이어그램 :
G4VH3Manager G4THnManager< tools::histo::h3d >

Public 멤버 함수

 G4H3ToolsManager (const G4AnalysisManagerState &state)
 
virtual ~G4H3ToolsManager ()
 
G4int AddH3 (const G4String &name, tools::histo::h3d *h3d)
 
void AddH3Vector (const std::vector< tools::histo::h3d * > &h3Vector)
 
tools::histo::h3d * GetH3 (G4int id, G4bool warn=true, G4bool onlyIfActive=true) const
 
std::vector< tools::histo::h3d * >
::iterator 
BeginH3 ()
 
std::vector< tools::histo::h3d * >
::iterator 
EndH3 ()
 
std::vector< tools::histo::h3d * >
::const_iterator 
BeginConstH3 () const
 
std::vector< tools::histo::h3d * >
::const_iterator 
EndConstH3 () const
 
const std::vector
< tools::histo::h3d * > & 
GetH3Vector () const
 
const std::vector
< G4HnInformation * > & 
GetHnVector () const
 
G4bool Reset ()
 
G4bool IsEmpty () const
 

Protected 멤버 함수

virtual G4int CreateH3 (const G4String &name, const G4String &title, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, G4int nzbins, G4double zmin, G4double zmax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear", const G4String &zbinScheme="linear") final
 
virtual G4int CreateH3 (const G4String &name, const G4String &title, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const std::vector< G4double > &zedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none") final
 
virtual G4bool SetH3 (G4int id, G4int nxbins, G4double xmin, G4double xmax, G4int nybins, G4double ymin, G4double ymax, G4int nzbins, G4double zmin, G4double zmax, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none", const G4String &xbinScheme="linear", const G4String &ybinScheme="linear", const G4String &zbinScheme="linear") final
 
virtual G4bool SetH3 (G4int id, const std::vector< G4double > &xedges, const std::vector< G4double > &yedges, const std::vector< G4double > &zedges, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &zunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &zfcnName="none") final
 
virtual G4bool ScaleH3 (G4int id, G4double factor) final
 
virtual G4bool FillH3 (G4int id, G4double xvalue, G4double yvalue, G4double zvalue, G4double weight=1.0) final
 
virtual G4int GetH3Id (const G4String &name, G4bool warn=true) const final
 
virtual G4int GetH3Nxbins (G4int id) const final
 
virtual G4double GetH3Xmin (G4int id) const final
 
virtual G4double GetH3Xmax (G4int id) const final
 
virtual G4double GetH3XWidth (G4int id) const final
 
virtual G4int GetH3Nybins (G4int id) const final
 
virtual G4double GetH3Ymin (G4int id) const final
 
virtual G4double GetH3Ymax (G4int id) const final
 
virtual G4double GetH3YWidth (G4int id) const final
 
virtual G4int GetH3Nzbins (G4int id) const final
 
virtual G4double GetH3Zmin (G4int id) const final
 
virtual G4double GetH3Zmax (G4int id) const final
 
virtual G4double GetH3ZWidth (G4int id) const final
 
virtual G4bool SetH3Title (G4int id, const G4String &title) final
 
virtual G4bool SetH3XAxisTitle (G4int id, const G4String &title) final
 
virtual G4bool SetH3YAxisTitle (G4int id, const G4String &title) final
 
virtual G4bool SetH3ZAxisTitle (G4int id, const G4String &title) final
 
virtual G4String GetH3Title (G4int id) const final
 
virtual G4String GetH3XAxisTitle (G4int id) const final
 
virtual G4String GetH3YAxisTitle (G4int id) const final
 
virtual G4String GetH3ZAxisTitle (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::h3d * > &tVector)
 
std::vector< tools::histo::h3d * >
::iterator 
BeginT ()
 
std::vector< tools::histo::h3d * >
::iterator 
EndT ()
 
std::vector< tools::histo::h3d * >
::const_iterator 
BeginConstT () const
 
std::vector< tools::histo::h3d * >
::const_iterator 
EndConstT () const
 
tools::histo::h3d * GetTInFunction (G4int id, G4String functionName, G4bool warn=true, G4bool onlyIfActive=true) const
 
G4int RegisterT (tools::histo::h3d *t, const G4String &name)
 
G4int GetTId (const G4String &name, G4bool warn=true) const
 

Protected 속성

const G4AnalysisManagerStatefState
 
std::vector< tools::histo::h3d * > fTVector
 
std::map< G4String, G4intfNameIdMap
 
std::shared_ptr< G4HnManagerfHnManager
 

Private 멤버 함수

void AddH3Information (const G4String &name, const G4String &xunitName, const G4String &yunitName, const G4String &zunitName, const G4String &xfcnName, const G4String &yfcnName, const G4String &zfcnName, G4BinScheme xbinScheme, G4BinScheme ybinScheme, G4BinScheme zbinScheme) const
 

정적 Private 속성

static const G4int kDimension = 3
 

상세한 설명

G4H3ToolsManager.hh 파일의 53 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4H3ToolsManager::G4H3ToolsManager ( const G4AnalysisManagerState state)
explicit

G4H3ToolsManager.cc 파일의 45 번째 라인에서 정의되었습니다.

G4H3ToolsManager::~G4H3ToolsManager ( )
virtual

G4H3ToolsManager.cc 파일의 51 번째 라인에서 정의되었습니다.

멤버 함수 문서화

G4int G4H3ToolsManager::AddH3 ( const G4String name,
tools::histo::h3d *  h3d 
)
void G4H3ToolsManager::AddH3Information ( const G4String name,
const G4String xunitName,
const G4String yunitName,
const G4String zunitName,
const G4String xfcnName,
const G4String yfcnName,
const G4String zfcnName,
G4BinScheme  xbinScheme,
G4BinScheme  ybinScheme,
G4BinScheme  zbinScheme 
) const
private

G4H3ToolsManager.cc 파일의 276 번째 라인에서 정의되었습니다.

다음을 참조함 : G4HnInformation::AddDimension(), G4THnManager< tools::histo::h3d >::fHnManager.

다음에 의해서 참조됨 : AddH3(), CreateH3().

void G4H3ToolsManager::AddH3Vector ( const std::vector< tools::histo::h3d * > &  h3Vector)
void G4THnManager< tools::histo::h3d >::AddTVector ( const std::vector< tools::histo::h3d * > &  tVector)
protectedinherited

다음에 의해서 참조됨 : AddH3Vector().

std::vector< tools::histo::h3d * >::const_iterator G4H3ToolsManager::BeginConstH3 ( ) const
inline

G4H3ToolsManager.hh 파일의 207 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::BeginConstT().

std::vector<tools::histo::h3d *>::const_iterator G4THnManager< tools::histo::h3d >::BeginConstT ( ) const
protectedinherited

다음에 의해서 참조됨 : BeginConstH3().

std::vector< tools::histo::h3d * >::iterator G4H3ToolsManager::BeginH3 ( )
inline

G4H3ToolsManager.hh 파일의 200 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::BeginT().

std::vector<tools::histo::h3d *>::iterator G4THnManager< tools::histo::h3d >::BeginT ( )
protectedinherited

다음에 의해서 참조됨 : BeginH3().

G4int G4H3ToolsManager::CreateH3 ( const G4String name,
const G4String title,
G4int  nxbins,
G4double  xmin,
G4double  xmax,
G4int  nybins,
G4double  ymin,
G4double  ymax,
G4int  nzbins,
G4double  zmin,
G4double  zmax,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String zunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none",
const G4String zfcnName = "none",
const G4String xbinScheme = "linear",
const G4String ybinScheme = "linear",
const G4String zbinScheme = "linear" 
)
finalprotectedvirtual
G4int G4H3ToolsManager::CreateH3 ( const G4String name,
const G4String title,
const std::vector< G4double > &  xedges,
const std::vector< G4double > &  yedges,
const std::vector< G4double > &  zedges,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String zunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none",
const G4String zfcnName = "none" 
)
finalprotectedvirtual
std::vector< tools::histo::h3d * >::const_iterator G4H3ToolsManager::EndConstH3 ( ) const
inline

G4H3ToolsManager.hh 파일의 211 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::EndConstT().

std::vector<tools::histo::h3d *>::const_iterator G4THnManager< tools::histo::h3d >::EndConstT ( ) const
protectedinherited

다음에 의해서 참조됨 : EndConstH3().

std::vector< tools::histo::h3d * >::iterator G4H3ToolsManager::EndH3 ( )
inline

G4H3ToolsManager.hh 파일의 203 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::EndT().

std::vector<tools::histo::h3d *>::iterator G4THnManager< tools::histo::h3d >::EndT ( )
protectedinherited

다음에 의해서 참조됨 : EndH3().

G4bool G4H3ToolsManager::FillH3 ( G4int  id,
G4double  xvalue,
G4double  yvalue,
G4double  zvalue,
G4double  weight = 1.0 
)
finalprotectedvirtual
tools::histo::h3d * G4H3ToolsManager::GetH3 ( G4int  id,
G4bool  warn = true,
G4bool  onlyIfActive = true 
) const

G4H3ToolsManager.cc 파일의 755 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::GetTInFunction().

G4int G4H3ToolsManager::GetH3Id ( const G4String name,
G4bool  warn = true 
) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 517 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::GetTId().

G4int G4H3ToolsManager::GetH3Nxbins ( G4int  id) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 523 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Analysis::GetNbins(), G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kX.

G4int G4H3ToolsManager::GetH3Nybins ( G4int  id) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 561 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Analysis::GetNbins(), G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kY.

G4int G4H3ToolsManager::GetH3Nzbins ( G4int  id) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 599 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Analysis::GetNbins(), G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kZ.

G4String G4H3ToolsManager::GetH3Title ( G4int  id) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 673 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::GetTitle().

const std::vector< tools::histo::h3d * > & G4H3ToolsManager::GetH3Vector ( ) const
inline
G4String G4H3ToolsManager::GetH3XAxisTitle ( G4int  id) const
finalprotectedvirtual
G4double G4H3ToolsManager::GetH3Xmax ( G4int  id) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 543 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Analysis::GetMax(), G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kX.

G4double G4H3ToolsManager::GetH3Xmin ( G4int  id) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 532 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Analysis::GetMin(), G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kX.

G4double G4H3ToolsManager::GetH3XWidth ( G4int  id) const
finalprotectedvirtual
G4String G4H3ToolsManager::GetH3YAxisTitle ( G4int  id) const
finalprotectedvirtual
G4double G4H3ToolsManager::GetH3Ymax ( G4int  id) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 581 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Analysis::GetMax(), G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kY.

G4double G4H3ToolsManager::GetH3Ymin ( G4int  id) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 570 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Analysis::GetMin(), G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kY.

G4double G4H3ToolsManager::GetH3YWidth ( G4int  id) const
finalprotectedvirtual
G4String G4H3ToolsManager::GetH3ZAxisTitle ( G4int  id) const
finalprotectedvirtual
G4double G4H3ToolsManager::GetH3Zmax ( G4int  id) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 619 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Analysis::GetMax(), G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kZ.

G4double G4H3ToolsManager::GetH3Zmin ( G4int  id) const
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 608 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Analysis::GetMin(), G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kZ.

G4double G4H3ToolsManager::GetH3ZWidth ( G4int  id) const
finalprotectedvirtual
std::shared_ptr< G4HnManager > G4H3ToolsManager::GetHnManager ( )
inlinefinalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.hh 파일의 220 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::fHnManager.

const std::vector< G4HnInformation * > & G4H3ToolsManager::GetHnVector ( ) const
inline
G4int G4THnManager< tools::histo::h3d >::GetTId ( const G4String name,
G4bool  warn = true 
) const
protectedinherited

다음에 의해서 참조됨 : GetH3Id().

tools::histo::h3d * G4THnManager< tools::histo::h3d >::GetTInFunction ( G4int  id,
G4String  functionName,
G4bool  warn = true,
G4bool  onlyIfActive = true 
) const
protectedinherited
G4bool G4THnManager< tools::histo::h3d >::IsEmpty ( ) const
inherited
G4int G4THnManager< tools::histo::h3d >::RegisterT ( tools::histo::h3d *  t,
const G4String name 
)
protectedinherited

다음에 의해서 참조됨 : AddH3(), CreateH3().

G4bool G4THnManager< tools::histo::h3d >::Reset ( )
inherited
G4bool G4H3ToolsManager::ScaleH3 ( G4int  id,
G4double  factor 
)
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 469 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::GetTInFunction().

G4bool G4H3ToolsManager::SetH3 ( G4int  id,
G4int  nxbins,
G4double  xmin,
G4double  xmax,
G4int  nybins,
G4double  ymin,
G4double  ymax,
G4int  nzbins,
G4double  zmin,
G4double  zmax,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String zunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none",
const G4String zfcnName = "none",
const G4String xbinScheme = "linear",
const G4String ybinScheme = "linear",
const G4String zbinScheme = "linear" 
)
finalprotectedvirtual
G4bool G4H3ToolsManager::SetH3 ( G4int  id,
const std::vector< G4double > &  xedges,
const std::vector< G4double > &  yedges,
const std::vector< G4double > &  zedges,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String zunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none",
const G4String zfcnName = "none" 
)
finalprotectedvirtual
G4bool G4H3ToolsManager::SetH3Title ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 637 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::GetTInFunction(), SetTitle().

G4bool G4H3ToolsManager::SetH3XAxisTitle ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 646 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kX, G4Analysis::SetAxisTitle().

G4bool G4H3ToolsManager::SetH3YAxisTitle ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 655 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kY, G4Analysis::SetAxisTitle().

G4bool G4H3ToolsManager::SetH3ZAxisTitle ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 664 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::GetTInFunction(), G4Analysis::kZ, G4Analysis::SetAxisTitle().

G4bool G4H3ToolsManager::WriteOnAscii ( std::ofstream &  output)
finalprotectedvirtual

G4VH3Manager를 구현.

G4H3ToolsManager.cc 파일의 709 번째 라인에서 정의되었습니다.

다음을 참조함 : G4THnManager< tools::histo::h3d >::fHnManager.

멤버 데이타 문서화

std::shared_ptr<G4HnManager> G4THnManager< tools::histo::h3d >::fHnManager
protectedinherited
std::map<G4String, G4int> G4THnManager< tools::histo::h3d >::fNameIdMap
protectedinherited

G4THnManager.hh 파일의 82 번째 라인에서 정의되었습니다.

const G4AnalysisManagerState& G4THnManager< tools::histo::h3d >::fState
protectedinherited

G4THnManager.hh 파일의 80 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AddH3(), CreateH3(), FillH3(), SetH3().

std::vector<tools::histo::h3d *> G4THnManager< tools::histo::h3d >::fTVector
protectedinherited

G4THnManager.hh 파일의 81 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetH3Vector().

const G4int G4H3ToolsManager::kDimension = 3
staticprivate

G4H3ToolsManager.hh 파일의 196 번째 라인에서 정의되었습니다.


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: