![]() |
ATLAS Offline Software
|
Typedefs | |
using | RV = std::vector< IdDictRegion * > |
Functions | |
void | compute_bits (const RV ®ions, size_t level, const std::string &group) |
Compute the OR of all fields at <level>, for the subset of overlapping regions. More... | |
void | get_bits (const RV ®ions, size_t level, const std::string &group) |
typedef std::vector< IdDictRegion * > IdDict::RV |
Definition at line 12 of file get_bits.cxx.
Compute the OR of all fields at <level>, for the subset of overlapping regions.
Definition at line 15 of file get_bits.cxx.
Split mr into two RV :
overlapping contains all Regions that overlap with their field at <level> temp contains all other Regions
Definition at line 45 of file get_bits.cxx.