ATLAS Offline Software
Loading...
Searching...
No Matches
ITGCCablingDbTool.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 MUONCONDINTERFACE_ITGCCABLINGDBTOOL_H
6#define MUONCONDINTERFACE_ITGCCABLINGDBTOOL_H
7
8// Includes for Gaudi
9#include "GaudiKernel/IAlgTool.h"
10
11#include <string>
12#include <vector>
13
14
15class ITGCCablingDbTool : virtual public extend_interfaces<IAlgTool> {
16public:
18
19 virtual StatusCode readASD2PP_DIFF_12FromText() = 0;
20
21 virtual std::vector<std::string>* giveASD2PP_DIFF_12(void) = 0;
22
23 virtual std::string getFolderName(void) const = 0;
24};
25
26#endif // MUONCONDINTERFACE_ITGCCABLINGDBTOOL_H
virtual std::vector< std::string > * giveASD2PP_DIFF_12(void)=0
virtual StatusCode readASD2PP_DIFF_12FromText()=0
virtual std::string getFolderName(void) const =0
DeclareInterfaceID(ITGCCablingDbTool, 1, 0)