ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/kiesel/TreeWriter/TreeObjects.cc
Revision: 1.1
Committed: Thu Mar 21 09:01:13 2013 UTC (12 years, 1 month ago) by kiesel
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
Added own tree objects to treewriter

File Contents

# User Rev Content
1 kiesel 1.1 #include "TreeObjects.h"
2    
3     bool tree::EtGreater(const tree::Particle p1, const tree::Particle p2) {
4     return p1.pt > p2.pt;
5     }
6