#include "FWCore/Utilities/interface/OStreamColumn.h"
Description: Helper/IO manipulator for forming columns used in tabular output.
Usage:
An OStreamColumn object can be defined in two ways:
After created the column objects we, one can use them with anything that supports insertion operations (e.g.):
The values 'name.first()' and 'name.last()' are printed into a column with the width associated with col1 and col2, respectively.