# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |