FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTestDetectorDigi.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  * FairTestDetectorDigi.cxx
10  *
11  * Created on: 20.07.2012
12  * Author: stockman
13  */
14 
15 #include "FairTestDetectorDigi.h"
17 
19  : FairTimeStamp()
20  , fX(0)
21  , fY(0)
22  , fZ(0)
23 {}
24 
25 FairTestDetectorDigi::FairTestDetectorDigi(Int_t x, Int_t y, Int_t z, Double_t timeStamp)
26  : FairTimeStamp(timeStamp)
27  , fX(x)
28  , fY(y)
29  , fZ(z)
30 {}
31 
ClassImp(FairEventBuilder)
Double_t fZ
Double_t fY
Double_t fX