ATLAS Offline Software
Loading...
Searching...
No Matches
IControlHistSvc.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
6#ifndef L1TopoSimulation_IControlHistSvc
7#define L1TopoSimulation_IControlHistSvc
8
9
10#include "GaudiKernel/IAlgTool.h"
12
13namespace LVL1 {
14
15
16 class IControlHistSvc : virtual public extend_interfaces<IAlgTool> {
17
18
19 public:
20
22
23 virtual StatusCode SetHistSvc(const std::unique_ptr<TCS::TopoSteering> &topoSteering, std::string histBaseDir) = 0;
24 };
25
26}
27
28#endif
29
DeclareInterfaceID(IControlHistSvc, 0, 1)
virtual StatusCode SetHistSvc(const std::unique_ptr< TCS::TopoSteering > &topoSteering, std::string histBaseDir)=0
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...