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

#include <G4P1ToolsManager.hh>

G4P1ToolsManager에 대한 상속 다이어그램 :
G4VP1Manager G4THnManager< tools::histo::p1d >

Public 멤버 함수

 G4P1ToolsManager (const G4AnalysisManagerState &state)
 
virtual ~G4P1ToolsManager ()
 
G4int AddP1 (const G4String &name, tools::histo::p1d *p1d)
 
void AddP1Vector (const std::vector< tools::histo::p1d * > &p1Vector)
 
tools::histo::p1d * GetP1 (G4int id, G4bool warn=true, G4bool onlyIfActive=true) const
 
std::vector< tools::histo::p1d * >
::iterator 
BeginP1 ()
 
std::vector< tools::histo::p1d * >
::iterator 
EndP1 ()
 
std::vector< tools::histo::p1d * >
::const_iterator 
BeginConstP1 () const
 
std::vector< tools::histo::p1d * >
::const_iterator 
EndConstP1 () const
 
const std::vector
< tools::histo::p1d * > & 
GetP1Vector () const
 
const std::vector
< G4HnInformation * > & 
GetHnVector () const
 
G4bool Reset ()
 
G4bool IsEmpty () const
 

Protected 멤버 함수

virtual G4int CreateP1 (const G4String &name, const G4String &title, G4int nbins, G4double xmin, G4double xmax, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear") final
 
virtual G4int CreateP1 (const G4String &name, const G4String &title, const std::vector< G4double > &edges, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none") final
 
virtual G4bool SetP1 (G4int id, G4int nbins, G4double xmin, G4double xmax, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none", const G4String &xbinScheme="linear") final
 
virtual G4bool SetP1 (G4int id, const std::vector< G4double > &edges, G4double ymin=0, G4double ymax=0, const G4String &xunitName="none", const G4String &yunitName="none", const G4String &xfcnName="none", const G4String &yfcnName="none") final
 
virtual G4bool ScaleP1 (G4int id, G4double factor) final
 
virtual G4bool FillP1 (G4int id, G4double xvalue, G4double yvalue, G4double weight=1.0) final
 
virtual G4int GetP1Id (const G4String &name, G4bool warn=true) const final
 
virtual G4int GetP1Nbins (G4int id) const final
 
virtual G4double GetP1Xmin (G4int id) const final
 
virtual G4double GetP1Xmax (G4int id) const final
 
virtual G4double GetP1XWidth (G4int id) const final
 
virtual G4double GetP1Ymin (G4int id) const final
 
virtual G4double GetP1Ymax (G4int id) const final
 
virtual G4bool SetP1Title (G4int id, const G4String &title) final
 
virtual G4bool SetP1XAxisTitle (G4int id, const G4String &title) final
 
virtual G4bool SetP1YAxisTitle (G4int id, const G4String &title) final
 
virtual G4String GetP1Title (G4int id) const final
 
virtual G4String GetP1XAxisTitle (G4int id) const final
 
virtual G4String GetP1YAxisTitle (G4int id) const final
 
virtual std::shared_ptr
< G4HnManager
GetHnManager () final
 
void AddTVector (const std::vector< tools::histo::p1d * > &tVector)
 
std::vector< tools::histo::p1d * >
::iterator 
BeginT ()
 
std::vector< tools::histo::p1d * >
::iterator 
EndT ()
 
std::vector< tools::histo::p1d * >
::const_iterator 
BeginConstT () const
 
std::vector< tools::histo::p1d * >
::const_iterator 
EndConstT () const
 
tools::histo::p1d * GetTInFunction (G4int id, G4String functionName, G4bool warn=true, G4bool onlyIfActive=true) const
 
G4int RegisterT (tools::histo::p1d *t, const G4String &name)
 
G4int GetTId (const G4String &name, G4bool warn=true) const
 

Protected 속성

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

Private 멤버 함수

void AddP1Information (const G4String &name, const G4String &xunitName, const G4String &yunitName, const G4String &xfcnName, const G4String &yfcnName, G4BinScheme xbinScheme) const
 

정적 Private 속성

static const G4int kDimension = 1
 

상세한 설명

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

생성자 & 소멸자 문서화

G4P1ToolsManager::G4P1ToolsManager ( const G4AnalysisManagerState state)
explicit

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

G4P1ToolsManager::~G4P1ToolsManager ( )
virtual

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

멤버 함수 문서화

G4int G4P1ToolsManager::AddP1 ( const G4String name,
tools::histo::p1d *  p1d 
)
void G4P1ToolsManager::AddP1Information ( const G4String name,
const G4String xunitName,
const G4String yunitName,
const G4String xfcnName,
const G4String yfcnName,
G4BinScheme  xbinScheme 
) const
private

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

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

다음에 의해서 참조됨 : AddP1(), CreateP1().

void G4P1ToolsManager::AddP1Vector ( const std::vector< tools::histo::p1d * > &  p1Vector)
void G4THnManager< tools::histo::p1d >::AddTVector ( const std::vector< tools::histo::p1d * > &  tVector)
protectedinherited

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

std::vector< tools::histo::p1d * >::const_iterator G4P1ToolsManager::BeginConstP1 ( ) const
inline

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

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

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

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

std::vector< tools::histo::p1d * >::iterator G4P1ToolsManager::BeginP1 ( )
inline

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

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

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

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

G4int G4P1ToolsManager::CreateP1 ( const G4String name,
const G4String title,
G4int  nbins,
G4double  xmin,
G4double  xmax,
G4double  ymin = 0,
G4double  ymax = 0,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none",
const G4String xbinScheme = "linear" 
)
finalprotectedvirtual
G4int G4P1ToolsManager::CreateP1 ( const G4String name,
const G4String title,
const std::vector< G4double > &  edges,
G4double  ymin = 0,
G4double  ymax = 0,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none" 
)
finalprotectedvirtual
std::vector< tools::histo::p1d * >::const_iterator G4P1ToolsManager::EndConstP1 ( ) const
inline

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

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

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

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

std::vector< tools::histo::p1d * >::iterator G4P1ToolsManager::EndP1 ( )
inline

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

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

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

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

G4bool G4P1ToolsManager::FillP1 ( G4int  id,
G4double  xvalue,
G4double  yvalue,
G4double  weight = 1.0 
)
finalprotectedvirtual
std::shared_ptr< G4HnManager > G4P1ToolsManager::GetHnManager ( )
inlinefinalprotectedvirtual

G4VP1Manager를 구현.

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

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

const std::vector< G4HnInformation * > & G4P1ToolsManager::GetHnVector ( ) const
inline
tools::histo::p1d * G4P1ToolsManager::GetP1 ( G4int  id,
G4bool  warn = true,
G4bool  onlyIfActive = true 
) const

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

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

G4int G4P1ToolsManager::GetP1Id ( const G4String name,
G4bool  warn = true 
) const
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

G4int G4P1ToolsManager::GetP1Nbins ( G4int  id) const
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

G4String G4P1ToolsManager::GetP1Title ( G4int  id) const
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

const std::vector< tools::histo::p1d * > & G4P1ToolsManager::GetP1Vector ( ) const
inline
G4String G4P1ToolsManager::GetP1XAxisTitle ( G4int  id) const
finalprotectedvirtual
G4double G4P1ToolsManager::GetP1Xmax ( G4int  id) const
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

G4double G4P1ToolsManager::GetP1Xmin ( G4int  id) const
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

G4double G4P1ToolsManager::GetP1XWidth ( G4int  id) const
finalprotectedvirtual
G4String G4P1ToolsManager::GetP1YAxisTitle ( G4int  id) const
finalprotectedvirtual
G4double G4P1ToolsManager::GetP1Ymax ( G4int  id) const
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

G4double G4P1ToolsManager::GetP1Ymin ( G4int  id) const
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

G4int G4THnManager< tools::histo::p1d >::GetTId ( const G4String name,
G4bool  warn = true 
) const
protectedinherited

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

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

다음에 의해서 참조됨 : AddP1(), CreateP1().

G4bool G4THnManager< tools::histo::p1d >::Reset ( )
inherited
G4bool G4P1ToolsManager::ScaleP1 ( G4int  id,
G4double  factor 
)
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

G4bool G4P1ToolsManager::SetP1 ( G4int  id,
G4int  nbins,
G4double  xmin,
G4double  xmax,
G4double  ymin = 0,
G4double  ymax = 0,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none",
const G4String xbinScheme = "linear" 
)
finalprotectedvirtual
G4bool G4P1ToolsManager::SetP1 ( G4int  id,
const std::vector< G4double > &  edges,
G4double  ymin = 0,
G4double  ymax = 0,
const G4String xunitName = "none",
const G4String yunitName = "none",
const G4String xfcnName = "none",
const G4String yfcnName = "none" 
)
finalprotectedvirtual
G4bool G4P1ToolsManager::SetP1Title ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

G4bool G4P1ToolsManager::SetP1XAxisTitle ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

G4bool G4P1ToolsManager::SetP1YAxisTitle ( G4int  id,
const G4String title 
)
finalprotectedvirtual

G4VP1Manager를 구현.

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

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

멤버 데이타 문서화

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

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

다음에 의해서 참조됨 : AddP1Information(), FillP1(), GetHnManager(), GetHnVector(), GetP1XAxisTitle(), GetP1XWidth(), GetP1YAxisTitle(), SetP1().

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

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

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

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

다음에 의해서 참조됨 : AddP1(), CreateP1(), FillP1(), SetP1().

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

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

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

const G4int G4P1ToolsManager::kDimension = 1
staticprivate

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


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