FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTutorialDet4Hit.h
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 #ifndef FAIRTUTORIALDERT4HIT_H
9 #define FAIRTUTORIALDET4HIT_H 1
10 
11 #include "FairHit.h" // for FairHit
12 
13 #include <Rtypes.h> // for FairTutorialDet4Hit::Class, etc
14 
15 class TVector3;
16 
18 {
19  public:
22  FairTutorialDet4Hit(Int_t detID, Int_t mcindex, const TVector3& pos, const TVector3& dpos);
23 
25  virtual ~FairTutorialDet4Hit();
26 
27  private:
29  FairTutorialDet4Hit operator=(const FairTutorialDet4Hit&);
30 
31  ClassDef(FairTutorialDet4Hit, 1);
32 };
33 
34 #endif