EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
blob
master
base
cbmbase
cbmdata
global
rich
CbmRichHit.cxx
CbmRichHit.h
CbmRichPoint.cxx
CbmRichPoint.h
CbmRichRing.cxx
CbmRichRing.h
CbmRichRingLight.h
CbmBaseHit.cxx
CbmBaseHit.h
CbmCluster.cxx
CbmCluster.h
CbmDetectorList.cxx
CbmDetectorList.h
CbmDigi.cxx
CbmDigi.h
CbmHit.cxx
CbmHit.h
CbmMCEpoch.cxx
CbmMCEpoch.h
CbmMCEvent.cxx
CbmMCEvent.h
CbmMCEventHeader.cxx
CbmMCEventHeader.h
CbmMCTrack.cxx
CbmMCTrack.h
CbmPixelHit.cxx
CbmPixelHit.h
CbmStack.cxx
CbmStack.h
CbmStripHit.cxx
CbmStripHit.h
CbmTrack.cxx
CbmTrack.h
CbmTrackMatch.cxx
CbmTrackMatch.h
DataLinkDef.h
dbase
eic
eventdisplay
examples
fairtools
field
gconfig
geane
genfit
GenfitTools
geobase
geometry
input
littrack
parbase
passive
pCDR-2018
pid
pnddata
PndTools
rich
trackbase
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
CbmRichPoint.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmRichPoint.h
1
// -------------------------------------------------------------------------
2
// ----- CbmRichPoint header file -----
3
// ----- Created 28/04/04 by B. Polichtchouk -----
4
// -------------------------------------------------------------------------
5
6
14
#ifndef CBMRICHPOINT_H
15
#define CBMRICHPOINT_H 1
16
17
18
#include "
FairMCPoint.h
"
19
20
class
TVector3;
21
22
class
CbmRichPoint
:
public
FairMCPoint
23
{
24
25
public
:
26
28
CbmRichPoint
();
29
30
40
CbmRichPoint
(Int_t trackID, Int_t
pdg
, Int_t detID, TVector3
pos
, TVector3
mom
,
41
Double_t tof, Double_t
length
, Double_t eLoss);
42
43
45
CbmRichPoint
(
const
CbmRichPoint
&
point
) { *
this
=
point
; };
46
47
49
virtual
~CbmRichPoint
();
50
51
53
virtual
void
Print
(
const
Option_t* opt)
const
;
54
55
// Somehow fail to propagate this through MC tracks (they are not stored and
56
// besides this trackID is always equal -2); so it's a hack for now;
57
Int_t
fPDG
;
58
59
ClassDef
(
CbmRichPoint
,2)
60
61
};
62
63
64
#endif
EicRoot
blob
master
cbmdata
rich
CbmRichPoint.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:33
using
1.8.2 with
EIC GitHub integration