ATLAS Offline Software
Loading...
Searching...
No Matches
BCMPrimeDetectorManager.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef BCMPRIMEREADOUTGEOMETRY_BCMPRIMEDETECTORMANAGER_H
6#define BCMPRIMEREADOUTGEOMETRY_BCMPRIMEDETECTORMANAGER_H
7
9
10#include "GeoModelKernel/GeoVPhysVol.h"
11#include "GeoModelKernel/GeoVDetectorManager.h"
12
13#include "GeoModelKernel/GeoAlignableTransform.h"
14
16
17class StoreGateSvc;
18
28
29namespace InDetDD {
30
31 class BCMPrimeDetectorManager : public GeoVDetectorManager {
32 public:
33
35 BCMPrimeDetectorManager(const std::string & name);
36
38 virtual unsigned int getNumTreeTops() const override;
39 virtual PVConstLink getTreeTop(unsigned int i) const override;
40
42 void addTreeTop (const PVConstLink& treeTop);
43
44 void addAlignableTransform (int /*id*/, GeoAlignableTransform * /*transform*/, const GeoVPhysVol * /*child*/);
45 StatusCode align( IOVSVC_CALLBACK_ARGS ) const;
46
47 private:
48
52
54 std::vector<PVConstLink> m_volume;
55 };
56
57} // namespace InDetDD
58
59#ifndef GAUDI_NEUTRAL
62#endif
63
64#endif // BCMPRIMEREADOUTGEOMETRY_BCMPRIMEDETECTORMANAGER_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
#define IOVSVC_CALLBACK_ARGS
short hand for IOVSvc call back argument list, to be used when no access to formal arguments is neede...
Definition IOVSvcDefs.h:24
StatusCode align(IOVSVC_CALLBACK_ARGS) const
virtual PVConstLink getTreeTop(unsigned int i) const override
BCMPrimeDetectorManager(const BCMPrimeDetectorManager &right)
void addTreeTop(const PVConstLink &treeTop)
Add a Tree top:
BCMPrimeDetectorManager(const std::string &name)
Constructor.
const BCMPrimeDetectorManager & operator=(const BCMPrimeDetectorManager &right)
Prevent copy and assignment.
void addAlignableTransform(int, GeoAlignableTransform *, const GeoVPhysVol *)
std::vector< PVConstLink > m_volume
Private member data.
virtual unsigned int getNumTreeTops() const override
Access to raw geometry:
The Athena Transient Store API.
Message Stream Member.