EDM4eic
EIC data model
Toggle main menu visibility
Loading...
Searching...
No Matches
TrackerHitData.h
Go to the documentation of this file.
1
// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3
#ifndef EDM4EIC_TrackerHitDATA_H
4
#define EDM4EIC_TrackerHitDATA_H
5
6
#include "
edm4eic/CovDiag3f.h
"
7
#include "edm4hep/Vector3f.h"
8
#include <cstdint>
9
10
namespace
edm4eic
{
11
12
13
/** @class TrackerHitData
14
* Tracker hit (reconstructed from Raw)
15
* @author: W. Armstrong, S. Joosten
16
*/
17
class
TrackerHitData
{
18
public
:
19
std::uint64_t
cellID
{};
///< The detector specific (geometrical) cell id.
20
::edm4hep::Vector3f
position
{};
///< Hit (cell) position [mm]
21
::edm4eic::CovDiag3f
positionError
{};
///< Covariance Matrix
22
float
time
{};
///< Hit time [ns]
23
float
timeError
{};
///< Error on the time
24
float
edep
{};
///< Energy deposit in this hit [GeV]
25
float
edepError
{};
///< Error on the energy deposit [GeV]
26
27
};
28
29
30
namespace
v890 {
31
using
TrackerHitData
=
edm4eic::TrackerHitData
;
32
}
// namespace v890
33
34
35
}
// namespace edm4eic
36
37
38
#endif
CovDiag3f.h
edm4eic::CovDiag3f
Definition
CovDiag3f.h:19
edm4eic::TrackerHitData
Definition
TrackerHitData.h:17
edm4eic::TrackerHitData::position
::edm4hep::Vector3f position
Hit (cell) position [mm].
Definition
TrackerHitData.h:20
edm4eic::TrackerHitData::positionError
::edm4eic::CovDiag3f positionError
Covariance Matrix.
Definition
TrackerHitData.h:21
edm4eic::TrackerHitData::time
float time
Hit time [ns].
Definition
TrackerHitData.h:22
edm4eic::TrackerHitData::edep
float edep
Energy deposit in this hit [GeV].
Definition
TrackerHitData.h:24
edm4eic::TrackerHitData::timeError
float timeError
Error on the time.
Definition
TrackerHitData.h:23
edm4eic::TrackerHitData::cellID
std::uint64_t cellID
The detector specific (geometrical) cell id.
Definition
TrackerHitData.h:19
edm4eic::TrackerHitData::edepError
float edepError
Error on the energy deposit [GeV].
Definition
TrackerHitData.h:25
edm4eic::v890::TrackerHitData
edm4eic::TrackerHitData TrackerHitData
Definition
TrackerHitData.h:31
edm4eic
Definition
CalorimeterHit.cc:17
build
edm4eic
TrackerHitData.h
Generated by
1.17.0