HerdSoftware  0.1.1
Namespaces | Variables
HWProjections.cpp File Reference
#include "algorithms/display/HWMainWindow.h"
#include "TEveGeoShape.h"
#include "TEveTrans.h"
#include "TGLViewer.h"
#include "TGeoManager.h"
#include "utils/SmartLog.h"
#include <map>

Namespaces

 Herd
 CssGeoParams.h CssGeoParams class declaration.
 

Variables

static std::vector< std::string > excludedVolumes_XZ
 
static std::vector< std::string > excludedVolumes_YZ
 
static std::vector< std::string > excludedVolumes_XY = {"topSCD_0", "logicTopPSD_0", "topFIT_0", "topSTK_0"}
 
static std::vector< std::string > excludedLogicals = {"EmptyCrystal"}
 
static std::vector< std::string > invisibleVolumes = {"worldLogical_1", "caloLogical_0"}
 

Variable Documentation

◆ excludedLogicals

std::vector<std::string> excludedLogicals = {"EmptyCrystal"}
static

◆ excludedVolumes_XY

std::vector<std::string> excludedVolumes_XY = {"topSCD_0", "logicTopPSD_0", "topFIT_0", "topSTK_0"}
static

◆ excludedVolumes_XZ

std::vector<std::string> excludedVolumes_XZ
static
Initial value:
= {"sideSCD_2", "sideSCD_3", "logicSidePSD_2", "logicSidePSD_3",
"sideFIT_2", "sideFIT_3", "sideSTK_2", "sideSTK_3"}

◆ excludedVolumes_YZ

std::vector<std::string> excludedVolumes_YZ
static
Initial value:
= {"sideSCD_0", "sideSCD_1", "logicSidePSD_0", "logicSidePSD_1",
"sideFIT_0", "sideFIT_1", "sideSTK_0", "sideSTK_1"}

◆ invisibleVolumes

std::vector<std::string> invisibleVolumes = {"worldLogical_1", "caloLogical_0"}
static