FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairBoxSet.cxx
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 // -------------------------------------------------------------------------
9 // ----- FairBoxSet source file -----
10 // ----- Created 03/01/08 by M. Al-Turany -----
11 // -------------------------------------------------------------------------
12 
13 #include "FairBoxSet.h"
14 
15 FairBoxSet::FairBoxSet(FairBoxSetDraw* drawer, const char* name, const char* t)
16  : TEveBoxSet(name, t)
17  , fDraw(drawer)
18 {}
19 
FairBoxSet(FairBoxSetDraw *drawer, const char *name="FairBoxSet", const char *t="")
Definition: FairBoxSet.cxx:15
ClassImp(FairEventBuilder)