ATLAS Offline Software
Loading...
Searching...
No Matches
ITgcPrepDataReplicationTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONTGC_CNVTOOL_ITGCPREPDATAREPLICATIONTOOL_H
6#define MUONTGC_CNVTOOL_ITGCPREPDATAREPLICATIONTOOL_H
7
8#include "GaudiKernel/IAlgTool.h"
9#include "GaudiKernel/EventContext.h"
11
12namespace Muon {
13
14 class ITgcPrepDataReplicationTool : virtual public IAlgTool {
15
16 public:
18
19 virtual StatusCode replicate(const EventContext& ctx) const = 0;
20 };
21
22} // end of namespace
23
24#endif // MUONTGC_CNVTOOL_ITGCPREPDATAREPLICATIONTOOL_H
Define macros for attributes used to control the static checker.
virtual StatusCode replicate(const EventContext &ctx) const =0
DeclareInterfaceID(ITgcPrepDataReplicationTool, 1, 0)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.