4 #include "KVSeqCollection.h"
8 #include "TMethodCall.h"
12 #include <THashList.h>
13 #include <TObjString.h>
37 SetName(Form(
"KVSeqCollection_%lld", fSCCounter));
41 fgCleanups =
new THashList;
42 fgCleanups->SetName(
"KVSeqCollection_Cleanups");
43 gROOT->GetListOfCleanups()->Add(fgCleanups);
107 TClass* cl = TClass::GetClass(class_name);
109 Error(
"SetCollection(const Char_t*)",
"Called for unknown class: %s",
113 if (!cl->InheritsFrom(
"TSeqCollection")) {
114 Error(
"SetCollection(const Char_t*)",
115 "Called for class %s which does not inherit from TSeqCollection",
123 if (strcmp(GetName(),
"KVSeqCollection"))
158 while (gROOT->GetListOfCleanups()->Remove(
fgCleanups))
197 TSeqCollection::Copy(obj);
202 if (!
IsCleanup()) copy.SetName(GetName());
205 if (copy.IsOwner()) copy.
Delete();
218 while ((b = next())) {
220 copy.
Add(b->Clone());
281 Bool_t cleaner = kFALSE;
315 Bool_t cleaner = kFALSE;
395 TROOT::IndentLevel();
396 printf(
"Collection name='%s', embedded list class='%s', size=%d\n", GetName(),
415 while ((obj = next())) {
417 if (((
KVBase*)obj)->IsType(type))
435 while ((obj = next())) {
436 if (!strcmp(obj->GetTitle(), title))
453 while ((obj = next())) {
454 if (obj->IsA() == cl)
return obj;
486 while ((obj = next())) {
488 if (!strcmp(((
KVBase*)obj)->GetLabel(), label))
return obj;
510 while ((obj = next())) {
512 if (((
KVBase*)obj)->GetNumber() == num)
return obj;
533 while ((obj = next())) {
535 if (!strcmp(((
KVBase*)obj)->GetType(), type))
return obj;
562 if (retvalue && method) {
565 Bool_t wildcard = RV.Contains(
"*");
568 while ((obj = next())) {
570 mt.InitWithPrototype(obj->IsA(), MTH.Data(),
"");
572 if (mt.ReturnType() == TMethodCall::kString) {
574 mt.Execute(obj,
"", &ret);
575 if (ret !=
nullptr) {
588 else if (mt.ReturnType() == TMethodCall::kLong) {
590 mt.Execute(obj,
"", ret);
591 if (ret == RV.Atoi()) {
595 else if (mt.ReturnType() == TMethodCall::kDouble) {
597 mt.Execute(obj,
"", ret);
598 if (ret == RV.Atof()) {
602 else Error(
"FindObjectWithMethod",
"Return type %d is not supported", (
int)mt.ReturnType());
625 while ((obj = next())) {
626 obj->Execute(method, params, error);
646 while ((obj = next())) {
647 obj->Execute(method, params, error);
686 enum { kName, kTitle, kClass, kType, kLabel };
687 if (!strcmp(att,
"name")) char_test = kName;
688 else if (!strcmp(att,
"title")) char_test = kTitle;
689 else if (!strcmp(att,
"type")) char_test = kType;
690 else if (!strcmp(att,
"label")) char_test = kLabel;
691 else if (!strcmp(att,
"class")) char_test = kClass;
694 TString::ECaseCompare casecmp;
695 if (case_sensitive) casecmp = TString::kExact;
696 else casecmp = TString::kIgnoreCase;
699 unique_ptr<TObjArray> keywords(_keys.Tokenize(
' '));
700 if (!keywords.get())
return nullptr;
702 if (!(nkeys = keywords->GetEntries())) {
709 TObject* obj(
nullptr);
710 while ((obj = next())) {
718 _att = obj->GetName();
721 _att = obj->GetTitle();
724 _att = obj->ClassName();
734 for (
int i = 0; i < nkeys; i++) {
735 nmatches += (_att.Contains(((TObjString*)keywords->At(i))->String(), casecmp));
737 if ((nmatches && !contains_all) || ((nmatches == nkeys) && contains_all)) {
780 while ((ob = next())) {
781 if (_class == ob->IsA()) outputList->
Add(ob);
783 if (ob->InheritsFrom(
"TCollection"))
_GetSubListWithClass(outputList, (TCollection*)ob, _class);
862 if (retvalue && method) {
865 Bool_t wildcard = RV.Contains(
"*");
868 while ((ob = next())) {
870 if (ob->InheritsFrom(
"TCollection")) {
875 mt.InitWithPrototype(ob->IsA(), MTH.Data(),
"");
878 if (mt.ReturnType() == TMethodCall::kString) {
880 mt.Execute(ob,
"", &ret);
882 if (RV == ret) outputList->
Add(ob);
888 else if (mt.ReturnType() == TMethodCall::kLong) {
890 mt.Execute(ob,
"", ret);
891 if (ret == RV.Atoi()) outputList->
Add(ob);
893 else if (mt.ReturnType() == TMethodCall::kDouble) {
895 mt.Execute(ob,
"", ret);
896 if (ret == RV.Atof()) outputList->
Add(ob);
898 else std::cout <<
"this type is not supported " << (int)mt.ReturnType() << std::endl;
1010 TIter next_ps(gDirectory->GetListOfKeys());
1011 while ((key = (TKey*) next_ps())) ll->
Add(key->ReadObj());
1014 TIter next_ps(file->GetListOfKeys());
1015 while ((key = (TKey*) next_ps())) ll->
Add(key->ReadObj());
1120 SetName(Form(
"KVSeqCollection_%lld",
fSCCounter));
1122 Info(
"SetCleanup",
"A list with same name (%s) is already in cleanups list. Changed to %s.",
1123 l->GetName(), GetName());
1129 fCollection->R__FOR_EACH(TObject, SetBit)(kMustCleanup);
1150 void KVSeqCollection::Streamer(TBuffer& R__b)
1155 if (R__b.IsReading()) {
1156 Version_t R__v = R__b.ReadVersion(&R__s, &R__c);
1157 TSeqCollection::Streamer(R__b);
1161 #if ROOT_VERSION_CODE >= ROOT_VERSION(6,0,0)
1167 fQObject.Streamer(R__b);
1175 R__b.CheckByteCount(R__s, R__c, KVSeqCollection::IsA());
1178 R__c = R__b.WriteVersion(KVSeqCollection::IsA(), kTRUE);
1179 TSeqCollection::Streamer(R__b);
1180 fQObject.Streamer(R__b);
1185 R__b.SetByteCount(R__c, kTRUE);
Base class for KaliVeda framework.
virtual const Char_t * GetType() const
const Char_t * GetLabel() const
KaliVeda extensions to ROOT collection classes.
virtual TObject * FindObjectByLabel(const Char_t *) const
static Long64_t fSCCounter
counter used to give unique names to all lists
virtual ~KVSeqCollection()
virtual void Copy(TObject &obj) const
KVSeqCollection * GetSubListWithName(const Char_t *retvalue) const
KVSeqCollection * GetSubListWithMethod(const Char_t *retvalue, const Char_t *method) const
KVSeqCollection & operator=(const KVSeqCollection &)
virtual TObject ** GetObjectRef(const TObject *obj) const
Return reference to object.
static TSeqCollection * fgCleanups
regroup all lists which are to be cleaned up
virtual void SendModifiedSignals(Bool_t yes=kTRUE)
virtual KVSeqCollection * NewCollectionLikeThisOne() const
virtual Bool_t IsCleanup() const
virtual void SetCollection(const Char_t *)
KVSeqCollection * GetSubListWithClass(const TClass *_class) const
TSeqCollection * fCollection
Pointer to embedded ROOT collection.
virtual void SetOwner(Bool_t enable=kTRUE)
virtual void Clear(Option_t *option="")
virtual Int_t GetSize() const
virtual TObject * FindObjectAny(const Char_t *att, const Char_t *keys, Bool_t contains_all=kFALSE, Bool_t case_sensitive=kTRUE) const
TObject * FindObjectByClass(const Char_t *) const
Return (first) object in embedded list with given class.
KVSeqCollection * GetSubListWithType(const Char_t *retvalue) const
virtual void _GetSubListWithMethod(KVSeqCollection *, TCollection *, const Char_t *, const Char_t *) const
virtual void Execute(const char *method, const char *params, Int_t *error=0)
KVSeqCollection()
Default constructor.
virtual Bool_t IsSendingModifiedSignals() const
static void RehashCleanupList()
static Int_t fgCounter
counts instances
virtual void PrintCollectionHeader(Option_t *option) const
Overrides TCollection::PrintCollectionHeader to show the class name of the embedded list.
virtual void SetCleanup(Bool_t enable=kTRUE)
static KVSeqCollection * MakeListFromFileWithClass(TFile *file, const TClass *_class)
virtual TObject * FindObjectByNumber(UInt_t num) const
virtual TObject * FindObjectWithMethod(const Char_t *retvalue, const Char_t *method) const
static KVSeqCollection * MakeListFromFile(TFile *file)
virtual TObject * FindObjectByType(const Char_t *) const
virtual TObject * FindObjectByTitle(const Char_t *) const
Will return object with given title (value of TObject::GetTitle() method).
virtual void Add(TObject *obj)
virtual TObject * FindObjectWithNameAndType(const Char_t *name, const Char_t *type) const
virtual TIterator * MakeIterator(Bool_t dir=kIterForward) const
Make and return iterator for the list.
KVSeqCollection * GetSubListWithLabel(const Char_t *retvalue) const
virtual TObject * Remove(TObject *obj)
Remove object from list.
virtual void Delete(Option_t *option="")
static KVSeqCollection * MakeListFromFileWithMethod(TFile *file, const Char_t *retvalue, const Char_t *method)
@ kCleanup
in ROOT v6 BIT(16) is used by TCollection - without changing the class version
void _GetSubListWithClass(KVSeqCollection *, TCollection *, const TClass *) const
virtual void RecursiveRemove(TObject *obj)
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....