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