|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ATHVIEWS_ATHVIEWS_DIGIDEMOSETUPALG_H
6 #define ATHVIEWS_ATHVIEWS_DIGIDEMOSETUPALG_H 1
16 #include "GaudiKernel/IScheduler.h"
48 Gaudi::Property< std::string >
m_viewBaseName {
this,
"ViewBaseName",
"",
"Name to use for all views - number will be appended" };
49 Gaudi::Property< std::string >
m_viewNodeName {
this,
"ViewNodeName",
"",
"Name of CF node to attach views to" };
50 Gaudi::Property< int >
m_viewNumber {
this,
"ViewNumber", 0,
"Total number of views to make" };
56 #endif //> !ATHVIEWS_ATHVIEWS_DIGIDEMOSETUPALG_H
DigiDemoSetupAlg()
Default constructor:
virtual StatusCode initialize()
ServiceHandle< IScheduler > m_scheduler
Containers.
Gaudi::Property< std::string > m_viewNodeName
ServiceHandle< IProxyDict > m_digiStore
Gaudi::Property< std::string > m_viewBaseName
SG::WriteHandleKey< std::vector< int > > m_w_ints
virtual StatusCode execute()
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode finalize()
virtual ~DigiDemoSetupAlg()
Destructor:
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< ViewContainer > m_w_views
Gaudi::Property< int > m_viewNumber