BmnRoot
Loading...
Searching...
No Matches
FairTarget.cxx
Go to the documentation of this file.
1/********************************************************************************
2 * Copyright (C) 2014-2022 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
20FairTarget::FairTarget(const char* name, const char* title)
21 : FairModule(name, title)
22{}
23
25 : FairModule(rhs)
26{}
27
29{
30#ifdef FairRoot_18_8_0
31 ConstructASCIIGeometry<FairGeoTarget, FairGeoPassivePar>("FairGeoPassivePar");
32#else
33 FairGeoTarget* MGeo=new FairGeoTarget();
34 ConstructASCIIGeometry<FairGeoTarget, FairGeoPassivePar>(MGeo, "FairGeoPassivePar");
35#endif
36}
37
38FairModule* FairTarget::CloneModule() const { return new FairTarget(*this); }
virtual FairModule * CloneModule() const
virtual ~FairTarget()
virtual void ConstructGeometry()