gsystem
Loading...
Searching...
No Matches
gsystem.h File Reference
#include "gvolume.h"
#include "gmaterial.h"
#include <map>
#include <string>
Include dependency graph for gsystem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GSystem
 Represents a single detector system (e.g., calorimeter, tracker). More...
 

Typedefs

using SystemPtr = std::shared_ptr<GSystem>
 
using SystemMap = std::map<std::string, SystemPtr>
 
using SystemList = std::vector<SystemPtr>
 

Typedef Documentation

◆ SystemList

using SystemList = std::vector<SystemPtr>

Definition at line 237 of file gsystem.h.

◆ SystemMap

using SystemMap = std::map<std::string, SystemPtr>

Definition at line 236 of file gsystem.h.

◆ SystemPtr

using SystemPtr = std::shared_ptr<GSystem>

Definition at line 235 of file gsystem.h.