ATLAS Offline Software
Loading...
Searching...
No Matches
AGDDPositionerStore.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
7#include <iostream>
8
12
14{
15 (*this).push_back(v);
16}
17
19{
20 if (i<size())
21 return (*this)[i];
22 else
23 {
24 std::cout << " Positioner "<<i<<" not found: returning 0"<<std::endl;
25 return 0;
26 }
27}
void RegisterPositioner(AGDDPositioner *)
AGDDPositioner * GetPositioner(unsigned int i)