Definition at line 448 of file history_schema.cxx.
◆ ~HsSchemaVector()
HsSchemaVector::~HsSchemaVector |
( |
| ) |
|
|
inline |
◆ add()
Definition at line 503 of file history_schema.cxx.
504{
505
506
507
508
510
514
516 delete (*it);
517 (*it) = s;
518 return;
519 }
520 }
521
525 break;
526 }
527 }
528
531 }
532
533
534
536
541
542
543 }
544 }
545}
std::vector< HsSchema * > fData
static int event_name_cmp(const std::string &e1, const char *e2)
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
◆ clear()
void HsSchemaVector::clear |
( |
| ) |
|
|
inline |
◆ find_event()
Definition at line 547 of file history_schema.cxx.
548{
550
552 printf(
"find_event: All schema for event %s: (total %zu)\n", event_name,
fData.size());
554 for (
size_t i=0;
i<
fData.size();
i++) {
557 if (event_name)
559 continue;
562 }
563 printf(
"find_event: Found %d schemas for event %s\n",
found, event_name);
564
565
566
567 }
568
569 for (
size_t i=0;
i<
fData.size();
i++) {
571
572
573 if (event_name)
575 continue;
576
577
579 continue;
580
583
584
587 }
588
589
590 for (
size_t i=0;
i<
fData.size();
i++) {
592
593
594 if (event_name)
596 continue;
597
598
600 continue;
601
604
605
608 }
609
614 } else {
616 }
617 }
618
620}
virtual void print(bool print_tags=true) const
static std::string TimeToString(time_t t)
BOOL debug
debug printouts
◆ operator[]()
HsSchema * HsSchemaVector::operator[] |
( |
int |
index | ) |
const |
|
inline |
◆ print()
◆ size()
size_t HsSchemaVector::size |
( |
| ) |
const |
|
inline |
◆ fData
std::vector<HsSchema*> HsSchemaVector::fData |
|
protected |
The documentation for this class was generated from the following file: