PandaRoot
PndRichPoint.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
13
#ifndef PNDRICHPOINT_H
14
#define PNDRICHPOINT_H 1
15
16
#include "FairMCPoint.h"
17
18
#include "TObject.h"
19
#include "TVector3.h"
20
21
class
PndRichPoint
:
public
FairMCPoint {
22
23
public
:
25
PndRichPoint
();
26
36
PndRichPoint
(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss);
37
39
virtual
~PndRichPoint
();
40
42
virtual
void
Print
(
const
Option_t *opt)
const
;
43
44
private
:
46
PndRichPoint
(
const
PndRichPoint
&point);
47
PndRichPoint
operator=(
const
PndRichPoint
&point);
48
49
ClassDef(
PndRichPoint
, 1)
50
};
51
52
#endif
PndRichPoint::PndRichPoint
PndRichPoint()
PndRichPoint
Definition:
PndRichPoint.h:21
PndRichPoint::~PndRichPoint
virtual ~PndRichPoint()
PndRichPoint::Print
virtual void Print(const Option_t *opt) const
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
pnddata
RichData
PndRichPoint.h
Generated on Fri Nov 29 2024 06:04:44 for PandaRoot by
1.8.13