#include <EDM_object.h>
Definition at line 13 of file EDM_object.h.
◆ EDM_object()
EDM_object::EDM_object |
( |
| ) |
|
◆ ~EDM_object()
EDM_object::~EDM_object |
( |
| ) |
|
|
inline |
◆ checksize()
void EDM_object::checksize |
( |
| ) |
|
Definition at line 41 of file EDM_object.cxx.
42 size_t channel_type_size;
50 channel_type_size ==
size ||
52 { printf(
"NSWMatchingAlg: Sizes of data object %s_%s do not match!\n",
m_name.Data(),
m_detector.Data()); }
◆ clearVars()
void EDM_object::clearVars |
( |
| ) |
|
◆ empty()
bool EDM_object::empty |
( |
| ) |
|
◆ getDetector()
TString EDM_object::getDetector |
( |
| ) |
|
|
inline |
◆ getMatchedwith()
TString EDM_object::getMatchedwith |
( |
| ) |
|
|
inline |
◆ getName()
TString EDM_object::getName |
( |
| ) |
|
|
inline |
◆ identifierMatch()
◆ init_matching()
void EDM_object::init_matching |
( |
| ) |
|
◆ printEfficiency()
void EDM_object::printEfficiency |
( |
std::ofstream & |
file | ) |
|
◆ printInfo()
void EDM_object::printInfo |
( |
| ) |
|
Definition at line 55 of file EDM_object.cxx.
58 printf(
"%-15s %-15s %-15s %-15s %-15s %-15s %-15s %-15s\n",
"stationname",
"stationEta",
"stationPhi",
"multiplet",
"gas_gap",
"channel_type",
"channel",
"matchedchannel");
63 printf(
"%-15s %-15s %-15s %-15s %-15s %-15s %-15s\n",
"stationname",
"stationEta",
"stationPhi",
"multiplet",
"gas_gap",
"channel",
"matchedchannel");
◆ setDetector()
void EDM_object::setDetector |
( |
TString |
detector | ) |
|
|
inline |
◆ setMatchedwith()
void EDM_object::setMatchedwith |
( |
TString |
matchedwith | ) |
|
|
inline |
◆ setName() [1/2]
void EDM_object::setName |
( |
TString |
name | ) |
|
|
inline |
◆ setName() [2/2]
void EDM_object::setName |
( |
TString |
name, |
|
|
TString |
detector |
|
) |
| |
|
inline |
◆ size()
size_t EDM_object::size |
( |
| ) |
|
◆ update_efficiency()
void EDM_object::update_efficiency |
( |
int |
maximum_difference | ) |
|
◆ update_match()
bool EDM_object::update_match |
( |
int |
index, |
|
|
int |
ch_candidate |
|
) |
| |
Definition at line 80 of file EDM_object.cxx.
86 if ( ch_candidate == -1 ) {
return false; }
◆ m_channel
std::vector<int>* EDM_object::m_channel |
◆ m_channel_type
std::vector<int>* EDM_object::m_channel_type |
◆ m_detector
TString EDM_object::m_detector |
|
private |
◆ m_gas_gap
std::vector<int>* EDM_object::m_gas_gap |
◆ m_matchedchannel
std::vector<int>* EDM_object::m_matchedchannel |
◆ m_matchedwith
TString EDM_object::m_matchedwith |
|
private |
◆ m_mismatches
int EDM_object::m_mismatches |
|
private |
◆ m_multiplet
std::vector<int>* EDM_object::m_multiplet |
◆ m_name
TString EDM_object::m_name |
|
private |
◆ m_stationEta
std::vector<int>* EDM_object::m_stationEta |
◆ m_stationName
std::vector<std::string>* EDM_object::m_stationName |
◆ m_stationPhi
std::vector<int>* EDM_object::m_stationPhi |
◆ m_total
The documentation for this class was generated from the following files: