ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
TestBeam
TBRec
src
TBBeamQualityTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//#####################################################
6
//# #
7
//# File : TBBeamQualityTool.h #
8
//# Package: TBRec #
9
//# #
10
//# Author : Marco Bieri <mbieri@sfu.ca> #
11
//# based on TBEventStreamerTool #
12
//# Last Modified: Nov 18/2004 #
13
//#####################################################
14
15
#ifndef TBREC_TBBEAMQUALITYTOOL_H
16
#define TBREC_TBBEAMQUALITYTOOL_H
17
18
#include "
AthenaBaseComps/AthAlgTool.h
"
19
20
#include <string>
21
#include <vector>
22
23
static
const
InterfaceID
IID_TBBeamQualityTool
(
"TBBeamQualityTool"
, 1 , 0);
24
25
class
TBBeamQualityTool
:
public
AthAlgTool
26
{
27
public
:
28
29
TBBeamQualityTool
(
const
std::string& name,
30
const
std::string&
type
,
31
const
IInterface* parent);
32
33
virtual
~TBBeamQualityTool
();
34
35
virtual
StatusCode
accept
(
const
std::vector<std::string>&) = 0;
36
virtual
StatusCode
reject
(
const
std::vector<std::string>&);
37
38
virtual
StatusCode
initialize
()
override
;
39
40
virtual
StatusCode
initializeTool
();
41
42
static
const
InterfaceID&
interfaceID
() {
return
IID_TBBeamQualityTool
;}
43
};
44
#endif
AthAlgTool.h
IID_TBBeamQualityTool
static const InterfaceID IID_TBBeamQualityTool("TBBeamQualityTool", 1, 0)
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
TBBeamQualityTool::initialize
virtual StatusCode initialize() override
Definition
TBBeamQualityTool.cxx:30
TBBeamQualityTool::reject
virtual StatusCode reject(const std::vector< std::string > &)
Definition
TBBeamQualityTool.cxx:41
TBBeamQualityTool::accept
virtual StatusCode accept(const std::vector< std::string > &)=0
TBBeamQualityTool::interfaceID
static const InterfaceID & interfaceID()
Definition
TBBeamQualityTool.h:42
TBBeamQualityTool::TBBeamQualityTool
TBBeamQualityTool(const std::string &name, const std::string &type, const IInterface *parent)
Definition
TBBeamQualityTool.cxx:21
TBBeamQualityTool::~TBBeamQualityTool
virtual ~TBBeamQualityTool()
Definition
TBBeamQualityTool.cxx:27
TBBeamQualityTool::initializeTool
virtual StatusCode initializeTool()
Definition
TBBeamQualityTool.cxx:36
type
Generated on
for ATLAS Offline Software by
1.17.0