#include "TH1F.h"
#include <iostream>
#include <vector>
#include <map>
Go to the source code of this file.
Functions | |
template<class K , class V > | |
void | keyVector (const std::map< K, V > &extract, std::vector< K > &output) |
template<class T > | |
std::pair< T, T > | operator+ (const std::pair< T, T > &one, const std::pair< T, T > &two) |
template<class T > | |
std::pair< T, T > | operator- (const std::pair< T, T > &one, const std::pair< T, T > &two) |
template<class T > | |
std::ostream & | operator<< (std::ostream &s, const std::pair< T, T > &aT) |
template<class K , class V > | |
void | valueVector (const std::map< K, V > &extract, std::vector< V > &output) |
void keyVector | ( | const std::map< K, V > & | extract, |
std::vector< K > & | output | ||
) |
Definition at line 52 of file Operators.h.
std::pair<T, T> operator+ | ( | const std::pair< T, T > & | one, |
const std::pair< T, T > & | two | ||
) |
Operators.h Various operators and handy methods for std::pairs and std::maps
Definition at line 19 of file Operators.h.
References alignCSCRings::r.
std::pair<T, T> operator- | ( | const std::pair< T, T > & | one, |
const std::pair< T, T > & | two | ||
) |
void valueVector | ( | const std::map< K, V > & | extract, |
std::vector< V > & | output | ||
) |
Definition at line 43 of file Operators.h.
Referenced by editVectorParameter(), and ValueMapTraslator::produce().