\ Algorithm for box particle flow super clustering in the ECAL More...
Classes | |
struct | hash< edm::Ptr< reco::PFCluster > > |
Functions | |
ostream & | operator<< (std::ostream &o, vector< std::string > const &iValue) |
template<> | |
void | swap (edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs) |
template<> | |
void | swap (edm::HLTGlobalStatus &lhs, edm::HLTGlobalStatus &rhs) |
\ Algorithm for box particle flow super clustering in the ECAL
Original Author: Nicolas Chanon Additional Authors (Mustache): Y. Gershtein, R. Patel, L. Gray
ostream& std::operator<< | ( | std::ostream & | o, |
vector< std::string > const & | iValue | ||
) |
Definition at line 46 of file refresh.cc.
References python::connectstrParser::o, and AlCaHLTBitMon_QueryRunRegistry::string.
{ std::string sep(""); std::string commaSep(","); for(std::vector<std::string>::const_iterator it = iValue.begin(), itEnd = iValue.end(); it != itEnd; ++it) { o << sep << *it; sep = commaSep; } return o; }
void std::swap | ( | edm::DataFrameContainer & | lhs, |
edm::DataFrameContainer & | rhs | ||
) | [inline] |
Definition at line 223 of file DataFrameContainer.h.
References edm::DataFrameContainer::swap().
Referenced by CMSTopTagger::_split_once(), tnp::TagProbePairMaker::arbitrate(), MillePedeAlignmentAlgorithm::callMille2D(), L2TauIsolationProducer::getECALHits(), DTROS25Unpacker::interpretRawData(), reco::PFDisplacedVertexCandidate::matrix2vector(), reco::PFBlock::matrix2vector(), KDTreeLinkerAlgo< DATA >::medianSearch(), ThirdHitRZPrediction< Propagator >::operator()(), FakeTrackProducer< T >::produce(), EcalMatacqDigi::swap(), and reco::GhostTrackVertexFinder::vertices().
{ lhs.swap(rhs); }
void std::swap | ( | edm::HLTGlobalStatus & | lhs, |
edm::HLTGlobalStatus & | rhs | ||
) | [inline] |
Definition at line 130 of file HLTGlobalStatus.h.
References edm::HLTGlobalStatus::swap().
{ lhs.swap(rhs); }