CMS 3D CMS Logo

Classes | Functions
GEMVFATStatus.h File Reference
#include "AMCdata.h"
#include "VFATdata.h"
#include <bitset>
#include <ostream>

Go to the source code of this file.

Classes

union  GEMVFATStatus::Errors
 
class  GEMVFATStatus
 
union  GEMVFATStatus::Warnings
 

Functions

std::ostream & operator<< (std::ostream &out, const GEMVFATStatus &status)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const GEMVFATStatus status 
)
inline

Definition at line 66 of file GEMVFATStatus.h.

66  {
67  out << "GEMVFATStatus errors " << std::bitset<8>(status.errors()) << " warnings "
68  << std::bitset<8>(status.warnings());
69  return out;
70 }

References MillePedeFileConverter_cfg::out, and mps_update::status.

mps_update.status
status
Definition: mps_update.py:69
MillePedeFileConverter_cfg.out
out
Definition: MillePedeFileConverter_cfg.py:31