Skip to content
Snippets Groups Projects
Commit 67f8b74e authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Add macro to optimize refdet viewing

parent b9b8699d
Branches 1-add-react-gui
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ pages: ...@@ -9,6 +9,7 @@ pages:
script: script:
- git clone -b 6.1.0 https://github.com/root-project/jsroot.git public - git clone -b 6.1.0 https://github.com/root-project/jsroot.git public
- cp .htaccess public/. - cp .htaccess public/.
- cp -r macros public/.
- cd public && ln -s index.htm index.html && cd .. - cd public && ln -s index.htm index.html && cd ..
#- cp index.htm public/. #- cp index.htm public/.
#- cp -r `root-config --prefix`/js public #- cp -r `root-config --prefix`/js public
......
void athena() {
// make barrel trackers visible
gGeoManager->GetVolume("AllSiliconVtx_10")->InvisibelAll(false);
gGeoManager->GetVolume("AllSiliconTrkBarrel1_12")->InvisibelAll(false);
gGeoManager->GetVolume("AllSiliconTrkBarrel2_14")->InvisibelAll(false);
gGeoManager->GetVolume("RWellTrackerBarrel_23")->InvisibelAll(false);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment