Changeset 341014c in git for classes/DelphesLongFormula.h
- Timestamp:
- Feb 12, 2019, 9:29:17 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 6455202
- Parents:
- 45e58be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesLongFormula.h
r45e58be r341014c 26 26 { 27 27 public: 28 29 28 DelphesLongFormula(); 30 29 DelphesLongFormula(const char *name, const char *expression); … … 34 33 Int_t Compile(const char *expression); 35 34 36 Double_t Eval(Double_t pt, 37 Double_t eta = 0, 38 Double_t phi = 0, 39 Double_t energy = 0, 40 Double_t d0 = 0, 41 Double_t dz = 0, 42 Double_t ctgTheta = 0 43 ); 35 Double_t Eval(Double_t pt, Double_t eta = 0, Double_t phi = 0, 36 Double_t energy = 0, Double_t d0 = 0, Double_t dz = 0, Double_t ctgTheta = 0); 44 37 45 typedef std::map<Int_t, TString> TVarNameMap; //!38 typedef std::map<Int_t, TString> TVarNameMap; //! 46 39 typedef std::map<TString, Double_t> TVarValMap; //! 47 48 49 40 }; 50 41
Note:
See TracChangeset
for help on using the changeset viewer.