Browse Source

Merge branch 'master' of git.fangmeier.tech:caleb/filval

Caleb Fangmeier 6 years ago
parent
commit
836549f3ab
4 changed files with 111 additions and 6 deletions
  1. 30 0
      .gitignore
  2. 72 0
      LICENSE
  3. 3 6
      README.md
  4. 6 0
      root/README.md

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
+# ---> C++
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+

File diff suppressed because it is too large
+ 72 - 0
LICENSE


+ 3 - 6
README.md

@@ -1,6 +1,3 @@
-ROOT compatability layer for FilVal
-================================================
-See [FilVal](../filval/README.md) for details on FilVal. This layer provides
-container classes wrapping ROOT histograms and Graph objects. It also provides
-the ability to write these containers, as well as a variety of STL containers
-to ROOT files.
+# filval
+
+The Filter-Value analysis package

+ 6 - 0
root/README.md

@@ -0,0 +1,6 @@
+ROOT compatability layer for FilVal
+================================================
+See [FilVal](../filval/README.md) for details on FilVal. This layer provides
+container classes wrapping ROOT histograms and Graph objects. It also provides
+the ability to write these containers, as well as a variety of STL containers
+to ROOT files.