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