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

#include <G4VP1Manager.hh>

G4VP1Manager에 대한 상속 다이어그램 :
G4P1ToolsManager

Public 멤버 함수

 G4VP1Manager ()
 
virtual ~G4VP1Manager ()
 
 G4VP1Manager (const G4VP1Manager &rhs)=delete
 
G4VP1Manageroperator= (const G4VP1Manager &rhs)=delete
 

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")=0
 
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")=0
 
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")=0
 
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")=0
 
virtual G4bool ScaleP1 (G4int id, G4double factor)=0
 
virtual G4bool FillP1 (G4int id, G4double xvalue, G4double yvalue, G4double weight=1.0)=0
 
virtual G4int GetP1Id (const G4String &name, G4bool warn=true) const =0
 
virtual G4int GetP1Nbins (G4int id) const =0
 
virtual G4double GetP1Xmin (G4int id) const =0
 
virtual G4double GetP1Xmax (G4int id) const =0
 
virtual G4double GetP1XWidth (G4int id) const =0
 
virtual G4double GetP1Ymin (G4int id) const =0
 
virtual G4double GetP1Ymax (G4int id) const =0
 
virtual G4bool SetP1Title (G4int id, const G4String &title)=0
 
virtual G4bool SetP1XAxisTitle (G4int id, const G4String &title)=0
 
virtual G4bool SetP1YAxisTitle (G4int id, const G4String &title)=0
 
virtual G4String GetP1Title (G4int id) const =0
 
virtual G4String GetP1XAxisTitle (G4int id) const =0
 
virtual G4String GetP1YAxisTitle (G4int id) const =0
 
virtual std::shared_ptr
< G4HnManager
GetHnManager ()=0
 

Friends

class G4VAnalysisManager
 
class G4VAnalysisReader
 

상세한 설명

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

생성자 & 소멸자 문서화

G4VP1Manager::G4VP1Manager ( )
inline

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

virtual G4VP1Manager::~G4VP1Manager ( )
inlinevirtual

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

G4VP1Manager::G4VP1Manager ( const G4VP1Manager rhs)
delete

멤버 함수 문서화

virtual G4int G4VP1Manager::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" 
)
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4int G4VP1Manager::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" 
)
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4bool G4VP1Manager::FillP1 ( G4int  id,
G4double  xvalue,
G4double  yvalue,
G4double  weight = 1.0 
)
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual std::shared_ptr<G4HnManager> G4VP1Manager::GetHnManager ( )
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

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

virtual G4int G4VP1Manager::GetP1Id ( const G4String name,
G4bool  warn = true 
) const
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4int G4VP1Manager::GetP1Nbins ( G4int  id) const
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4String G4VP1Manager::GetP1Title ( G4int  id) const
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4String G4VP1Manager::GetP1XAxisTitle ( G4int  id) const
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4double G4VP1Manager::GetP1Xmax ( G4int  id) const
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4double G4VP1Manager::GetP1Xmin ( G4int  id) const
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4double G4VP1Manager::GetP1XWidth ( G4int  id) const
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4String G4VP1Manager::GetP1YAxisTitle ( G4int  id) const
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4double G4VP1Manager::GetP1Ymax ( G4int  id) const
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4double G4VP1Manager::GetP1Ymin ( G4int  id) const
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

G4VP1Manager& G4VP1Manager::operator= ( const G4VP1Manager rhs)
delete
virtual G4bool G4VP1Manager::ScaleP1 ( G4int  id,
G4double  factor 
)
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4bool G4VP1Manager::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" 
)
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4bool G4VP1Manager::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" 
)
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4bool G4VP1Manager::SetP1Title ( G4int  id,
const G4String title 
)
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4bool G4VP1Manager::SetP1XAxisTitle ( G4int  id,
const G4String title 
)
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

virtual G4bool G4VP1Manager::SetP1YAxisTitle ( G4int  id,
const G4String title 
)
protectedpure virtual

G4P1ToolsManager에서 구현되었습니다.

Friend, 그리고 관련된 함수 문서화

friend class G4VAnalysisManager
friend

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

friend class G4VAnalysisReader
friend

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


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