Sfoglia il codice sorgente

Modifies how images are displayed in Notebooks.

  - Adds additional Lepton branches into analysis
  - Fixes FindROOT.cmake to properly rebuild dictionary only when needed
  - Changes canvas in HistCollection to a shared global
Caleb Fangmeier 8 anni fa
parent
commit
063e476ace
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      api.hpp

+ 0 - 2
api.hpp

@@ -46,8 +46,6 @@ namespace fv{
         return new Apply<Ret(ArgTypes...)>(fn, arg, alias);
     }
 
-
-
     template <typename T1, typename T2>
     Pair<T1, T2>* pair(Value<T1>* val1, Value<T2>* val2, const std::string& alias=""){
         return new Pair<T1,T2>(val1, val2, alias);