ATLAS Offline Software
Database
AthenaPOOL
AthenaPoolExample
AthenaPoolExampleConverter
AthenaPoolExampleConverter
ExampleHit_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHENAPOOLEXAMPLECONVERTER_EXAMPLEHIT_P1_H
6
#define ATHENAPOOLEXAMPLECONVERTER_EXAMPLEHIT_P1_H
7
14
#include <CLHEP/Geometry/Vector3D.h>
15
#include <string>
16
20
class
ExampleHit_p1
{
21
22
public
:
// Constructor and Destructor
24
ExampleHit_p1
() :
m_vec
(0.0, 0.0, 0.0),
m_detector
(
""
) {}
26
virtual
~ExampleHit_p1
() {}
27
28
HepGeom::Vector3D<double>
m_vec
;
29
std::string
m_detector
;
30
};
31
#endif
ExampleHit_p1::ExampleHit_p1
ExampleHit_p1()
Default Constructor.
Definition:
ExampleHit_p1.h:24
ExampleHit_p1::~ExampleHit_p1
virtual ~ExampleHit_p1()
Destructor.
Definition:
ExampleHit_p1.h:26
ExampleHit_p1::m_vec
HepGeom::Vector3D< double > m_vec
Definition:
ExampleHit_p1.h:28
ExampleHit_p1::m_detector
std::string m_detector
Definition:
ExampleHit_p1.h:29
ExampleHit_p1
This class provides a dummy hit data object for AthenaPool.
Definition:
ExampleHit_p1.h:20
Generated on Thu Nov 7 2024 21:15:06 for ATLAS Offline Software by
1.8.18