|
ATLAS Offline Software
|
Go to the documentation of this file.
21 #include "CLHEP/Vector/ThreeVector.h"
69 for (
int i = 0;
i < 10;
i++) {
86 return StatusCode::SUCCESS;
97 for (
int i = 0;
i < 10;
i++) {
99 CLHEP::Hep3Vector
p(j+11,j+12,j+13);
100 CLHEP::Hep3Vector
x(j+14,j+15,j+16);
115 return StatusCode::SUCCESS;
128 return StatusCode::SUCCESS;
def finalize(self)
_info( "content of StoreGate..." ) self.sg.dump()
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
AtlasHitsVector< MDTSimHit > MDTSimHitCollection
AtlasHitsVector< TrackRecord > TrackRecordCollection
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode initialize()
Standard Gaudi initialize method.
std::string m_TrackRecordName
virtual StatusCode finalize()
Standard Gaudi finalize method.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode fillTrackRecordCollection()
Fill a TrackRecordCollection.
#define CHECK(...)
Evaluate an expression and check for errors.
std::string m_MDTSimHitName
Helpers for checking error return status codes and reporting errors.
virtual StatusCode execute()
Standard Gaudi execute method.
StatusCode fillMDTSimHitCollection()
Fill a MDTSimHitCollection.
Eigen::Matrix< double, 3, 1 > Vector3D
Put objects into StoreGate to test D3PD maker.
HitsFillerAlg(const std::string &name, ISvcLocator *svcloc)
Standard Gaudi algorithm constructor.