FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairMapPar.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 #include "FairMapPar.h"
9 
10 FairMapPar::FairMapPar(const char* name, const char* title, const char* context)
11  : FairParGenericSet(name, title, context)
12  , fType(-1)
13  , fXmin(0)
14  , fXmax(0)
15  , fYmin(0)
16  , fYmax(0)
17  , fZmin(0)
18  , fZmax(0)
19  , fMapName(TString(""))
20  , fPosX(0)
21  , fPosY(0)
22  , fPosZ(0)
23  , fScale(0)
24 {}
25 
27  : fType(-1)
28  , fXmin(0)
29  , fXmax(0)
30  , fYmin(0)
31  , fYmax(0)
32  , fZmin(0)
33  , fZmax(0)
34  , fMapName(TString(""))
35  , fPosX(0)
36  , fPosY(0)
37  , fPosZ(0)
38  , fScale(0)
39 {}
40 
42 
ClassImp(FairEventBuilder)