ATLAS Offline Software
Loading...
Searching...
No Matches
IL1DatabaseOverrideTool.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
16#ifndef ILVL1L1DATABASEOVERRIDETOOL_H
17#define ILVL1L1DATABASEOVERRIDETOOL_H
18
19#include "GaudiKernel/IAlgTool.h"
20
25
26namespace LVL1 {
27 static const InterfaceID IID_IL1DatabaseOverrideTool("LVL1::IL1DatabaseOverrideTool", 1, 0);
28
29 class IL1DatabaseOverrideTool : virtual public IAlgTool {
30 public:
31 static const InterfaceID& interfaceID() { return IID_IL1DatabaseOverrideTool; }
32
33 // each method modifies the database folder
38 };
39} // end of namespace
40
41#endif
virtual StatusCode modifyDisabledTowers(L1CaloDisabledTowersContainer &)=0
static const InterfaceID & interfaceID()
virtual StatusCode modifyChanCalib(L1CaloPprChanCalibContainer &)=0
virtual StatusCode modifyDeadChannels(L1CaloPpmDeadChannelsContainer &)=0
virtual StatusCode modifyChanDefaults(L1CaloPprChanDefaultsContainer &)=0
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
static const InterfaceID IID_IL1DatabaseOverrideTool("LVL1::IL1DatabaseOverrideTool", 1, 0)