Changes in modules/ExampleModule.h [cab38f6:341014c] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ExampleModule.h
rcab38f6 r341014c 38 38 { 39 39 public: 40 41 40 ExampleModule(); 42 41 ~ExampleModule(); … … 47 46 48 47 private: 49 50 48 Int_t fIntParam; 51 49 Double_t fDoubleParam; 52 53 std::deque 54 50 51 std::deque<Double_t> fArrayParam; 52 55 53 DelphesFormula *fFormula; //! 56 54
Note:
See TracChangeset
for help on using the changeset viewer.