SND@LHC Software
Loading...
Searching...
No Matches
UpstreamTaggerPoint.h
Go to the documentation of this file.
1
#ifndef UPSTREAMTAGGERPOINT_H
2
#define UPSTREAMTAGGERPOINT_H 1
3
4
5
#include "FairMCPoint.h"
6
#include "
UpstreamTaggerHit.h
"
7
#include "
UpstreamTagger.h
"
8
#include "TObject.h"
9
#include "TVector3.h"
10
11
12
class
UpstreamTaggerPoint
:
public
FairMCPoint
13
{
14
15
public
:
16
18
UpstreamTaggerPoint
();
19
20
30
UpstreamTaggerPoint
(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom,
31
Double_t tof, Double_t length, Double_t eLoss, Int_t pdgCode, TVector3 Lpos, TVector3 Lmom);
32
34
virtual
~UpstreamTaggerPoint
();
35
37
virtual
void
Print
()
const
;
38
Int_t
PdgCode
()
const
{
return
fPdgCode
;}
39
TVector3
LastPoint
()
const
{
return
fLpos
;}
40
TVector3
LastMom
()
const
{
return
fLmom
;}
41
42
private
:
44
Int_t
fPdgCode
;
45
TVector3
fLpos
,
fLmom
;
46
UpstreamTaggerPoint
(
const
UpstreamTaggerPoint
& point);
47
UpstreamTaggerPoint
operator=
(
const
UpstreamTaggerPoint
& point);
48
49
ClassDef(
UpstreamTaggerPoint
,1)
50
51
};
52
53
#endif
UpstreamTaggerHit.h
UpstreamTagger.h
UpstreamTaggerPoint
Definition
UpstreamTaggerPoint.h:13
UpstreamTaggerPoint::UpstreamTaggerPoint
UpstreamTaggerPoint()
Definition
UpstreamTaggerPoint.cxx:9
UpstreamTaggerPoint::LastPoint
TVector3 LastPoint() const
Definition
UpstreamTaggerPoint.h:39
UpstreamTaggerPoint::fPdgCode
Int_t fPdgCode
Definition
UpstreamTaggerPoint.h:44
UpstreamTaggerPoint::UpstreamTaggerPoint
UpstreamTaggerPoint(const UpstreamTaggerPoint &point)
UpstreamTaggerPoint::PdgCode
Int_t PdgCode() const
Definition
UpstreamTaggerPoint.h:38
UpstreamTaggerPoint::~UpstreamTaggerPoint
virtual ~UpstreamTaggerPoint()
Definition
UpstreamTaggerPoint.cxx:26
UpstreamTaggerPoint::fLpos
TVector3 fLpos
Definition
UpstreamTaggerPoint.h:45
UpstreamTaggerPoint::Print
virtual void Print() const
Definition
UpstreamTaggerPoint.cxx:30
UpstreamTaggerPoint::operator=
UpstreamTaggerPoint operator=(const UpstreamTaggerPoint &point)
UpstreamTaggerPoint::LastMom
TVector3 LastMom() const
Definition
UpstreamTaggerPoint.h:40
UpstreamTaggerPoint::fLmom
TVector3 fLmom
Definition
UpstreamTaggerPoint.h:45
UpstreamTagger
UpstreamTaggerPoint.h
Generated by
1.9.8