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