Skip to content

Commit

Permalink
Change jsrootdi to jsroot
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed Oct 10, 2024
1 parent 238d46a commit 977a267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {ActivatedRoute} from '@angular/router';
import {ThreeGeometryProcessor} from "../../data-pipelines/three-geometry.processor";
import * as TWEEN from '@tweenjs/tween.js';
import GUI from "lil-gui";
import {produceRenderOrder} from "jsrootdi/geom";
import {produceRenderOrder} from "jsroot/geom";
import {
disposeHierarchy,
disposeNode,
Expand Down
7 changes: 3 additions & 4 deletions firebird-ng/src/app/services/geometry.service.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {Injectable} from '@angular/core';
import {openFile} from 'jsrootdi';
import {openFile} from 'jsroot';
import {
analyzeGeoNodes,
findGeoManager, getGeoNodesByLevel
} from '../../lib-root-geometry/root-geo-navigation';
import {build} from 'jsrootdi/geom';
import {build} from 'jsroot/geom';
import {RootGeometryProcessor} from "../data-pipelines/root-geometry.processor";
import {UserConfigService} from "./user-config.service";
import {Subdetector} from "../model/subdetector";
Expand Down Expand Up @@ -105,8 +105,7 @@ export class GeometryService {
// let url: string = 'https://eic.github.io/epic/artifacts/tgeo/epic_full.root';
// >oO let objectName = 'default';

const url = this.settings.selectedGeometry.value !== DEFAULT_GEOMETRY?
this.settings.selectedGeometry.value:
const url = this.settings.selectedGeometry.value !== DEFAULT_GEOMETRY ? this.settings.selectedGeometry.value:
'https://eic.github.io/epic/artifacts/tgeo/epic_full.root';

console.time('[GeometryService]: Total load geometry time');
Expand Down

0 comments on commit 977a267

Please sign in to comment.