Changes in modules/TreeWriter.h [4d7014e:77e9ae1] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.h
r4d7014e r77e9ae1 56 56 void ProcessTracks(ExRootTreeBranch *branch, TObjArray *array); 57 57 void ProcessTowers(ExRootTreeBranch *branch, TObjArray *array); 58 void ProcessParticleFlowCandidates(ExRootTreeBranch *branch, TObjArray *array);59 58 void ProcessPhotons(ExRootTreeBranch *branch, TObjArray *array); 60 59 void ProcessElectrons(ExRootTreeBranch *branch, TObjArray *array); … … 78 77 #endif 79 78 80 ClassDef(TreeWriter, 2)79 ClassDef(TreeWriter, 1) 81 80 }; 82 81
Note:
See TracChangeset
for help on using the changeset viewer.