Fork me on GitHub

Changeset 4d7014e in git for modules/TreeWriter.h


Ignore:
Timestamp:
Sep 23, 2019, 12:10:46 PM (5 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, master
Children:
ededa33
Parents:
9160765
Message:

added PFcandidate class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.h

    r9160765 r4d7014e  
    5656  void ProcessTracks(ExRootTreeBranch *branch, TObjArray *array);
    5757  void ProcessTowers(ExRootTreeBranch *branch, TObjArray *array);
     58  void ProcessParticleFlowCandidates(ExRootTreeBranch *branch, TObjArray *array);
    5859  void ProcessPhotons(ExRootTreeBranch *branch, TObjArray *array);
    5960  void ProcessElectrons(ExRootTreeBranch *branch, TObjArray *array);
     
    7778#endif
    7879
    79   ClassDef(TreeWriter, 1)
     80  ClassDef(TreeWriter, 2)
    8081};
    8182
Note: See TracChangeset for help on using the changeset viewer.