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