Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ATHVIEWS_ATHVIEWS_VIEWSUBGRAPHALG_H
6 #define ATHVIEWS_ATHVIEWS_VIEWSUBGRAPHALG_H 1
16 #include "GaudiKernel/IScheduler.h"
53 Gaudi::Property< std::string >
m_viewBaseName {
this,
"ViewBaseName",
"",
"Name to use for all views - number will be appended" };
54 Gaudi::Property< std::string >
m_viewNodeName {
this,
"ViewNodeName",
"",
"Name of CF node to attach views to" };
55 Gaudi::Property< int >
m_viewNumber {
this,
"ViewNumber", 0,
"Total number of views to make" };
61 #endif //> !ATHVIEWS_ATHVIEWS_VIEWMAKEALG_H
ServiceHandle< IScheduler > m_scheduler
Containers.
Gaudi::Property< std::string > m_viewNodeName
Gaudi::Property< int > m_viewNumber
virtual StatusCode finalize()
ViewSubgraphAlg()
Default constructor:
virtual StatusCode initialize()
virtual StatusCode execute()
Gaudi::Property< std::string > m_viewBaseName
SG::WriteHandleKey< int > m_w_int
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< ViewContainer > m_r_views
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual ~ViewSubgraphAlg()
Destructor:
SG::WriteHandleKey< ViewContainer > m_w_views