Skip to content

Commit

Permalink
Checkpoint history rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
ALICE Bot committed Mar 22, 2017
1 parent 77dd7e4 commit c2ca229
Show file tree
Hide file tree
Showing 3,889 changed files with 5,682,429 additions and 315 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
95 changes: 95 additions & 0 deletions .rootrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@

# ROOT Environment settings are handled via the class TEnv. To see
# which values are active do: gEnv->Print().

# Temporary change to avoid thrashing
XNet.ReadCacheSize: 40000000
XNet.ReadAheadSize: 1000000

# Path used by dynamic loader to find shared libraries and macros
# Paths are different for Unix and Windows. The example shows the defaults
# for all ROOT applications for either Unix or Windows.
Unix.*.Root.DynamicPath: .:$(ROOTSYS)/lib:$(LD_LIBRARY_PATH)
Unix.*.Root.MacroPath: .:$(ROOTSYS)/macros:$(ALICE_ROOT)/macros
WinNT.*.Root.DynamicPath: ./;$(ROOTSYS);$(ROOTSYS)/bin;$(PATH)
WinNT.*.Root.MacroPath: ./;$(ROOTSYS)/macros

# Fix include path for aclic
ACLiC.IncludePaths: -I$(ALICE_ROOT)/include -I$(ALICE_ROOT)

# Path where to look for TrueType fonts
#Unix.*.Root.UseTTFonts: true
#Unix.*.Root.TTFontPath: $(ROOTSYS)/ttf/fonts

# Show where item is found in the specified path
Root.ShowPath: false

# Activate memory statistics (size and cnt is used to trap allocation of
# blocks of a certain size after cnt times)
Root.MemStat: 0
Root.MemStat.size: -1
Root.MemStat.cnt: -1
Root.ObjectStat: 0

# Global debug mode. When >0 turns on progressively more details debugging.
# When >4 X11 runs in synchronous mode.
#Root.Debug: 0

# Default editor
Unix.*.Editor: emacs
WinNT.*.Editor: notepad

# TCanvas specific settings. Opaque move and resize show full pad during
# the operation instead of only the outline. Especially for resize you'll
# need serious CPU power. UseScreenFactor=true means to size canvas according
# to size of screen, so a canvas still looks good on a low resolution
# laptop screen without having to change canvas size in macros.
# HighLightColor 2 = red. ShowEventStatus allows the event status bar to
# be turned on by default.
Canvas.MoveOpaque: false
Canvas.ResizeOpaque: false
Canvas.UseScreenFactor: true
Canvas.HighLightColor: 2
Canvas.ShowEventStatus: false

# THtml specific settings.
#Root.Html.OutputDir: html/
#Unix.*.Root.Html.SourceDir: ./:src/
#WinNT.*.Root.Html.SourceDir: ./
#Root.Html.Author: //*-- Author :
#Root.Html.Author: Fons Rademakers
#Root.Html.Copyright: * Copyright
#Root.Html.LastUpdate: //*CMZ :
#Root.Html.Description: //____________________
#Root.Html.Root: http://root.cern.ch/root/html
#Root.Html.SearchEngine: ../Search.phtml

# GUI specific settings
#Gui.NormalFont: -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-iso8859-1
#Gui.BoldFont: -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1
#Gui.SmallFont: -adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-1
#Gui.ProportionalFont: -adobe-courier-medium-r-*-*-12-*-*-*-*-*-iso8859-1
#Gui.BackgroundColor: #c0c0c0
#Gui.ForegroundColor: black
#Gui.SelectForegroundColor: white
#Gui.SelectBackgroundColor: #000080
#Gui.IconPath: $(HOME)/icons:$(ROOTSYS)/icons:.
#Gui.MimeTypeFile: $(HOME)/.root.mimes
# If above does not exists defaults to this:
#Gui.MimeTypeFile: $ROOTSYS/icons/root.mimes
# Can be either small, big, list, details
Browser.IconStyle: small
# Can be either name, type, size, date
Browser.SortBy: name

# Rint (interactive ROOT executable) specific alias, logon and logoff macros
Rint.Load: rootalias.C
Rint.Logon: rootlogon.C
Rint.Logoff: rootlogoff.C
Rint.History: $(HOME)/.root_hist

# Example of custom setting for the Rint application (root.exe).
# This overrides the default specified above for a generic application.
# Color 5 is yellow.
Rint.Canvas.HighLightColor: 5

Binary file added ACORDE/AcordeTestPreprocessor.root
Binary file not shown.
Binary file added ANALYSIS/macros/AliRootProofLite.par
Binary file not shown.
Binary file added DIME/testOrig/massLHE.pdf
Binary file not shown.
Binary file added DIME/testTDime/massTDime.pdf
Binary file not shown.
Binary file added EMCAL/ShuttleInput/EMCALLED.root
Binary file not shown.
Binary file added EMCAL/ShuttleInput/EMCALPED.root
Binary file not shown.
Binary file added EMCAL/ShuttleInput/calibHisto.root
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit c2ca229

Please sign in to comment.