ATLAS Offline Software
Loading...
Searching...
No Matches
AGDDPositionerStore.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef AGDDPositionerStore_H
6#define AGDDPositionerStore_H
7
9
10#include <vector>
11
12typedef std::vector<AGDDPositioner* > AGDDPositionerVector;
13
15public:
18 AGDDPositioner* GetPositioner(unsigned int i);
19 int NrOfPositioners() {return (*this).size();}
20private:
21
22};
23
24#endif
std::vector< AGDDPositioner * > AGDDPositionerVector
void RegisterPositioner(AGDDPositioner *)
AGDDPositioner * GetPositioner(unsigned int i)