ATLAS Offline Software
Loading...
Searching...
No Matches
DBM_Services.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DBMSERVICES_h
6#define DBMSERVICES_h
7
8#include "GeoVPixelFactory.h"
9#include "GaudiKernel/MsgStream.h"
10#include <iostream>
11
12/*** @class DBM_PP0
13 *
14 * Build the PP0 board
15 *
16 */
17
18class DBM_PP0 : public GeoVPixelFactory {
19 public:
21 virtual GeoVPhysVol* Build() override;
22 private:
23};
24
25#endif
virtual GeoVPhysVol * Build() override
GeoVPixelFactory(InDetDD::PixelDetectorManager *ddmgr, PixelGeometryManager *mgr, GeoModelIO::ReadGeoModel *sqliteReader, std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > mapFPV, std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > mapAX)
GeoVPixelFactory(InDetDD::PixelDetectorManager *ddmgr, PixelGeometryManager *mgr, GeoModelIO::ReadGeoModel *sqliteReader, std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > mapFPV, std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > mapAX)