Changes in modules/Delphes.h [cab38f6:341014c] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Delphes.h
rcab38f6 r341014c 41 41 { 42 42 public: 43 44 43 Delphes(const char *name = "Delphes"); 45 44 ~Delphes(); 46 45 47 46 void SetTreeWriter(ExRootTreeWriter *treeWriter); 48 47 49 48 DelphesFactory *GetFactory() const { return fFactory; } 50 49 … … 56 55 57 56 private: 58 59 57 DelphesFactory *fFactory; 60 58 … … 63 61 64 62 #endif /* Delphes_h */ 65
Note:
See TracChangeset
for help on using the changeset viewer.