#include "CondFormats/RunInfo/interface/FillInfo.h"
#include "CondFormats/Common/interface/TimeConversions.h"
#include <algorithm>
#include <iterator>
#include <stdexcept>
Go to the source code of this file.
Functions | |
static std::vector< unsigned short > | bitsetToVector (std::bitset< FillInfo::bunchSlots+1 > const &bs) |
static std::string | fillTypeToString (FillInfo::FillTypeId const &fillType) |
std::ostream & | operator<< (std::ostream &os, FillInfo fillInfo) |
static std::string | particleTypeToString (FillInfo::ParticleTypeId const &particleType) |
|
static |
Definition at line 8 of file FillInfo.cc.
References mps_fire::i.
Referenced by FillInfo::bunchConfigurationForBeam1(), and FillInfo::bunchConfigurationForBeam2().
|
static |
Definition at line 20 of file FillInfo.cc.
References FillInfo::COSMICS, FillInfo::GAP, FillInfo::IONS, FillInfo::PROTONS, AlCaHLTBitMon_QueryRunRegistry::string, and FillInfo::UNKNOWN.
Referenced by FillInfo::print().
std::ostream& operator<< | ( | std::ostream & | os, |
FillInfo | fillInfo | ||
) |
|
static |
Definition at line 45 of file FillInfo.cc.
References FillInfo::AR18, FillInfo::D, FillInfo::NONE, FillInfo::PB82, FillInfo::PROTON, AlCaHLTBitMon_QueryRunRegistry::string, and FillInfo::XE54.
Referenced by FillInfo::print().