ATLAS Offline Software
Loading...
Searching...
No Matches
IeEmSelector.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef GLOBALSIM_IEEMSELECTOR_H
6#define GLOBALSIM_IEEMSELECTOR_H
7
8
9#include <string>
10
11namespace GlobalSim {
12 namespace IOBitwise{
13 class IeEmTOB;
14 }
15}
16
17namespace GlobalSim {
18
23
24 using GlobalSim::IOBitwise::IeEmTOB;
25
27 public:
28 virtual ~IeEmSelector() = default;
29 virtual bool select(const IeEmTOB&) const = 0;
30 virtual std::string to_string() const = 0;
31
32 };
33}
34#endif
Class to hold eFexROI TOB bits.
Definition IeEmTOB.h:29
virtual std::string to_string() const =0
virtual bool select(const IeEmTOB &) const =0
virtual ~IeEmSelector()=default
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...