EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fstream>
#include <stdlib.h>
#include <assert.h>
#include <iostream>
#include <TROOT.h>
#include <TClass.h>
#include <TColor.h>
#include <TRealData.h>
#include <TDataMember.h>
#include <EtmOrphans.h>
#include <EicGeoMedia.h>
#include <EicGeoParData.h>
Go to the source code of this file.
Functions | |
TVector3 | LocalToMaster (const TGeoMatrix *mtx, const TVector3 &local) |
TVector3 | LocalToMasterVect (const TGeoMatrix *mtx, const TVector3 &local) |
TVector3 | MasterToLocal (const TGeoMatrix *mtx, const TVector3 &master) |
TVector3 | MasterToLocalVect (const TGeoMatrix *mtx, const TVector3 &master) |
TVector3 LocalToMaster | ( | const TGeoMatrix * | mtx, |
const TVector3 & | local | ||
) |
Definition at line 978 of file EicGeoParData.cxx.
View newest version in sPHENIX GitHub at line 978 of file EicGeoParData.cxx
TVector3 LocalToMasterVect | ( | const TGeoMatrix * | mtx, |
const TVector3 & | local | ||
) |
Definition at line 989 of file EicGeoParData.cxx.
View newest version in sPHENIX GitHub at line 989 of file EicGeoParData.cxx
TVector3 MasterToLocal | ( | const TGeoMatrix * | mtx, |
const TVector3 & | master | ||
) |
Definition at line 1000 of file EicGeoParData.cxx.
View newest version in sPHENIX GitHub at line 1000 of file EicGeoParData.cxx
TVector3 MasterToLocalVect | ( | const TGeoMatrix * | mtx, |
const TVector3 & | master | ||
) |
Definition at line 1011 of file EicGeoParData.cxx.
View newest version in sPHENIX GitHub at line 1011 of file EicGeoParData.cxx