#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 19 of file TEvtNavigator.cxx.
19 {
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}
◆ 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: