CMS 3D CMS Logo

strbitset.cc
Go to the documentation of this file.
2 
3 namespace pat {
4 
6 
8  strbitset ret = r;
9  ret &= l;
10  return ret;
11  }
12 
14  strbitset ret = r;
15  ret |= l;
16  return ret;
17  }
18 
20  strbitset ret = r;
21  ret ^= l;
22  return ret;
23  }
24 
25  std::ostream& operator<<(std::ostream& out, const strbitset::index_type& r) {
26  out << r.i_;
27  return out;
28  }
29 
30 } // namespace pat
runTheMatrix.ret
ret
prodAgent to be discontinued
Definition: runTheMatrix.py:367
pat::operator&
strbitset operator&(const strbitset &l, const strbitset &r)
Definition: strbitset.cc:7
pat::strbitset::index_type
Definition: strbitset.h:25
pat::strbitset::dummy_
static const std::string dummy_
Definition: strbitset.h:330
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
pat
Definition: HeavyIon.h:7
cmsLHEtoEOSManager.l
l
Definition: cmsLHEtoEOSManager.py:204
alignCSCRings.r
r
Definition: alignCSCRings.py:93
pat::strbitset
Definition: strbitset.h:23
pat::operator^
strbitset operator^(const strbitset &l, const strbitset &r)
Definition: strbitset.cc:19
pat::operator|
strbitset operator|(const strbitset &l, const strbitset &r)
Definition: strbitset.cc:13
pat::operator<<
std::ostream & operator<<(std::ostream &out, const strbitset::index_type &r)
Definition: strbitset.cc:25
MillePedeFileConverter_cfg.out
out
Definition: MillePedeFileConverter_cfg.py:31
strbitset.h