ATLAS Offline Software
MuonSpectrometer
MuonConditions
MuonCondGeneral
MuonCondInterface
MuonCondInterface
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
15
class
ITGCCablingDbTool
:
virtual
public
extend_interfaces<IAlgTool> {
16
public
:
17
DeclareInterfaceID
(
ITGCCablingDbTool
, 1, 0);
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
ITGCCablingDbTool
Definition:
ITGCCablingDbTool.h:15
ITGCCablingDbTool::DeclareInterfaceID
DeclareInterfaceID(ITGCCablingDbTool, 1, 0)
ITGCCablingDbTool::getFolderName
virtual std::string getFolderName(void) const =0
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ITGCCablingDbTool::giveASD2PP_DIFF_12
virtual std::vector< std::string > * giveASD2PP_DIFF_12(void)=0
ITGCCablingDbTool::readASD2PP_DIFF_12FromText
virtual StatusCode readASD2PP_DIFF_12FromText()=0
Generated on Mon Dec 23 2024 21:12:08 for ATLAS Offline Software by
1.8.18