ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigT1CaloDataAccessV2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGT1CALOBYTESTREAM_ITRIGT1CALODATAACCESSV2_H
6#define TRIGT1CALOBYTESTREAM_ITRIGT1CALODATAACCESSV2_H
7
8#include "AsgTools/IAsgTool.h"
10
11
12namespace LVL1BS {
13
14class ITrigT1CaloDataAccessV2 : virtual public asg::IAsgTool {
16 public:
18
19 // Use temporary container to call loadTriggerTowers and output
20 // basic information to log (can be run from PyAthena)
21 virtual StatusCode PrintTriggerTowers() = 0;
22};
23
24
25} // end of namespace
26
27#endif
#define ASG_TOOL_INTERFACE(CLASSNAME)
virtual StatusCode loadTriggerTowers(xAOD::TriggerTowerContainer &container)=0
virtual StatusCode PrintTriggerTowers()=0
Base class for the dual-use tool interface classes.
Definition IAsgTool.h:41
TriggerTowerContainer_v2 TriggerTowerContainer
Define the latest version of the TriggerTower container.