FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairUnpack.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 // ----- -----
10 // ----- FairUnpack -----
11 // ----- Created 12.04.2013 by D.Kresan -----
12 // -----------------------------------------------------------------------------
13 
14 #include "FairUnpack.h"
15 
16 FairUnpack::FairUnpack(Short_t type, Short_t subType, Short_t procId, Short_t subCrate, Short_t control)
17  : TObject()
18  , fType(type)
19  , fSubType(subType)
20  , fProcId(procId)
21  , fSubCrate(subCrate)
22  , fControl(control)
23 {}
24 
26 
ClassImp(FairEventBuilder)
FairUnpack(Short_t type, Short_t subType, Short_t procId, Short_t subCrate, Short_t control)
Definition: FairUnpack.cxx:16
virtual ~FairUnpack()
Definition: FairUnpack.cxx:25