CMS 3D CMS Logo

Classes | Functions
GEMAMCStatus.h File Reference
#include "AMC13Event.h"
#include "AMCdata.h"
#include <bitset>
#include <ostream>

Go to the source code of this file.

Classes

union  GEMAMCStatus::Errors
 
class  GEMAMCStatus
 
union  GEMAMCStatus::Warnings
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 68 of file GEMAMCStatus.h.

68  {
69  out << "GEMAMCStatus errors " << std::bitset<16>(status.errors()) << " warnings "
70  << std::bitset<8>(status.warnings());
71  return out;
72 }

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

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