BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
TEvtNavigator.cxx
Go to the documentation of this file.
1#include "RootEventData/TEvtNavigator.h"
2#include <iostream>
3#include "TCollection.h" // Declares TIter
4
6
7// Allocate the TObjArray just once
8
9
10//***************************************************************
12{
13}
14
15//*****************************************************************
17
18}
19
20//*****************************************************************
21void TEvtNavigator::Clear(Option_t *option) {
22}
23
24//*****************************************************************************
25void TEvtNavigator::Print(Option_t *option) const {
26 TObject::Print(option);
27 std::cout << "TEvtNavigator: " << std::endl;
28 std::cout << " MDC MC hits " << m_mcMdcMcHits.size() <<std::endl;
29 std::cout << " MDC tracks " << m_mcMdcTracks.size() <<std::endl;
30 std::cout << " EMC MC hits " << m_mcEmcMcHits.size() <<std::endl;
31 std::cout << " EMC showers " << m_mcEmcRecShowers.size() <<std::endl;
32
33}
34
ClassImp(TEvtNavigator) TEvtNavigator
void Print(Option_t *option="") const
void Clear(Option_t *option="")