Changeset d612dec in git for modules/TreeWriter.h
- Timestamp:
- Dec 9, 2021, 7:52:15 AM (3 years ago)
- Children:
- 29b722a
- Parents:
- a5af1df (diff), 0c0c9af (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.h
ra5af1df rd612dec 56 56 void ProcessTracks(ExRootTreeBranch *branch, TObjArray *array); 57 57 void ProcessTowers(ExRootTreeBranch *branch, TObjArray *array); 58 void ProcessParticleFlowCandidates(ExRootTreeBranch *branch, TObjArray *array); 58 59 void ProcessPhotons(ExRootTreeBranch *branch, TObjArray *array); 59 60 void ProcessElectrons(ExRootTreeBranch *branch, TObjArray *array); … … 79 80 #endif 80 81 81 ClassDef(TreeWriter, 1)82 ClassDef(TreeWriter, 2) 82 83 }; 83 84
Note:
See TracChangeset
for help on using the changeset viewer.