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 }