EDM4eic
EIC data model
Toggle main menu visibility
Loading...
Searching...
No Matches
PMTHitData.h
Go to the documentation of this file.
1
// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3
#ifndef EDM4EIC_PMTHitDATA_H
4
#define EDM4EIC_PMTHitDATA_H
5
6
#include "edm4hep/Vector3f.h"
7
#include <cstdint>
8
9
namespace
edm4eic
{
10
11
12
/** @class PMTHitData
13
* EIC PMT hit
14
* @author: S. Joosten, C. Peng
15
*/
16
class
PMTHitData
{
17
public
:
18
std::uint64_t
cellID
{};
///< The detector specific (geometrical) cell id.
19
float
npe
{};
///< Estimated number of photo-electrons [#]
20
float
time
{};
///< Time [ns]
21
float
timeError
{};
///< Error on the time [ns]
22
::edm4hep::Vector3f
position
{};
///< PMT hit position [mm]
23
::edm4hep::Vector3f
dimension
{};
///< The dimension information of the pixel [mm].
24
std::int32_t
sector
{};
///< The sector this hit occurred in
25
::edm4hep::Vector3f
local
{};
///< The local position of the hit in detector coordinates (relative to the sector) [mm]
26
27
};
28
29
30
namespace
v890 {
31
using
PMTHitData
=
edm4eic::PMTHitData
;
32
}
// namespace v890
33
34
35
}
// namespace edm4eic
36
37
38
#endif
edm4eic::PMTHitData
Definition
PMTHitData.h:16
edm4eic::PMTHitData::dimension
::edm4hep::Vector3f dimension
The dimension information of the pixel [mm].
Definition
PMTHitData.h:23
edm4eic::PMTHitData::timeError
float timeError
Error on the time [ns].
Definition
PMTHitData.h:21
edm4eic::PMTHitData::cellID
std::uint64_t cellID
The detector specific (geometrical) cell id.
Definition
PMTHitData.h:18
edm4eic::PMTHitData::local
::edm4hep::Vector3f local
The local position of the hit in detector coordinates (relative to the sector) [mm].
Definition
PMTHitData.h:25
edm4eic::PMTHitData::time
float time
Time [ns].
Definition
PMTHitData.h:20
edm4eic::PMTHitData::position
::edm4hep::Vector3f position
PMT hit position [mm].
Definition
PMTHitData.h:22
edm4eic::PMTHitData::npe
float npe
Estimated number of photo-electrons [#].
Definition
PMTHitData.h:19
edm4eic::PMTHitData::sector
std::int32_t sector
The sector this hit occurred in.
Definition
PMTHitData.h:24
edm4eic::v890::PMTHitData
edm4eic::PMTHitData PMTHitData
Definition
PMTHitData.h:31
edm4eic
Definition
CalorimeterHit.cc:17
build
edm4eic
PMTHitData.h
Generated by
1.17.0