CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
FillInfo.cc File Reference
#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)
 

Function Documentation

static std::vector<unsigned short> bitsetToVector ( std::bitset< FillInfo::bunchSlots+1 > const &  bs)
static

Definition at line 8 of file FillInfo.cc.

static std::string fillTypeToString ( FillInfo::FillTypeId const &  fillType)
static

Definition at line 20 of file FillInfo.cc.

std::ostream& operator<< ( std::ostream &  os,
FillInfo  fillInfo 
)

Definition at line 390 of file FillInfo.cc.

static std::string particleTypeToString ( FillInfo::ParticleTypeId const &  particleType)
static

Definition at line 45 of file FillInfo.cc.