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
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EicRootGemSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EicRootGemSubsystem.h
1
2
#ifndef _EICROOT_GEM_SUBSYSTEM_
3
#define _EICROOT_GEM_SUBSYSTEM_
4
5
#include <
EicRootSubsystem.h
>
6
#include <GemGeoParData.h>
7
8
#include <map>
9
10
class
EicRootGemSubsystem
:
public
EicRootSubsystem
,
public
GemGeoParData
11
{
12
public
:
13
// ctor & dtor;
14
EicRootGemSubsystem
(
const
std::string&
name
):
EicRootSubsystem
(name) {};
15
~EicRootGemSubsystem
() {};
16
17
// FIXME: should find a more natural way to arrange this;
18
void
PlaceG4Volume
(G4LogicalVolume *mother,
bool
check =
false
,
19
void
*pRot = 0,
void
*tlate = 0) {
20
EicGeoParData::PlaceG4Volume
(mother, check, pRot, tlate);
21
};
22
const
std::map<G4VPhysicalVolume*, unsigned> &
GetG4SensitiveVolumes
(
void
)
const
{
23
return
EicGeoParData::GetG4SensitiveVolumes
();
24
};
25
};
26
27
#endif
EicToyModel
blob
master
fun4all_with_eicroot
sandbox
EicRootGemSubsystem.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration