MpdBoxSet.cxx 551 B

123456789101112131415
  1. // -------------------------------------------------------------------------
  2. // ----- MpdBoxSet source file -----
  3. // ----- Created 03/01/08 by M. Al-Turany -----
  4. // -------------------------------------------------------------------------
  5. #include "MpdBoxSet.h"
  6. // ----- Standard constructor ------------------------------------------
  7. MpdBoxSet::MpdBoxSet(MpdBoxSetDraw* drawer, const char* name, const char* t)
  8. : TEveBoxSet(name, t), fDraw(drawer)
  9. {
  10. }
  11. ClassImp(MpdBoxSet)