FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTarget.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 /* Generated by Together */
9 #include "FairTarget.h"
10 
11 #include "FairGeoPassivePar.h" // for FairGeoPassivePar
12 #include "FairGeoTarget.h" // for FairGeoTarget
13 
15 
17  : FairModule("FairTarget", "")
18 {}
19 
20 FairTarget::FairTarget(const char* name, const char* title)
21  : FairModule(name, title)
22 {}
23 
25  : FairModule(rhs)
26 {}
27 
29 {
30  FairGeoTarget* MGeo = new FairGeoTarget();
31 
32  ConstructASCIIGeometry<FairGeoTarget, FairGeoPassivePar>(MGeo, "FairGeoPassivePar");
33 }
34 
35 FairModule* FairTarget::CloneModule() const { return new FairTarget(*this); }
36 
virtual FairModule * CloneModule() const
Definition: FairTarget.cxx:35
virtual void ConstructGeometry()
Definition: FairTarget.cxx:28
ClassImp(FairEventBuilder)
virtual ~FairTarget()
Definition: FairTarget.cxx:14