ATLAS Offline Software
Loading...
Searching...
No Matches
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
13class MsgStream;
14class GeoPhysVol;
15
20
22{
23 public:
24 GeoPhysVol* Build(StoredMaterialManager* mat_mgr, const BLM_ModuleParameters* parameters, MsgStream* msg);
25
26};
27
28#endif
Beam Loss Monitor module parameters.
Beam Loss Monitor module builder.
Definition BLM_Module.h:22
GeoPhysVol * Build(StoredMaterialManager *mat_mgr, const BLM_ModuleParameters *parameters, MsgStream *msg)
This class holds one or more material managers and makes them storeable, under StoreGate.
MsgStream & msg
Definition testRead.cxx:32