SND@LHC Software
Loading...
Searching...
No Matches
MuFilterPoint.h
Go to the documentation of this file.
1#ifndef MUFILTERPOINT_H
2#define MUFILTERPOINT_H 1
3
4
5#include "FairMCPoint.h"
6
7#include "TObject.h"
8#include "TVector3.h"
9
10class MuFilterPoint : public FairMCPoint
11{
12
13 public:
14
17
18
30 MuFilterPoint(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom,
31 Double_t tof, Double_t length, Double_t eLoss, Int_t pdgCode);
32
34 virtual ~MuFilterPoint();
35
37 virtual void Print(const Option_t* opt) const;
38
39
40 Int_t PdgCode() const {return fPdgCode;}
41
42 private:
43
44
45 Int_t fPdgCode;
46
51
52 ClassDef(MuFilterPoint,1)
53
54};
55
56#endif
virtual void Print(const Option_t *opt) const
virtual ~MuFilterPoint()
Int_t PdgCode() const
MuFilterPoint(const MuFilterPoint &point)
MuFilterPoint operator=(const MuFilterPoint &point)