Changeset 341014c in git for modules/TreeWriter.h
- Timestamp:
- Feb 12, 2019, 9:29:17 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 6455202
- Parents:
- 45e58be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.h
r45e58be r341014c 42 42 { 43 43 public: 44 45 44 TreeWriter(); 46 45 ~TreeWriter(); … … 51 50 52 51 private: 53 54 52 void FillParticles(Candidate *candidate, TRefArray *array); 55 53 … … 72 70 typedef void (TreeWriter::*TProcessMethod)(ExRootTreeBranch *, TObjArray *); //! 73 71 74 typedef std::map< ExRootTreeBranch *, std::pair< TProcessMethod, TObjArray * >> TBranchMap; //!72 typedef std::map<ExRootTreeBranch *, std::pair<TProcessMethod, TObjArray *>> TBranchMap; //! 75 73 76 74 TBranchMap fBranchMap; //! 77 75 78 std::map< TClass *, TProcessMethod> fClassMap; //!76 std::map<TClass *, TProcessMethod> fClassMap; //! 79 77 #endif 80 78
Note:
See TracChangeset
for help on using the changeset viewer.