Last active
August 29, 2015 14:21
-
-
Save jdbrice/147f78bbaa876247f600 to your computer and use it in GitHub Desktop.
STAR related code index for quick finding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var jdbrice_codex = | |
{ | |
"code": | |
[ | |
{ | |
"name": "TOF Calibration ntupler", | |
"value": "/star/institutions/rice/jdb/calib/", | |
"owner": "daniel" | |
}, | |
{ | |
"name": "Run14 AuAu15 reference multiplicity determination and systematic uncertainties study", | |
"value": "/star/u/jdb/work/Glauber/", | |
"owner": "daniel" | |
}, | |
{ | |
"name": "TOF Geometry Alignment", | |
"value": "local:///Users/danielbrandenburg/bnl/local/work/calib/tofGeomAlign/" | |
}, | |
{ | |
"name": "VPD Slewing corrections", | |
"value": "local:///Users/danielbrandenburg/bnl/local/work/vpdCalibration/" | |
} | |
] | |
}; | |
console.log( "Loaded jdbrice codex" ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment