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
13 public:
14 // Constructor & Destructor
15 TGCDatabasePPToSL(const std::string& filename,
16 const std::string& blockname);
17
19
20 virtual ~TGCDatabasePPToSL();
21
22 virtual bool update(const std::vector<int>&);
23
24 virtual int find(const std::vector<int>&) const;
25
26 private:
27 virtual void readDB();
29
32};
33
34} // namespace MuonTGC_Cabling
35
36#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)