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

#include <G4H1ToolsManager.hh>

G4H1ToolsManager에 대한 상속 다이어그램 :
G4VH1Manager G4THnManager< tools::histo::h1d >

Public 멤버 함수

 G4H1ToolsManager (const G4AnalysisManagerState &state)
 
virtual ~G4H1ToolsManager ()
 
G4int AddH1 (const G4String &name, tools::histo::h1d *h1d)
 
void AddH1Vector (const std::vector< tools::histo::h1d * > &h1Vector)
 
tools::histo::h1dGetH1 (G4int id, G4bool warn=true, G4bool onlyIfActive=true) const
 
std::vector< tools::histo::h1d * >
::iterator 
BeginH1 ()
 
std::vector< tools::histo::h1d * >
::iterator 
EndH1 ()
 
std::vector< tools::histo::h1d * >
::const_iterator 
BeginConstH1 () const
 
std::vector< tools::histo::h1d * >
::const_iterator 
EndConstH1 () const
 
const std::vector
< tools::histo::h1d * > & 
GetH1Vector () const
 
const std::vector
< G4HnInformation * > & 
GetHnVector () const
 
G4bool Reset ()
 
G4bool IsEmpty () const
 

Protected 멤버 함수

virtual G4int CreateH1 (const G4String &name, const G4String &title, G4int nbins, G4double xmin, G4double xmax, const G4String &unitName="none", const G4String &fcnName="none", const G4String &binScheme="linear") final
 
virtual G4int CreateH1 (const G4String &name, const G4String &title, const std::vector< G4double > &edges, const G4String &unitName="none", const G4String &fcnName="none") final
 
virtual G4bool SetH1 (G4int id, G4int nbins, G4double xmin, G4double xmax, const G4String &unitName="none", const G4String &fcnName="none", const G4String &binSchemeName="linear") final
 
virtual G4bool SetH1 (G4int id, const std::vector< G4double > &edges, const G4String &unitName="none", const G4String &fcnName="none") final
 
virtual G4bool ScaleH1 (G4int id, G4double factor) final
 
virtual G4bool FillH1 (G4int id, G4double value, G4double weight=1.0) final
 
virtual G4int GetH1Id (const G4String &name, G4bool warn=true) const final
 
virtual G4int GetH1Nbins (G4int id) const final
 
virtual G4double GetH1Xmin (G4int id) const final
 
virtual G4double GetH1Xmax (G4int id) const final
 
virtual G4double GetH1Width (G4int id) const final
 
virtual G4bool SetH1Title (G4int id, const G4String &title) final
 
virtual G4bool SetH1XAxisTitle (G4int id, const G4String &title) final
 
virtual G4bool SetH1YAxisTitle (G4int id, const G4String &title) final
 
virtual G4String GetH1Title (G4int id) const final
 
virtual G4String GetH1XAxisTitle (G4int id) const final
 
virtual G4String GetH1YAxisTitle (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::h1d * > &tVector)
 
std::vector< tools::histo::h1d * >
::iterator 
BeginT ()
 
std::vector< tools::histo::h1d * >
::iterator 
EndT ()
 
std::vector< tools::histo::h1d * >
::const_iterator 
BeginConstT () const
 
std::vector< tools::histo::h1d * >
::const_iterator 
EndConstT () const
 
tools::histo::h1dGetTInFunction (G4int id, G4String functionName, G4bool warn=true, G4bool onlyIfActive=true) const
 
G4int RegisterT (tools::histo::h1d *t, const G4String &name)
 
G4int GetTId (const G4String &name, G4bool warn=true) const
 

Protected 속성

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

Private 멤버 함수

void AddH1Information (const G4String &name, const G4String &unitName, const G4String &fcnName, G4BinScheme binScheme) const
 

정적 Private 속성

static const G4int kDimension = 1
 

상세한 설명

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

생성자 & 소멸자 문서화

G4H1ToolsManager::G4H1ToolsManager ( const G4AnalysisManagerState state)
explicit

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

G4H1ToolsManager::~G4H1ToolsManager ( )
virtual

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

멤버 함수 문서화

G4int G4H1ToolsManager::AddH1 ( const G4String name,
tools::histo::h1d h1d 
)
void G4H1ToolsManager::AddH1Information ( const G4String name,
const G4String unitName,
const G4String fcnName,
G4BinScheme  binScheme 
) const
private

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

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

다음에 의해서 참조됨 : AddH1(), CreateH1().

void G4H1ToolsManager::AddH1Vector ( const std::vector< tools::histo::h1d * > &  h1Vector)
void G4THnManager< tools::histo::h1d >::AddTVector ( const std::vector< tools::histo::h1d * > &  tVector)
protectedinherited

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

std::vector< tools::histo::h1d * >::const_iterator G4H1ToolsManager::BeginConstH1 ( ) const
inline

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

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

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

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

std::vector< tools::histo::h1d * >::iterator G4H1ToolsManager::BeginH1 ( )
inline

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

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

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

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

G4int G4H1ToolsManager::CreateH1 ( const G4String name,
const G4String title,
G4int  nbins,
G4double  xmin,
G4double  xmax,
const G4String unitName = "none",
const G4String fcnName = "none",
const G4String binScheme = "linear" 
)
finalprotectedvirtual
G4int G4H1ToolsManager::CreateH1 ( const G4String name,
const G4String title,
const std::vector< G4double > &  edges,
const G4String unitName = "none",
const G4String fcnName = "none" 
)
finalprotectedvirtual
std::vector< tools::histo::h1d * >::const_iterator G4H1ToolsManager::EndConstH1 ( ) const
inline

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

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

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

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

std::vector< tools::histo::h1d * >::iterator G4H1ToolsManager::EndH1 ( )
inline

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

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

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

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

G4bool G4H1ToolsManager::FillH1 ( G4int  id,
G4double  value,
G4double  weight = 1.0 
)
finalprotectedvirtual
tools::histo::h1d * G4H1ToolsManager::GetH1 ( G4int  id,
G4bool  warn = true,
G4bool  onlyIfActive = true 
) const

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

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

G4int G4H1ToolsManager::GetH1Id ( const G4String name,
G4bool  warn = true 
) const
finalprotectedvirtual

G4VH1Manager를 구현.

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

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

G4int G4H1ToolsManager::GetH1Nbins ( G4int  id) const
finalprotectedvirtual

G4VH1Manager를 구현.

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

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

G4String G4H1ToolsManager::GetH1Title ( G4int  id) const
finalprotectedvirtual

G4VH1Manager를 구현.

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

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

const std::vector< tools::histo::h1d * > & G4H1ToolsManager::GetH1Vector ( ) const
inline
G4double G4H1ToolsManager::GetH1Width ( G4int  id) const
finalprotectedvirtual
G4String G4H1ToolsManager::GetH1XAxisTitle ( G4int  id) const
finalprotectedvirtual
G4double G4H1ToolsManager::GetH1Xmax ( G4int  id) const
finalprotectedvirtual

G4VH1Manager를 구현.

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

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

G4double G4H1ToolsManager::GetH1Xmin ( G4int  id) const
finalprotectedvirtual

G4VH1Manager를 구현.

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

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

G4String G4H1ToolsManager::GetH1YAxisTitle ( G4int  id) const
finalprotectedvirtual
std::shared_ptr< G4HnManager > G4H1ToolsManager::GetHnManager ( )
inlinefinalprotectedvirtual

G4VH1Manager를 구현.

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

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

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

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

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

다음에 의해서 참조됨 : AddH1(), CreateH1().

G4bool G4THnManager< tools::histo::h1d >::Reset ( )
inherited
G4bool G4H1ToolsManager::ScaleH1 ( G4int  id,
G4double  factor 
)
finalprotectedvirtual

G4VH1Manager를 구현.

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

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

G4bool G4H1ToolsManager::SetH1 ( G4int  id,
G4int  nbins,
G4double  xmin,
G4double  xmax,
const G4String unitName = "none",
const G4String fcnName = "none",
const G4String binSchemeName = "linear" 
)
finalprotectedvirtual
G4bool G4H1ToolsManager::SetH1 ( G4int  id,
const std::vector< G4double > &  edges,
const G4String unitName = "none",
const G4String fcnName = "none" 
)
finalprotectedvirtual
G4bool G4H1ToolsManager::SetH1Title ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH1Manager를 구현.

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

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

G4bool G4H1ToolsManager::SetH1XAxisTitle ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH1Manager를 구현.

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

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

G4bool G4H1ToolsManager::SetH1YAxisTitle ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VH1Manager를 구현.

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

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

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

멤버 데이타 문서화

std::shared_ptr<G4HnManager> G4THnManager< tools::histo::h1d >::fHnManager
protectedinherited

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

다음에 의해서 참조됨 : AddH1Information(), FillH1(), GetH1Width(), GetH1XAxisTitle(), GetH1YAxisTitle(), GetHnManager(), GetHnVector(), SetH1(), WriteOnAscii().

std::map<G4String, G4int> G4THnManager< tools::histo::h1d >::fNameIdMap
protectedinherited

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

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

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

다음에 의해서 참조됨 : AddH1(), CreateH1(), FillH1(), SetH1(), WriteOnAscii().

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

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

다음에 의해서 참조됨 : GetH1Vector(), WriteOnAscii().

const G4int G4H1ToolsManager::kDimension = 1
staticprivate

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

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


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