ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigT1
Global
GlobalSimulation
src
FirstChain
ICommonSelector.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_ICOMMONSELECTOR_H
6
#define GLOBALSIM_ICOMMONSELECTOR_H
7
8
#include <string>
9
10
namespace
GlobalSim
{
11
namespace
IOBitwise
{
12
class
CommonTOB
;
13
}
14
}
15
16
namespace
GlobalSim
{
21
22
using
GlobalSim::IOBitwise::CommonTOB;
23
24
class
ICommonSelector
{
25
public
:
26
27
virtual
~ICommonSelector
() =
default
;
28
virtual
bool
select
(
const
CommonTOB
&)
const
= 0;
29
virtual
std::string
to_string
()
const
= 0;
30
31
};
32
}
33
#endif
GlobalSim::ICommonSelector
Definition
ICommonSelector.h:24
GlobalSim::ICommonSelector::~ICommonSelector
virtual ~ICommonSelector()=default
GlobalSim::ICommonSelector::to_string
virtual std::string to_string() const =0
GlobalSim::ICommonSelector::select
virtual bool select(const CommonTOB &) const =0
GlobalSim::IOBitwise::CommonTOB
Definition
CommonTOB.h:22
GlobalSim::IOBitwise
Definition
CommonSortSelectAlgTool.h:18
GlobalSim
AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench c...
Definition
CommonSelector.cxx:8
Generated on
for ATLAS Offline Software by
1.14.0