Skip to content

Commit 4f36e0d

Browse files
aljalinev
authored andcommitted
Comment out multiple remote conections in the demo.
1 parent dbaf616 commit 4f36e0d

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

tutorials/visualisation/eve7/show_geo_extract.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
void show_geo_extract(const char *file = "testShapeExtract.root")
1010
{
1111
auto eveMng = ROOT::Experimental::REveManager::Create();
12-
eveMng->AllowMultipleRemoteConnections(false, false);
12+
// eveMng->AllowMultipleRemoteConnections(false, false);
1313

1414
TFile::Open(file);
1515
TIter next(gDirectory->GetListOfKeys());

tutorials/visualisation/eve7/write_geo_extract.C

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,13 @@ void write_geo_extract()
9494
TFile::SetCacheFileDir(".");
9595

9696
auto eveMng = REveManager::Create();
97-
eveMng->AllowMultipleRemoteConnections(false, false);
98-
97+
// eveMng->AllowMultipleRemoteConnections(false, false);
9998
auto s_geoManager = TGeoManager::Import("http://xrd-cache-1.t2.ucsd.edu/alja/mail/geo/cmsSimGeo2026.root");
10099

101100
// tracker wrapper
102-
//REveElement *holder = new REveElement();
103101
REveGeoShape *tracker = makeShape("cms:OCMS/tracker:Tracker_1/otst:supportR1190Z1450_1", "tracker");
104102
tracker->SetMainColor(kRed);
105103
tracker->SetMainTransparency(50);
106-
// holder->AddElement(tracker);
107104

108105
// tracker barrel
109106
REveGeoShape *barrel =

0 commit comments

Comments
 (0)