CbmRoot
comparePsdPoint.h
Go to the documentation of this file.
1 #ifndef COMPAREPSDPOINT_H
2 #define COMPAREPSDPOINT_H 1
3 
4 #include "compareFairMCPoint.h"
5 
7  Int_t trackID,
8  Int_t detID,
9  TVector3 pos,
10  TVector3 mom,
11  Double_t tof,
12  Double_t length,
13  Double_t eLoss,
14  Int_t moduleid,
15  Int_t eventid) {
16 
17  FairMCPoint test1 = static_cast<FairMCPoint>(test);
19  test1, trackID, detID, pos, mom, tof, length, eLoss, eventid);
20 
21  Int_t retValInt {-222};
22 
23  retValInt = test.GetModuleID();
24  EXPECT_EQ(moduleid, retValInt);
25 }
26 
27 #endif // COMPAREPSDDIGI_H
CbmPsdPoint
Definition: CbmPsdPoint.h:24
compareFairMCPoint.h
CbmPsdPoint::GetModuleID
Int_t GetModuleID() const
Definition: CbmPsdPoint.h:63
comparePsdPointDataMembers
void comparePsdPointDataMembers(CbmPsdPoint &test, Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss, Int_t moduleid, Int_t eventid)
Definition: comparePsdPoint.h:6
pos
TVector3 pos
Definition: CbmMvdSensorDigiToHitTask.cxx:60
compareFairMCPointDataMembers
void compareFairMCPointDataMembers(FairMCPoint &test, Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eloss, Int_t eventid)
Definition: compareFairMCPoint.h:8