ATLAS Offline Software
Loading...
Searching...
No Matches
FCALChannelMapBuilder.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
11
12#ifndef LARGEOFCAL_FCALCHANNELMAPBUILDER_H
13#define LARGEOFCAL_FCALCHANNELMAPBUILDER_H
14
15#include "GaudiKernel/StatusCode.h"
16
17class StoreGateSvc;
18class IRDBAccessSvc;
19class IMessageSvc;
20
21namespace LArGeo {
22
23 StatusCode buildFcalChannelMap(StoreGateSvc* detStore
24 , IRDBAccessSvc* paramSvc
25 , IMessageSvc* msgSvc);
26}
27
28#endif
IRDBAccessSvc is an abstract interface to the athena service that provides the following functionalit...
The Athena Transient Store API.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode buildFcalChannelMap(StoreGateSvc *detStore, IRDBAccessSvc *paramSvc, IMessageSvc *msgSvc)