ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_Module.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// BCM_Module.h, (c) ATLAS Detector software
8#ifndef BCMGEOMODEL_BCMMODULE_H
9#define BCMGEOMODEL_BCMMODULE_H
10
13#include "GaudiKernel/MsgStream.h"
14#include <iostream>
15
17
23
25{
26 public:
27 GeoPhysVol* Build(StoredMaterialManager* mat_mgr, const BCM_ModuleParameters* parameters, MsgStream* msg);
28};
29
30#endif
Beam Condition Monitor module parameters.
Beam Condition Monitor module builder.
Definition BCM_Module.h:25
GeoPhysVol * Build(StoredMaterialManager *mat_mgr, const BCM_ModuleParameters *parameters, MsgStream *msg)
This class holds one or more material managers and makes them storeable, under StoreGate.
MsgStream & msg
Definition testRead.cxx:32