FairRoot
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
FairGeoTarget.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
//*-- AUTHOR : Ilse Koenig
9
//*-- Created : 10/11/2003
10
12
// FairGeoTarget
13
//
14
// Class for geometry of Target
15
//
17
18
#include "
FairGeoTarget.h
"
19
20
#include <TString.h>
// for TString
21
#include <string.h>
// for strcpy
22
23
ClassImp
(
FairGeoTarget
);
24
25
FairGeoTarget::FairGeoTarget
()
26
:
FairGeoSet
()
27
{
28
// Constructor
29
fName =
"target"
;
30
strcpy(
modName
,
"t"
);
31
strcpy(
eleName
,
"t"
);
32
maxSectors
= 0;
33
maxModules
= 1;
34
}
FairGeoTarget::FairGeoTarget
FairGeoTarget()
Definition:
FairGeoTarget.cxx:25
FairGeoTarget.h
FairGeoTarget::modName
char modName[2]
Definition:
FairGeoTarget.h:18
ClassImp
ClassImp(FairEventBuilder)
FairGeoSet::maxSectors
Int_t maxSectors
Definition:
FairGeoSet.h:55
FairGeoTarget::eleName
char eleName[2]
Definition:
FairGeoTarget.h:19
FairGeoSet::maxModules
Int_t maxModules
Definition:
FairGeoSet.h:57
FairGeoTarget
Definition:
FairGeoTarget.h:15
FairGeoSet
Definition:
FairGeoSet.h:30
FairRoot
examples
common
passive
FairGeoTarget.cxx
Generated on Mon Mar 8 2021 12:14:06 for FairRoot by
1.8.5