|
ATLAS Offline Software
|
Go to the documentation of this file.
15 m_regions.emplace_back(std::move(region));
32 ret = ret || this_region_result;
34 ret = ret && this_region_result;
bool AddOperator(bool op)
Set next operator.
std::vector< bool > m_inverse
inverse region selection
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
bool AddRegion(std::unique_ptr< RegionSelectorBase > region, bool invert=false)
Add a region to the operation.
void Print(std::ostream &os) const
character output of region
bool Result(const MuonFixedId ®ion) const
return the reslut of the logical operation
std::vector< std::unique_ptr< RegionSelectorBase > > m_regions
region data
std::vector< bool > m_operator
region operator - true=or false=and