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
SELECT DISTINCT ?item ?itemLabel ?countryLabel ?capacity_in_Mw ?stateLabel ?coords ?layer | |
WHERE | |
{ | |
?item (wdt:P31/(wdt:P279*)) wd:Q159719; | |
p:P2109 ?stmnode; | |
wdt:P625 ?coords . | |
?stmnode psn:P2109 ?valuenode. # normalised value | |
?valuenode wikibase:quantityAmount ?capacity_in_W. | |
BIND(?capacity_in_W / "1e6"^^xsd:double AS ?capacity_in_Mw) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
rucio list-file-replicas --protocol root --pfns <did> |
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
FROM rootproject/root-ubuntu16-base | |
RUN localedef -i en_US -f UTF-8 en_US.UTF-8 | |
RUN git clone https://:@gitlab.cern.ch:8443/turra/root.git -b hsg7-v6-08-00 /usr/src/root | |
RUN cd /tmp \ | |
&& cmake /usr/src/root \ | |
-Dfail-on-missing=ON \ | |
-Dbuiltin_pcre=ON \ | |
-Dexplicitlink=ON \ |
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
import ROOT | |
ROOT.RooMsgService.instance().getStream(1).removeTopic(ROOT.RooFit.NumIntegration) | |
ROOT.RooMsgService.instance().getStream(1).removeTopic(ROOT.RooFit.Fitting) | |
ROOT.RooMsgService.instance().getStream(1).removeTopic(ROOT.RooFit.Minimization) | |
ROOT.RooMsgService.instance().getStream(1).removeTopic(ROOT.RooFit.InputArguments) | |
ROOT.RooMsgService.instance().getStream(1).removeTopic(ROOT.RooFit.Eval) | |
ROOT.RooMsgService.instance().getStream(1).removeTopic(ROOT.RooFit.DataHandling) | |
ROOT.RooMsgService.instance().setGlobalKillBelow(ROOT.RooFit.ERROR) | |
ROOT.RooMsgService.instance().setSilentMode(True) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder