#include <TEvtNavigator.h>
Definition at line 11 of file TEvtNavigator.h.
◆ TEvtNavigator()
| TEvtNavigator::TEvtNavigator |
( |
| ) |
|
◆ ~TEvtNavigator()
| TEvtNavigator::~TEvtNavigator |
( |
| ) |
|
◆ Clear()
| void TEvtNavigator::Clear |
( |
Option_t * | option = "" | ) |
|
◆ LoadMcEmcMcHits()
| void TEvtNavigator::LoadMcEmcMcHits |
( |
std::multimap< int, int > & | map | ) |
|
|
inline |
◆ LoadMcEmcRecShowers()
| void TEvtNavigator::LoadMcEmcRecShowers |
( |
std::multimap< int, int > & | map | ) |
|
|
inline |
◆ LoadMcMdcMcHits()
| void TEvtNavigator::LoadMcMdcMcHits |
( |
std::multimap< int, int > & | map | ) |
|
|
inline |
◆ LoadMcMdcTracks()
| void TEvtNavigator::LoadMcMdcTracks |
( |
std::multimap< int, int > & | map | ) |
|
|
inline |
◆ Print()
| void TEvtNavigator::Print |
( |
Option_t * | option = "" | ) |
const |
Definition at line 25 of file TEvtNavigator.cxx.
25 {
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}
The documentation for this class was generated from the following files: