Definition at line 448 of file history_schema.cxx.
◆ ~HsSchemaVector()
HsSchemaVector::~HsSchemaVector |
( |
| ) |
|
|
inline |
◆ add()
Definition at line 502 of file history_schema.cxx.
503{
504
505
506
507
509
513
515 delete (*it);
516 (*it) = s;
517 return;
518 }
519 }
520
524 break;
525 }
526 }
527
530 }
531
532
533
535
540
541
542 }
543 }
544}
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 546 of file history_schema.cxx.
547{
549
551 printf(
"find_event: All schema for event %s: (total %d)\n", event_name, (
int)
fData.size());
553 for (
unsigned i=0;
i<
fData.size();
i++) {
556 if (event_name)
558 continue;
561 }
562 printf(
"find_event: Found %d schemas for event %s\n",
found, event_name);
563
564
565
566 }
567
568 for (
unsigned i=0;
i<
fData.size();
i++) {
570
571
572 if (event_name)
574 continue;
575
576
578 continue;
579
582
583
586 }
587
588
589 for (
unsigned i=0;
i<
fData.size();
i++) {
591
592
593 if (event_name)
595 continue;
596
597
599 continue;
600
603
604
607 }
608
613 } else {
615 }
616 }
617
619}
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()
Definition at line 477 of file history_schema.cxx.
477 {
478 for (
unsigned i=0;
i<
fData.size();
i++)
480 }
void print(bool print_tags=true) const
◆ size()
◆ fData
std::vector<HsSchema*> HsSchemaVector::fData |
|
protected |
The documentation for this class was generated from the following file: