CMS 3D CMS Logo

EncodedTruthId.cc

Go to the documentation of this file.
00001 #include "SimGeneral/TrackingAnalysis/interface/EncodedTruthId.h"
00002 
00003 EncodedTruthId::EncodedTruthId() {}
00004 
00005 EncodedTruthId::EncodedTruthId(EncodedEventId eid, int index):
00006     EncodedEventId(eid), index_(index) {}
00007 
00008 std::ostream& operator<<(std::ostream & os , EncodedTruthId& id) {
00009   return os  << "(" << id.bunchCrossing() << ","
00010                     << id.event()         << ","
00011                     << id.index()         << ")";
00012 }
00013 

Generated on Tue Jun 9 17:47:28 2009 for CMSSW by  doxygen 1.5.4