EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
blob
master
base
cbmbase
cbmdata
dbase
eic
ayk
base
cad
calorimetry
detectors
calorimeter
gem
lqst
maps
EicMaps.cxx
EicMaps.h
FstGeoParData.cxx
FstGeoParData.h
MapsGeoParData.cxx
MapsGeoParData.h
mapsLinkDef.h
MapsMimosaAssembly.cxx
MapsMimosaAssembly.h
VstGeoParData.cxx
VstGeoParData.h
mumegas
tpc
event
field
htc
htree
infrastructure
jana
proto
tracking
eventdisplay
examples
fairtools
field
gconfig
geane
genfit
GenfitTools
geobase
geometry
input
littrack
parbase
passive
pCDR-2018
pid
pnddata
PndTools
rich
trackbase
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EicMaps.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EicMaps.h
1
//
2
// AYK (ayk@bnl.gov), 2013/06/12
3
//
4
// A trivial MAPS (silicon tracker) wrapper class
5
//
6
7
#ifndef _EIC_MAPS_
8
#define _EIC_MAPS_
9
10
#include <
EicDetector.h
>
11
12
class
EicMaps
:
public
EicDetector
{
13
public
:
14
EicMaps
() {};
15
16
EicMaps
(
const
char
*
Name
,
const
char
*geometryName,
EicDetectorId
dType, Bool_t Active = kTRUE):
17
// Yes, want to merge all steps in one hit, otherwise
18
// tracking code will get much more hits and screw up all resolutions;
19
//EicDetector(Name, geometryName, kFALSE, dType, Active) {};
20
EicDetector
(Name, geometryName, dType,
qMergeStepsInOneHit
, Active) {};
21
22
virtual
~EicMaps
() {};
23
24
ClassDef(
EicMaps
,1)
25
};
26
27
#endif
EicRoot
blob
master
eic
detectors
maps
EicMaps.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration