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

◆ operator<<()

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

Definition at line 4 of file PassiveHit.cc.

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() << " Position " << hit.x() << ", " << hit.y() << ", " << hit.z() << ")";
8 
9  return o;
10 }

References TauDecayModes::dec, hit::id, EcalTangentSkim_cfg::o, hit::x, hit::y, and hit::z.

hit::id
unsigned int id
Definition: SiStripHitEffFromCalibTree.cc:92
hit::y
double y
Definition: SiStripHitEffFromCalibTree.cc:90
EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:42
hit::x
double x
Definition: SiStripHitEffFromCalibTree.cc:89
hit::z
double z
Definition: SiStripHitEffFromCalibTree.cc:91
TauDecayModes.dec
dec
Definition: TauDecayModes.py:143
hit
Definition: SiStripHitEffFromCalibTree.cc:88