CMS 3D CMS Logo

TtFullLeptonicEvent.cc

Go to the documentation of this file.
00001 #include "FWCore/MessageLogger/interface/MessageLogger.h"
00002 #include "AnalysisDataFormats/TopObjects/interface/TtFullLeptonicEvent.h"
00003 
00004 // print info via MessageLogger
00005 void
00006 TtFullLeptonicEvent::print()
00007 {
00008   edm::LogInfo log("TtFullLeptonicEvent");
00009 
00010   log << "++++++++++++++++++++++++++++++++++++++++++++++ \n";
00011 
00012   // to do: create printout here!
00013   // have a look at TtSemiLeptonicEvent::print() for examples
00014 
00015   log << "++++++++++++++++++++++++++++++++++++++++++++++";  
00016 }

Generated on Tue Jun 9 17:25:10 2009 for CMSSW by  doxygen 1.5.4