Changes in classes/DelphesFormula.h [a1c9c16:f59e9c1] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesFormula.h
ra1c9c16 rf59e9c1 25 25 { 26 26 public: 27 27 28 DelphesFormula(); 28 29 … … 33 34 Int_t Compile(const char *expression); 34 35 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, 37 Double_t ctgTheta = 0); 36 Double_t Eval(Double_t pt, Double_t eta = 0, Double_t phi = 0, Double_t energy = 0); 38 37 }; 39 38 40 39 #endif /* DelphesFormula_h */ 40
Note:
See TracChangeset
for help on using the changeset viewer.