#include <functional>
#include <iosfwd>
#include <vector>
#include "DataFormats/Provenance/interface/LuminosityBlockID.h"
Go to the source code of this file.
Classes | |
class | edm::LuminosityBlockRange |
Namespaces | |
edm | |
HLT enums. | |
Functions | |
bool | edm::contains (LuminosityBlockRange const &lh, LuminosityBlockID const &rh) |
bool | edm::contains (LuminosityBlockRange const &lh, LuminosityBlockRange const &rh) |
bool | edm::distinct (LuminosityBlockRange const &lh, LuminosityBlockRange const &rh) |
bool | edm::lessThan (LuminosityBlockRange const &lh, LuminosityBlockRange const &rh) |
bool | edm::merge (LuminosityBlockRange &lh, LuminosityBlockRange &rh) |
std::ostream & | edm::operator<< (std::ostream &oStream, LuminosityBlockRange const &iID) |
bool | edm::overlaps (LuminosityBlockRange const &lh, LuminosityBlockRange const &rh) |
std::vector< LuminosityBlockRange > & | edm::sortAndRemoveOverlaps (std::vector< LuminosityBlockRange > &lumiRange) |