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