ATLAS Offline Software
BLM_Module.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // BLM_Module.h, (c) ATLAS Detector software
8 #ifndef BLMGEOMODEL_BLMMODULE_H
9 #define BLMGEOMODEL_BLMMODULE_H
10 
13 class MsgStream;
14 class GeoPhysVol;
15 
22 {
23  public:
24  GeoPhysVol* Build(StoredMaterialManager* mat_mgr, const BLM_ModuleParameters* parameters, MsgStream* msg);
25 
26 };
27 
28 #endif
BLM_ModuleParameters
Definition: BLM_ModuleParameters.h:20
StoredMaterialManager
This class holds one or more material managers and makes them storeable, under StoreGate.
Definition: StoredMaterialManager.h:28
physics_parameters.parameters
parameters
Definition: physics_parameters.py:144
BLM_Module
Beam Loss Monitor module builder.
Definition: BLM_Module.h:22
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7
BLM_Module::Build
GeoPhysVol * Build(StoredMaterialManager *mat_mgr, const BLM_ModuleParameters *parameters, MsgStream *msg)
Definition: BLM_Module.cxx:22