BmnRoot
Loading...
Searching...
No Matches
CbmKFHit.h
Go to the documentation of this file.
1
11#ifndef CBMKFHIT_H
12#define CBMKFHIT_H 1
13
14#include "CbmKFTrackInterface.h"
15
16class CbmKFHit :public TObject {
17
18 public:
19
21 virtual ~CbmKFHit(){ }
22
23 Int_t MaterialIndex;
24
25 virtual Int_t Filter( CbmKFTrackInterface &track, Bool_t downstream, Double_t &QP0 ) = 0;
26
27 ClassDef( CbmKFHit, 1 )
28};
29
30#endif /* !CBMKFHIT_H */
Int_t MaterialIndex
Definition CbmKFHit.h:23
CbmKFHit()
Definition CbmKFHit.h:20
virtual ~CbmKFHit()
Definition CbmKFHit.h:21
virtual Int_t Filter(CbmKFTrackInterface &track, Bool_t downstream, Double_t &QP0)=0