CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
L1GctJetCount.h File Reference
#include "L1Trigger/GlobalCaloTrigger/src/L1GctUnsignedInt.h"
#include "L1Trigger/GlobalCaloTrigger/src/L1GctTwosComplement.h"
#include <boost/cstdint.hpp>
#include <ostream>

Go to the source code of this file.

Classes

class  L1GctJetCount< nBits >
 Definition of unsigned integer types with increment and overflow. More...
 

Functions

template<int nBits>
std::ostream & operator<< (std::ostream &s, const L1GctJetCount< nBits > &data)
 

Function Documentation

template<int nBits>
std::ostream& operator<< ( std::ostream &  s,
const L1GctJetCount< nBits > &  data 
)

Definition at line 157 of file L1GctJetCount.h.

References data, and alignCSCRings::s.

157  {
158 
159  s << "L1GctJetCount value : " << data.value();
160  if (data.overFlow()) { s << " Overflow set! "; }
161 
162  return s;
163 
164 }
unsigned value() const
access value as unsigned
bool overFlow() const
access overflow