ATLAS Offline Software
IZdcDataAccessV2.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_IZDCDATAACCESSV2_H
6 #define TRIGT1CALOBYTESTREAM_IZDCDATAACCESSV2_H
7 
8 #include "AsgTools/IAsgTool.h"
10 
11 
12 //namespace LVL1BS {
13 
14 class IZdcDataAccessV2 : 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)
22 };
23 
24 
25 //} // end of namespace
26 
27 #endif
IZdcDataAccess
Definition: IZdcDataAccess.h:25
TriggerTowerContainer.h
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition: IAsgTool.h:41
IZdcDataAccessV2::PrintTriggerTowers
virtual StatusCode PrintTriggerTowers()=0
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition: AsgToolMacros.h:40
IZdcDataAccessV2
Definition: IZdcDataAccessV2.h:14
IAsgTool.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
IZdcDataAccessV2::loadTriggerTowers
virtual StatusCode loadTriggerTowers(xAOD::TriggerTowerContainer &container)=0