FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PixelHit.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  * PixelHit.h
10  *
11  * Created on: 18.02.2016
12  * Author: R. Karabowicz
13  */
14 
15 #include "PixelHit.h"
16 
18  : FairHit()
19 {}
20 
21 PixelHit::PixelHit(Int_t detID, Int_t mcindex, const TVector3& pos, const TVector3& dpos)
22  : FairHit(detID, pos, dpos, mcindex)
23 {}
24 
26 
PixelHit()
Definition: PixelHit.cxx:17
ClassImp(FairEventBuilder)
virtual ~PixelHit()
Definition: PixelHit.cxx:25