Fork me on GitHub

Changeset 205ff13 in git for classes/DelphesLongFormula.h


Ignore:
Timestamp:
Feb 14, 2019, 4:20:05 PM (5 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
19ed91a
Parents:
1f2a49a
Message:

remove TVarNameMap and TVarValMap from DelphesLongFormula

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesLongFormula.h

    r1f2a49a r205ff13  
    2121
    2222#include "TFormula.h"
    23 #include <map>
    2423
    2524class DelphesLongFormula: public TFormula
     
    3534  Double_t Eval(Double_t pt, Double_t eta = 0, Double_t phi = 0,
    3635    Double_t energy = 0, Double_t d0 = 0, Double_t dz = 0, Double_t ctgTheta = 0);
    37 
    38   typedef std::map<Int_t, TString> TVarNameMap; //!
    39   typedef std::map<TString, Double_t> TVarValMap; //!
    4036};
    4137
Note: See TracChangeset for help on using the changeset viewer.