24 #include "FairMCPoint.h"
25 #include "RKTrackRep.h"
32 #include "TGeoManager.h"
33 #include "FairRootManager.h"
47 :
genfit::PlanarMeasurement(fNparHitRep)
54 :
genfit::PlanarMeasurement(fNparHitRep)
64 TVector3 o(0.,0.,point->GetZ()),
75 :
genfit::PlanarMeasurement(fNparHitRep)
85 FairRootManager* ioman = FairRootManager::Instance();
90 Double_t hitX = hit->GetX(), hitY = hit->GetY();
91 Double_t phiAValue = TMath::ATan(hitX/hitY);
93 else if ( hitX < 0 ) phiAValue += 2.*
TMath::Pi();
95 TVector3 oo (0.,0.,hit->GetZ()),
102 rawHitCoords_[1] = 0.;
boost::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.
virtual ~PndGemRecoHit2()
static T Sqrt(const T &x)
Hit object for use in TrackCand. Provides IDs and sorting parameters.
int hit(Int_t nEvents=0, TString inFile="sim.root", TString parFile="par.root", TString inDigi="digi.root", TString outFile="hit.root", Int_t timeBased=0)
virtual void setPlane(const SharedPlanePtr &physicalPlane, int planeId=-1)