ATLAS Offline Software
Loading...
Searching...
No Matches
TGCDatabasePPToSL.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 MUONTGC_CABLING_TGCDATABASEPPTOSL_HH
6#define MUONTGC_CABLING_TGCDATABASEPPTOSL_HH
7
9
10namespace MuonTGC_Cabling
11{
12
14{
15public:
16 // Constructor & Destructor
17 TGCDatabasePPToSL(const std::string& filename, const std::string& blockname);
18
20
21 virtual ~TGCDatabasePPToSL(void);
22
23 virtual bool update(const std::vector<int>& );
24
25 virtual int find(const std::vector<int>&) const;
26
27private:
28 virtual void readDB(void);
30
33};
34
35} // end of namespace
36
37#endif
TGCDatabasePPToSL & operator=(const TGCDatabasePPToSL &right)
hidden assignment operator
TGCDatabasePPToSL(const std::string &filename, const std::string &blockname)
virtual bool update(const std::vector< int > &)
virtual int find(const std::vector< int > &) const
TGCDatabase(DatabaseType type=NoDatabaseType)