ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14#include <CLHEP/Geometry/Vector3D.h>
15#include <string>
16
21
22public: // 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
HepGeom::Vector3D< double > m_vec
std::string m_detector
ExampleHit_p1()
Default Constructor.
virtual ~ExampleHit_p1()
Destructor.