PandaRoot
PndOtHitInfo.h
Go to the documentation of this file.
1
//****************************************************************************
2
//* This file is part of PandaRoot. *
3
//* *
4
//* PandaRoot is distributed under the terms of the *
5
//* GNU General Public License (GPL) version 3, *
6
//* copied verbatim in the file "LICENSE". *
7
//* *
8
//* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9
//* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10
//* The authors are listed in the file "AUTHORS". *
11
//****************************************************************************
12
21
#ifndef PNDOTHITINFO_H
22
#define PNDOTHITINFO_H 1
23
24
#include "TObject.h"
25
26
class
PndOtHitInfo
:
public
TObject {
27
28
public
:
30
PndOtHitInfo
();
31
33
PndOtHitInfo
(Int_t fileNumber, Int_t eventNumber, Int_t trackID, Int_t pointID, Int_t nMerged, Bool_t isFake);
34
36
virtual
~PndOtHitInfo
();
37
39
Int_t
GetFileNumber
()
const
{
return
fFileNumber; };
40
Int_t
GetEventNumber
()
const
{
return
fEventNumber; };
41
Int_t
GetTrackID
()
const
{
return
fTrackID; };
42
Int_t
GetPointID
()
const
{
return
fPointID; };
43
Int_t
GetNMerged
()
const
{
return
fNMerged; };
44
Bool_t
IsFake
()
const
{
return
fIsFake; };
45
47
void
SetNMerged
(Int_t nMerged) { fNMerged = nMerged; };
48
50
void
ClearHit
();
51
52
private
:
59
Int_t fFileNumber;
60
67
Int_t fEventNumber;
68
73
Int_t fTrackID;
74
79
Int_t fPointID;
80
86
Int_t fNMerged;
87
89
Bool_t fIsFake;
90
91
ClassDef(
PndOtHitInfo
, 1);
92
};
93
94
#endif
PndOtHitInfo::GetFileNumber
Int_t GetFileNumber() const
Definition:
PndOtHitInfo.h:39
PndOtHitInfo::GetPointID
Int_t GetPointID() const
Definition:
PndOtHitInfo.h:42
PndOtHitInfo::SetNMerged
void SetNMerged(Int_t nMerged)
Definition:
PndOtHitInfo.h:47
PndOtHitInfo::PndOtHitInfo
PndOtHitInfo()
PndOtHitInfo::GetTrackID
Int_t GetTrackID() const
Definition:
PndOtHitInfo.h:41
PndOtHitInfo::ClearHit
void ClearHit()
PndOtHitInfo::~PndOtHitInfo
virtual ~PndOtHitInfo()
PndOtHitInfo::IsFake
Bool_t IsFake() const
Definition:
PndOtHitInfo.h:44
PndOtHitInfo
Definition:
PndOtHitInfo.h:26
PndOtHitInfo::GetEventNumber
Int_t GetEventNumber() const
Definition:
PndOtHitInfo.h:40
PndOtHitInfo::GetNMerged
Int_t GetNMerged() const
Definition:
PndOtHitInfo.h:43
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
detectors
ot
PndOtHitInfo.h
Generated on Fri Nov 29 2024 06:04:43 for PandaRoot by
1.8.13