CMS 3D CMS Logo

Classes | Namespaces | Typedefs | Functions
PassiveHit.h File Reference
#include <string>
#include <vector>
#include <iosfwd>

Go to the source code of this file.

Classes

class  PassiveHit
 

Namespaces

 edm
 HLT enums.
 

Typedefs

typedef std::vector< PassiveHitedm::PassiveHitContainer
 

Functions

std::ostream & operator<< (std::ostream &, const PassiveHit &)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const PassiveHit  
)

Definition at line 4 of file PassiveHit.cc.

References TauDecayModes::dec, PassiveHit::energy(), PassiveHit::energyTotal(), PassiveHit::id(), connectstrParser::o, PassiveHit::time(), PassiveHit::trackId(), and PassiveHit::vname().

4  {
5  o << hit.vname() << " 0x" << std::hex << hit.id() << std::dec << ": Energy " << hit.energy()
6  << " GeV: " << hit.energyTotal() << " GeV: Tof " << hit.time() << " ns: "
7  << " Track # " << hit.trackId();
8 
9  return o;
10 }
unsigned int id