◆ eventDispSet()
| FPGATrackSimGenScanMonitoring::eventDispSet::eventDispSet |
( |
std::string | name, |
|
|
int | maxevts ) |
|
inline |
◆ addEvent() [1/3]
Definition at line 631 of file FPGATrackSimGenScanMonitoring.cxx.
631 {
633
634
636
637
642
643 for (auto &hit : hits) {
644 AddPoint(
m_rZ.back(), hit->hitptr->getZ(), hit->hitptr->getR());
645 AddPoint(
m_xY.back(), hit->hitptr->getX(), hit->hitptr->getY());
648 }
649}
int count(std::string s, const std::string ®x)
count how many occurances of a regx are in a string
std::vector< TGraph * > m_rPhi
std::vector< TGraph * > m_xY
std::vector< TGraph * > m_rZ
std::vector< TGraph * > m_rEta
void AddPoint(TGraph *g, double x, double y)
TGraph * initGraph(const std::string &name)
◆ addEvent() [2/3]
Definition at line 617 of file FPGATrackSimGenScanMonitoring.cxx.
617 {
618
620
621
622 std::vector<const FPGATrackSimBinUtil::StoredHit *> ptrvec;
623 for (auto &hit : hits) {
624 ptrvec.push_back(&hit);
625 }
626
627
629}
void addEvent(const std::vector< std::shared_ptr< const FPGATrackSimHit > > &hits)
◆ addEvent() [3/3]
| void FPGATrackSimGenScanMonitoring::eventDispSet::addEvent |
( |
const std::vector< std::shared_ptr< const FPGATrackSimHit > > & | hits | ) |
|
◆ AddPoint()
| void FPGATrackSimGenScanMonitoring::eventDispSet::AddPoint |
( |
TGraph * | g, |
|
|
double | x, |
|
|
double | y ) |
◆ initGraph()
| TGraph * FPGATrackSimGenScanMonitoring::eventDispSet::initGraph |
( |
const std::string & | name | ) |
|
◆ registerGraphs()
Definition at line 651 of file FPGATrackSimGenScanMonitoring.cxx.
651 {
652
653
655 for (auto &g : *graphs) {
657 }
658 }
659 return StatusCode::SUCCESS;
660}
#define ATH_CHECK
Evaluate an expression and check for errors.
◆ m_maxEvts
| const unsigned FPGATrackSimGenScanMonitoring::eventDispSet::m_maxEvts {} |
|
private |
◆ m_name
| const std::string FPGATrackSimGenScanMonitoring::eventDispSet::m_name |
|
private |
◆ m_rEta
| std::vector<TGraph *> FPGATrackSimGenScanMonitoring::eventDispSet::m_rEta |
|
private |
◆ m_rPhi
| std::vector<TGraph *> FPGATrackSimGenScanMonitoring::eventDispSet::m_rPhi |
|
private |
◆ m_rZ
| std::vector<TGraph *> FPGATrackSimGenScanMonitoring::eventDispSet::m_rZ |
|
private |
◆ m_xY
| std::vector<TGraph *> FPGATrackSimGenScanMonitoring::eventDispSet::m_xY |
|
private |
The documentation for this struct was generated from the following files: