/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RootEventData/RootEventData-00-03-80/src/TEvtNavigator.cxx

Go to the documentation of this file.
00001 #include "RootEventData/TEvtNavigator.h"
00002 #include <iostream>
00003 #include "TCollection.h"  // Declares TIter
00004 
00005 ClassImp(TEvtNavigator)
00006 
00007 // Allocate the TObjArray just once
00008 
00009 
00010 //***************************************************************
00011 TEvtNavigator::TEvtNavigator()
00012 {
00013 }
00014 
00015 //*****************************************************************
00016 TEvtNavigator::~TEvtNavigator() {
00017     
00018 }
00019 
00020 //*****************************************************************
00021 void TEvtNavigator::Clear(Option_t *option) {
00022 }
00023 
00024 //*****************************************************************************
00025 void TEvtNavigator::Print(Option_t *option) const {
00026   TObject::Print(option);
00027   std::cout << "TEvtNavigator:  " << std::endl;
00028   std::cout << "    MDC MC hits " << m_mcMdcMcHits.size() <<std::endl;
00029   std::cout << "    MDC tracks  " << m_mcMdcTracks.size() <<std::endl;
00030   std::cout << "    EMC MC hits " << m_mcEmcMcHits.size() <<std::endl;
00031   std::cout << "    EMC showers " << m_mcEmcRecShowers.size() <<std::endl;
00032 
00033 }
00034 

Generated on Tue Nov 29 23:11:41 2016 for BOSS_7.0.2 by  doxygen 1.4.7