ATLAS Offline Software
Loading...
Searching...
No Matches
HitSelection.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#ifndef __HIT_SELECTION__H__
6#define __HIT_SELECTION__H__
7
8namespace TrkDriftCircleMath {
9 using HitSelection = std::vector<bool>;
10}
11
12#endif // __HIT_SELECTION__H__
Function object to check whether two Segments are sub/super sets or different.
std::vector< bool > HitSelection
Definition HitSelection.h:9