]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGGA/EMCALTasks/AliESDJet.cxx
begin of emcal jet object
[u/mrichter/AliRoot.git] / PWGGA / EMCALTasks / AliESDJet.cxx
1 // $Id$
2 #include "AliESDJet.h"
3
4 AliESDJet::AliESDJet() : 
5   fPt(0),
6   fEta(0),
7   fPhi(0)
8 {
9   // Default constructor.
10 }