Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
common.py
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file common.py
1
from
pathlib
import
Path
2
3
4
def
getOpenDataDetectorDirectory
():
5
"""
6
Returns path to ODD files
7
8
Located here so that the sources location can be obtained. The ODD files are not necessarily installed.
9
"""
10
return
(
11
Path(__file__).parent.parent.parent.parent /
"thirdparty"
/
"OpenDataDetector"
12
)
acts
blob
sPHENIX
Examples
Scripts
Python
common.py
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:40
using
1.8.2 with
sPHENIX GitHub integration