ATLAS Offline Software
Loading...
Searching...
No Matches
LArReadoutGeometryBuilder.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
10
11#ifndef LARGEOALGSNV_LARREADOUTGEOMETRYBUILDER_H
12#define LARGEOALGSNV_LARREADOUTGEOMETRYBUILDER_H
13
14#include <tuple>
15
16class StoreGateSvc;
17class LArHVManager;
18class IMessageSvc;
19
24
25std::tuple<EMBDetectorManager*,EMECDetectorManager*,HECDetectorManager*,FCALDetectorManager*>
27 , const LArHVManager* hvManager
28 , IMessageSvc* msgSvc
29 , int testbeam
30 , double projectivityDisplacement);
31
32#endif
std::tuple< EMBDetectorManager *, EMECDetectorManager *, HECDetectorManager *, FCALDetectorManager * > buildLArReadoutGeometry(StoreGateSvc *detStore, const LArHVManager *hvManager, IMessageSvc *msgSvc, int testbeam, double projectivityDisplacement)
A manager class providing access to readout geometry information for the electromagnetic barrel calor...
A manager class providing access to readout geometry information for the electromagnetic endcap calor...
A manager class providing access to readout geometry information for the forward calorimeter.
A manager class providing access to readout geometry information for the hadronic endcap calorimeter.
This class provides access to the High Voltage throughout the LAr.
The Athena Transient Store API.