ATLAS Offline Software
P4Helpers.cxx
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // helper functions for 4 momentum classes
8 // to use these classes with a HepLorentzVector class, simply
9 // convert it on the fly into a P4PxPyPzE like that :
10 // P4Help::deltaR(theTrack, P4PxPyPzE(theHlv))
11 
12 #include "FourMomUtils/P4Helpers.h"
P4Helpers.h