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

#include <G4H2ToolsManager.hh>

G4H2ToolsManager에 대한 상속 다이어그램 :
G4VH2Manager G4THnManager< tools::histo::h2d >

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 G4AnalysisManagerStatefState
 
std::vector< tools::histo::h2d * > fTVector
 
std::map< G4String, G4intfNameIdMap
 
std::shared_ptr< G4HnManagerfHnManager
 

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 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4H2ToolsManager::G4H2ToolsManager ( const G4AnalysisManagerState state)
explicit

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

G4H2ToolsManager::~G4H2ToolsManager ( )
virtual

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

멤버 함수 문서화

G4int G4H2ToolsManager::AddH2 ( const G4String name,
tools::histo::h2d *  h2d 
)
void G4H2ToolsManager::AddH2Information ( const G4String name,
const G4String xunitName,
const G4String yunitName,
const G4String xfcnName,
const G4String yfcnName,
G4BinScheme  xbinScheme,
G4BinScheme  ybinScheme 
) const
private

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

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

다음에 의해서 참조됨 : AddH2(), CreateH2().

void G4H2ToolsManager::AddH2Vector ( const std::vector< tools::histo::h2d * > &  h2Vector)
void G4THnManager< tools::histo::h2d >::AddTVector ( const std::vector< tools::histo::h2d * > &  tVector)
protectedinherited

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

std::vector< tools::histo::h2d * >::const_iterator G4H2ToolsManager::BeginConstH2 ( ) const
inline

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

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

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

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

std::vector< tools::histo::h2d * >::iterator G4H2ToolsManager::BeginH2 ( )
inline

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

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

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

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

G4int G4H2ToolsManager::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" 
)
finalprotectedvirtual
G4int G4H2ToolsManager::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" 
)
finalprotectedvirtual
std::vector< tools::histo::h2d * >::const_iterator G4H2ToolsManager::EndConstH2 ( ) const
inline

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

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

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

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

std::vector< tools::histo::h2d * >::iterator G4H2ToolsManager::EndH2 ( )
inline

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

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

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

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

G4bool G4H2ToolsManager::FillH2 ( G4int  id,
G4double  xvalue,
G4double  yvalue,
G4double  weight = 1.0 
)
finalprotectedvirtual
tools::histo::h2d * G4H2ToolsManager::GetH2 ( G4int  id,
G4bool  warn = true,
G4bool  onlyIfActive = true 
) const

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

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

G4int G4H2ToolsManager::GetH2Id ( const G4String name,
G4bool  warn = true 
) const
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4int G4H2ToolsManager::GetH2Nxbins ( G4int  id) const
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4int G4H2ToolsManager::GetH2Nybins ( G4int  id) const
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4String G4H2ToolsManager::GetH2Title ( G4int  id) const
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

const std::vector< tools::histo::h2d * > & G4H2ToolsManager::GetH2Vector ( ) const
inline
G4String G4H2ToolsManager::GetH2XAxisTitle ( G4int  id) const
finalprotectedvirtual
G4double G4H2ToolsManager::GetH2Xmax ( G4int  id) const
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4double G4H2ToolsManager::GetH2Xmin ( G4int  id) const
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4double G4H2ToolsManager::GetH2XWidth ( G4int  id) const
finalprotectedvirtual
G4String G4H2ToolsManager::GetH2YAxisTitle ( G4int  id) const
finalprotectedvirtual
G4double G4H2ToolsManager::GetH2Ymax ( G4int  id) const
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4double G4H2ToolsManager::GetH2Ymin ( G4int  id) const
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4double G4H2ToolsManager::GetH2YWidth ( G4int  id) const
finalprotectedvirtual
G4String G4H2ToolsManager::GetH2ZAxisTitle ( G4int  id) const
finalprotectedvirtual
std::shared_ptr< G4HnManager > G4H2ToolsManager::GetHnManager ( )
inlinefinalprotectedvirtual

G4VH2Manager를 구현.

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

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

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

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

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

다음에 의해서 참조됨 : AddH2(), CreateH2().

G4bool G4THnManager< tools::histo::h2d >::Reset ( )
inherited
G4bool G4H2ToolsManager::ScaleH2 ( G4int  id,
G4double  factor 
)
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4bool G4H2ToolsManager::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" 
)
finalprotectedvirtual
G4bool G4H2ToolsManager::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" 
)
finalprotectedvirtual
G4bool G4H2ToolsManager::SetH2Title ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4bool G4H2ToolsManager::SetH2XAxisTitle ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4bool G4H2ToolsManager::SetH2YAxisTitle ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

G4bool G4H2ToolsManager::SetH2ZAxisTitle ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH2Manager를 구현.

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

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

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

G4VH2Manager를 구현.

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

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

멤버 데이타 문서화

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

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

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

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

다음에 의해서 참조됨 : AddH2(), CreateH2(), FillH2(), SetH2().

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

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

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

const G4int G4H2ToolsManager::kDimension = 2
staticprivate

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


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