#include <DataFormats/PatCandidates/interface/Hemisphere.h>
Public Member Functions | |
Hemisphere (const Particle::LorentzVector &p4) | |
Hemisphere () | |
virtual | ~Hemisphere () |
Definition at line 17 of file Hemisphere.h.
pat::Hemisphere::Hemisphere | ( | ) | [inline] |
pat::Hemisphere::Hemisphere | ( | const Particle::LorentzVector & | p4 | ) | [inline] |
Definition at line 20 of file Hemisphere.h.
00020 : 00021 CompositePtrCandidate(0,p4) {} virtual ~Hemisphere () {}
virtual pat::Hemisphere::~Hemisphere | ( | ) | [inline, virtual] |