QwAnalysis
QwHitContainer.cc File Reference
#include "QwHitContainer.h"
#include <boost/bind.hpp>
+ Include dependency graph for QwHitContainer.cc:

Go to the source code of this file.

Data Structures

struct  logical_not_s
 

Functions

std::ostream & operator<< (std::ostream &stream, const QwHitContainer &hitlist)
 

Variables

static struct logical_not_s logical_not_
 

Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const QwHitContainer hitlist 
)

Definition at line 106 of file QwHitContainer.cc.

107 {
108  for (QwHitContainer::const_iterator hit = hitlist.begin(); hit != hitlist.end(); hit++)
109  stream << *hit << std::endl;
110  return stream;
111 }

Variable Documentation

struct logical_not_s logical_not_
static