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
EicRootVstSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EicRootVstSubsystem.h
1
2
#ifndef _EICROOT_VST_SUBSYSTEM_
3
#define _EICROOT_VST_SUBSYSTEM_
4
5
#include <map>
6
7
#include <
EicRootSubsystem.h
>
8
#include <VstGeoParData.h>
9
10
class
EicRootVstSubsystem
:
public
EicRootSubsystem
,
public
VstGeoParData
11
{
12
public
:
13
// ctor & dtor;
14
EicRootVstSubsystem
(
const
std::string&
name
):
EicRootSubsystem
(name) {};
15
~EicRootVstSubsystem
() {};
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
EicRootVstSubsystem.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration