EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <stdlib.h>
#include <assert.h>
#include <set>
#include <TString.h>
#include <TObject.h>
#include <TFile.h>
#include <TGeoManager.h>
#include <TTimeStamp.h>
#include <TVector3.h>
#include <FairGeoLoader.h>
#include <FairGeoInterface.h>
#include <FairGeoMedia.h>
#include <FairGeoMedium.h>
#include <FairGeoBuilder.h>
#include <EicDetName.h>
#include <EicNamePatternHub.h>
#include <EicGeoMap.h>
Go to the source code of this file.
Classes | |
class | LogicalVolumeGroupProjection |
class | LogicalVolumeLookupTableEntry |
class | LogicalVolumeGroup |
class | SourceFile |
class | EicGeoParData |
Macros | |
#define | _LOGICAL_VOLUME_GROUP_COORD_NUM_ 3 |
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) |
#define _LOGICAL_VOLUME_GROUP_COORD_NUM_ 3 |
Definition at line 60 of file EicGeoParData.h.
View newest version in sPHENIX GitHub at line 60 of file EicGeoParData.h
Referenced by EicGeoParData::AddLogicalVolumeGroup(), EicGeoParData::AreNeighbours(), EicGeoParData::GetLookupTableNode(), EicGeoParData::InitializeLookupTables(), and LogicalVolumeGroup::LogicalVolumeGroup().
TVector3 LocalToMaster | ( | const TGeoMatrix * | mtx, |
const TVector3 & | local | ||
) |
Definition at line 766 of file EicGeoParData.cxx.
View newest version in sPHENIX GitHub at line 766 of file EicGeoParData.cxx
TVector3 LocalToMasterVect | ( | const TGeoMatrix * | mtx, |
const TVector3 & | local | ||
) |
Definition at line 777 of file EicGeoParData.cxx.
View newest version in sPHENIX GitHub at line 777 of file EicGeoParData.cxx
TVector3 MasterToLocal | ( | const TGeoMatrix * | mtx, |
const TVector3 & | master | ||
) |
Definition at line 788 of file EicGeoParData.cxx.
View newest version in sPHENIX GitHub at line 788 of file EicGeoParData.cxx
TVector3 MasterToLocalVect | ( | const TGeoMatrix * | mtx, |
const TVector3 & | master | ||
) |
Definition at line 799 of file EicGeoParData.cxx.
View newest version in sPHENIX GitHub at line 799 of file EicGeoParData.cxx