BmnRoot
Loading...
Searching...
No Matches
MpdBoxSet.cxx
Go to the documentation of this file.
1// -------------------------------------------------------------------------
2// ----- MpdBoxSet source file -----
3// ----- Created 03/01/08 by M. Al-Turany -----
4// -------------------------------------------------------------------------
5
6#include "MpdBoxSet.h"
7
8// ----- Standard constructor ------------------------------------------
9MpdBoxSet::MpdBoxSet(MpdBoxSetDraw* drawer, const char* name, const char* t)
10 : TEveBoxSet(name, t), fDraw(drawer)
11{
12}
MpdBoxSet(MpdBoxSetDraw *drawer, const char *name="MpdBoxSet", const char *t="")
Definition MpdBoxSet.cxx:9