ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/tools.h
(Generate patch)

Comparing UserCode/FGolf/Tools/tools.h (file contents):
Revision 1.1 by fgolf, Sun Aug 29 18:25:19 2010 UTC vs.
Revision 1.3 by fgolf, Fri Mar 18 20:51:22 2011 UTC

# Line 13 | Line 13
13   #include "Math/VectorUtil.h"
14  
15   using std::vector;
16 + typedef ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<float> > LorentzVector;
17  
18   struct DorkyEventIdentifier {
19       // this is a workaround for not having unique event id's in MC
# Line 32 | Line 33 | bool is_duplicate (const DorkyEventIdent
33   void saveHist(const char* filename, const char* pat="*");
34  
35   extern class TDirectory *histo_directory;
36 +
37 + double dRbetweenVectors(const LorentzVector & vec1, const LorentzVector & vec2 );
38   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines