Definition at line 458 of file history_schema.cxx.
◆ ~HsSchemaVector()
HsSchemaVector::~HsSchemaVector |
( |
| ) |
|
|
inline |
◆ add()
Definition at line 512 of file history_schema.cxx.
513{
514
515
516
517
519
523
525 delete (*it);
526 (*it) = s;
527 return;
528 }
529 }
530
534 break;
535 }
536 }
537
540 }
541
542
543
545
549 time_to = (*it)->time_from;
550
551
552 }
553 }
554}
std::vector< HsSchema * > data
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 556 of file history_schema.cxx.
557{
559
561 printf(
"find_event: All schema for event %s: (total %d)\n", event_name, (
int)
data.size());
563 for (
unsigned i=0;
i<
data.size();
i++) {
566 if (event_name)
568 continue;
571 }
572 printf(
"find_event: Found %d schemas for event %s\n",
found, event_name);
573
574
575
576 }
577
578 for (
unsigned i=0;
i<
data.size();
i++) {
580
581
582 if (event_name)
584 continue;
585
586
588 continue;
589
592
593
596 }
597
598
599 for (
unsigned i=0;
i<
data.size();
i++) {
601
602
603 if (event_name)
605 continue;
606
607
609 continue;
610
613
614
617 }
618
623 } else {
625 }
626 }
627
629}
static std::string TimeToString(time_t t)
BOOL debug
debug printouts
virtual void print(bool print_tags=true) const
◆ operator[]()
HsSchema * HsSchemaVector::operator[] |
( |
int |
index | ) |
const |
|
inline |
◆ print()
Definition at line 487 of file history_schema.cxx.
487 {
488 for (
unsigned i=0;
i<
data.size();
i++)
490 }
void print(bool print_tags=true) const
◆ size()
◆ data
std::vector<HsSchema*> HsSchemaVector::data |
|
protected |
The documentation for this class was generated from the following file: