We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7ee0d commit b8465d0Copy full SHA for b8465d0
StRoot/macros/rootlogon.C
@@ -1,4 +1,14 @@
1
{
2
+ // ROOT and XROOTD
3
+ // some rootd default dummy stuff
4
+ TAuthenticate::SetGlobalUser("starlib");
5
+ TAuthenticate::SetGlobalPasswd("ROOT4STAR");
6
+
7
+ // This will help tracing failure on XrdOpen() if any
8
+ gEnv->SetValue("XNet.DebugTimestamp","1");
9
+ gEnv->SetValue("XNet.ReconnectTimeout","15");
10
+ gEnv->SetValue("XNet.RequestTimeout","90");
11
12
// set FloatPointException trap
13
bool star_rootlogon_fpe = TString(gSystem->Getenv("STAR_VERSION")) == ".DEV";
14
const char* star_rootlogon_fpe_env = gSystem->Getenv("STARFPE");
0 commit comments