Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:46

0001 // Author: Matevz Tadel
0002 // Shows one muon chamber in local coordinate system.
0003 
0004 #include "common_foos.C"
0005 
0006 void geom_detail_local()
0007 {
0008    TEveUtil::LoadMacro("common_foos.C+");
0009    std_init();
0010 
0011    make_node("/cms:World_1/cms:CMSE_1/muonBase:MUON_1/muonBase:MB_1/muonBase:MBWheel_1N_2/mb1:MB1N_10",
0012          4, kFALSE);
0013 
0014    gEve->FullRedraw3D(kTRUE);
0015 }