ATLAS Offline Software
Loading...
Searching...
No Matches
ElStraightSectionBuilder.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
13
14#ifndef LARGEOBARREL_ELSTRAIGHTSECTIONBUILDER_H
15#define LARGEOBARREL_ELSTRAIGHTSECTIONBUILDER_H
16
17#include "GaudiKernel/StatusCode.h"
18
19class StoreGateSvc;
20class IRDBAccessSvc;
21class IMessageSvc;
22
23namespace LArGeo {
24
25 StatusCode buildElStraightSections(StoreGateSvc* detStore
26 , IRDBAccessSvc* paramSvc
27 , IMessageSvc* msgSvc
28 , bool sagging);
29
30}
31
32#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 buildElStraightSections(StoreGateSvc *detStore, IRDBAccessSvc *paramSvc, IMessageSvc *msgSvc, bool sagging)