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