00001 00002 // 00003 // Implementation of class AlObject 00004 // 00005 // Author : G. Dissertori 00006 // 00008 00009 00010 #include "AlObject.h" 00011 #include "CLHEP/Vector/LorentzVector.h" 00012 00013 //destructor : do nothing 00014 00015 AlObject::~AlObject() {}