ROOT 6.14/05 Reference Guide |
Definition at line 114 of file TRootSniffer.h.
Public Member Functions | |
TRootSniffer (const char *name, const char *objpath="Objects") | |
constructor More... | |
virtual | ~TRootSniffer () |
destructor More... | |
Bool_t | CanDrawItem (const char *path) |
Method verifies if object can be drawn. More... | |
Bool_t | CanExploreItem (const char *path) |
Method returns true when object has childs or one could try to expand item. More... | |
Int_t | CheckRestriction (const char *item_name) |
Checked if restriction is applied to the item full_item_name should have full path to the item. More... | |
Bool_t | CreateItem (const char *fullname, const char *title) |
create item element More... | |
virtual void * | FindInHierarchy (const char *path, TClass **cl=nullptr, TDataMember **member=nullptr, Int_t *chld=nullptr) |
Search element with specified path Returns pointer on element Optionally one could obtain element class, member description and number of childs. More... | |
TObject * | FindTObjectInHierarchy (const char *path) |
Search element in hierarchy, derived from TObject. More... | |
const char * | GetAutoLoad () const |
return name of configured autoload scripts (or 0) More... | |
const char * | GetItemField (const char *fullname, const char *name) |
return field for specified item More... | |
virtual ULong_t | GetItemHash (const char *itemname) |
Get hash function for specified item used to detect any changes in the specified object. More... | |
virtual ULong_t | GetStreamerInfoHash () |
Bool_t | HasRestriction (const char *item_name) |
Made fast check if item with specified name is in restriction list If returns true, requires precise check with CheckRestriction() method. More... | |
Bool_t | IsReadOnly () const |
Returns readonly mode. More... | |
Bool_t | IsScanGlobalDir () const |
Returns true when sniffer allowed to scan global directories. More... | |
virtual Bool_t | IsStreamerInfoItem (const char *) |
Bool_t | RegisterCommand (const char *cmdname, const char *method, const char *icon) |
Register command which can be executed from web interface. More... | |
Bool_t | RegisterObject (const char *subfolder, TObject *obj) |
Register object in subfolder structure subfolder parameter can have many levels like: More... | |
void | Restrict (const char *path, const char *options) |
Restrict access to the specified location. More... | |
void | ScanHierarchy (const char *topname, const char *path, TRootSnifferStore *store, Bool_t only_fields=kFALSE) |
Method scans normal objects, registered in ROOT. More... | |
void | SetAutoLoad (const char *scripts="") |
When specified, _autoload attribute will be always add to top element of h.json/h.hml requests Used to instruct browser automatically load special code. More... | |
void | SetCurrentCallArg (THttpCallArg *arg) |
set current http arguments, which then used in different process methods For instance, if user authorized with some user name, depending from restrictions some objects will be invisible or user get full access to the element More... | |
Bool_t | SetItemField (const char *fullname, const char *name, const char *value) |
set field for specified item More... | |
void | SetReadOnly (Bool_t on=kTRUE) |
When readonly on (default), sniffer is not allowed to change ROOT structures For instance, it is not allowed to read new objects from files. More... | |
void | SetScanGlobalDir (Bool_t on=kTRUE) |
When enabled (default), sniffer scans gROOT for files, canvases, histograms. More... | |
Bool_t | UnregisterObject (TObject *obj) |
unregister (remove) object from folders structures folder itself will remain even when it will be empty More... | |
Public Member Functions inherited from TNamed | |
TNamed () | |
TNamed (const char *name, const char *title) | |
TNamed (const TString &name, const TString &title) | |
TNamed (const TNamed &named) | |
TNamed copy ctor. More... | |
virtual | ~TNamed () |
TNamed destructor. More... | |
virtual void | Clear (Option_t *option="") |
Set name and title to empty strings (""). More... | |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare two TNamed objects. More... | |
virtual void | Copy (TObject &named) const |
Copy this to obj. More... | |
virtual void | FillBuffer (char *&buffer) |
Encode TNamed into output buffer. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | IsSortable () const |
virtual void | ls (Option_t *option="") const |
List TNamed name and title. More... | |
TNamed & | operator= (const TNamed &rhs) |
TNamed assignment operator. More... | |
virtual void | Print (Option_t *option="") const |
Print TNamed name and title. More... | |
virtual void | SetName (const char *name) |
Set the name of the TNamed. More... | |
virtual void | SetNameTitle (const char *name, const char *title) |
Set all the TNamed parameters (name and title). More... | |
virtual void | SetTitle (const char *title="") |
Set the title of the TNamed. More... | |
virtual Int_t | Sizeof () const |
Return size of the TNamed part of the TObject. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject constructor. More... | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
ULong_t | CheckedHash () |
Checked and record whether for this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad) . More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual Option_t * | GetOption () const |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
Bool_t | HasInconsistentHash () const |
Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. More... | |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
void | InvertBit (UInt_t f) |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
R__ALWAYS_INLINE Bool_t | IsZombie () const |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
void | ResetBit (UInt_t f) |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
Protected Member Functions | |
Bool_t | AccessField (TFolder *parent, TObject *item, const char *name, const char *value, TNamed **only_get=nullptr) |
set or get field for the child each field coded as TNamed object, placed after chld in the parent hierarchy More... | |
virtual Bool_t | CanDrawClass (TClass *) |
TString | DecodeUrlOptionValue (const char *value, Bool_t remove_quotes=kTRUE) |
method replaces all kind of special symbols, which could appear in URL options More... | |
virtual Bool_t | ExecuteCmd (const std::string &path, const std::string &options, std::string &res) |
execute command marked as _kind=='Command' More... | |
TObject * | GetItem (const char *fullname, TFolder *&parent, Bool_t force=kFALSE, Bool_t within_objects=kTRUE) |
return item from the subfolders structure More... | |
const char * | GetItemField (TFolder *parent, TObject *item, const char *name) |
return field for specified item More... | |
TFolder * | GetSubFolder (const char *foldername, Bool_t force=kFALSE) |
creates subfolder where objects can be registered More... | |
virtual Bool_t | HasStreamerInfo () const |
Bool_t | IsItemField (TObject *obj) const |
return true when object is TNamed with kItemField bit set such objects used to keep field values for item More... | |
virtual Bool_t | ProduceBinary (const std::string &path, const std::string &options, std::string &res) |
produce binary data for specified item if "zipped" option specified in query, buffer will be compressed Implemented only in TRootSniffer class More... | |
virtual Bool_t | ProduceExe (const std::string &path, const std::string &options, Int_t reskind, std::string &res) |
execute command for specified object options include method and extra list of parameters sniffer should be not-readonly to allow execution of the commands reskind defines kind of result 0 - debug, 1 - json, 2 - binary Implemented only in TRootSnifferFull class More... | |
virtual Bool_t | ProduceImage (Int_t kind, const std::string &path, const std::string &options, std::string &res) |
Method to produce image from specified object. More... | |
virtual Bool_t | ProduceItem (const std::string &path, const std::string &options, std::string &res, Bool_t asjson=kTRUE) |
produce JSON/XML for specified item contrary to h.json request, only fields for specified item are stored More... | |
virtual Bool_t | ProduceJson (const std::string &path, const std::string &options, std::string &res) |
produce JSON data for specified item For object conversion TBufferJSON is used More... | |
virtual Bool_t | ProduceMulti (const std::string &path, const std::string &options, std::string &res, Bool_t asjson=kTRUE) |
Process several requests, packing all results into binary or JSON buffer Input parameters should be coded in the POST block and has individual request relative to current path, separated with ' ' symbol like item1/root.bin item2/exe.bin?method=GetList item3/exe.bin?method=GetTitle Request requires 'number' URL option which contains number of requested items. More... | |
virtual Bool_t | ProduceXml (const std::string &path, const std::string &options, std::string &res) |
produce XML data for specified item For object conversion TBufferXML is used Implemented only in TRootSniffer class More... | |
void | ScanCollection (TRootSnifferScanRec &rec, TCollection *lst, const char *foldername=nullptr, TCollection *keys_lst=nullptr) |
scan collection content More... | |
virtual void | ScanKeyProperties (TRootSnifferScanRec &rec, TKey *key, TObject *&obj, TClass *&obj_class) |
scans key properties in special cases load objects from the file More... | |
virtual void | ScanObjectChilds (TRootSnifferScanRec &rec, TObject *obj) |
scans object childs (if any) here one scans collection, branches, trees and so on More... | |
void | ScanObjectMembers (TRootSnifferScanRec &rec, TClass *cl, char *ptr) |
scan object data members some members like enum or static members will be excluded More... | |
virtual void | ScanObjectProperties (TRootSnifferScanRec &rec, TObject *obj) |
scans object properties here such fields as _autoload or _icon properties depending on class or object name could be assigned By default properties, coded in the Class title are scanned. More... | |
virtual void | ScanRoot (TRootSnifferScanRec &rec) |
scan complete ROOT objects hierarchy For the moment it includes objects in gROOT directory and list of canvases and files Also all registered objects are included. More... | |
Int_t | WithCurrentUserName (const char *option) |
return 2 when option match to current user name return 1 when option==all return 0 when option does not match user name More... | |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
void | MakeZombie () |
Protected Attributes | |
TString | fAutoLoad |
! scripts names, which are add as _autoload parameter to h.json request More... | |
TString | fCurrentAllowedMethods |
! list of allowed methods, extracted when analyzed object restrictions More... | |
THttpCallArg * | fCurrentArg {nullptr} |
! current http arguments (if any) More... | |
Int_t | fCurrentRestrict {0} |
! current restriction for last-found object More... | |
TString | fObjectsPath |
! default path for registered objects More... | |
Bool_t | fReadOnly {kTRUE} |
! indicate if sniffer allowed to change ROOT structures - like read objects from file More... | |
TList | fRestrictions |
! list of restrictions for different locations More... | |
Bool_t | fScanGlobalDir {kTRUE} |
! when enabled (default), scan gROOT for histograms, canvases, open files More... | |
Protected Attributes inherited from TNamed | |
TString | fName |
TString | fTitle |
Private Types | |
enum | { kItemField = BIT(21) } |
Additional Inherited Members | |
Public Types inherited from TObject | |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kInconsistent = 0x08000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
enum | EDeprecatedStatusBits { kObjInCanvas = BIT(3) } |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
#include <TRootSniffer.h>
|
private |
Enumerator | |
---|---|
kItemField |
Definition at line 115 of file TRootSniffer.h.
TRootSniffer::TRootSniffer | ( | const char * | name, |
const char * | objpath = "Objects" |
||
) |
constructor
Definition at line 423 of file TRootSniffer.cxx.
|
virtual |
destructor
Definition at line 432 of file TRootSniffer.cxx.
|
protected |
set or get field for the child each field coded as TNamed object, placed after chld in the parent hierarchy
Definition at line 1681 of file TRootSniffer.cxx.
Definition at line 156 of file TRootSniffer.h.
Bool_t TRootSniffer::CanDrawItem | ( | const char * | path | ) |
Method verifies if object can be drawn.
Definition at line 1061 of file TRootSniffer.cxx.
Bool_t TRootSniffer::CanExploreItem | ( | const char * | path | ) |
Method returns true when object has childs or one could try to expand item.
Definition at line 1072 of file TRootSniffer.cxx.
Int_t TRootSniffer::CheckRestriction | ( | const char * | full_item_name | ) |
Checked if restriction is applied to the item full_item_name should have full path to the item.
Returns -1 - object invisible, cannot be accessed or listed 0 - no explicit restrictions, use default 1 - read-only access 2 - full access
Definition at line 546 of file TRootSniffer.cxx.
Bool_t TRootSniffer::CreateItem | ( | const char * | fullname, |
const char * | title | ||
) |
create item element
Definition at line 1655 of file TRootSniffer.cxx.
|
protected |
method replaces all kind of special symbols, which could appear in URL options
Definition at line 1233 of file TRootSniffer.cxx.
|
protectedvirtual |
execute command marked as _kind=='Command'
Definition at line 1116 of file TRootSniffer.cxx.
|
virtual |
Search element with specified path Returns pointer on element Optionally one could obtain element class, member description and number of childs.
When chld!=0, not only element is searched, but also number of childs are counted. When member!=0, any object will be scanned for its data members (disregard of extra options)
Definition at line 993 of file TRootSniffer.cxx.
TObject * TRootSniffer::FindTObjectInHierarchy | ( | const char * | path | ) |
Search element in hierarchy, derived from TObject.
Definition at line 1038 of file TRootSniffer.cxx.
const char * TRootSniffer::GetAutoLoad | ( | ) | const |
return name of configured autoload scripts (or 0)
Definition at line 490 of file TRootSniffer.cxx.
|
protected |
return item from the subfolders structure
Definition at line 1522 of file TRootSniffer.cxx.
|
protected |
return field for specified item
Definition at line 1784 of file TRootSniffer.cxx.
const char * TRootSniffer::GetItemField | ( | const char * | fullname, |
const char * | name | ||
) |
return field for specified item
Definition at line 1800 of file TRootSniffer.cxx.
|
virtual |
Get hash function for specified item used to detect any changes in the specified object.
Definition at line 1051 of file TRootSniffer.cxx.
|
inlinevirtual |
Definition at line 233 of file TRootSniffer.h.
creates subfolder where objects can be registered
Definition at line 1588 of file TRootSniffer.cxx.
Bool_t TRootSniffer::HasRestriction | ( | const char * | item_name | ) |
Made fast check if item with specified name is in restriction list If returns true, requires precise check with CheckRestriction() method.
Definition at line 499 of file TRootSniffer.cxx.
|
inlineprotectedvirtual |
Definition at line 158 of file TRootSniffer.h.
return true when object is TNamed with kItemField bit set such objects used to keep field values for item
Definition at line 1671 of file TRootSniffer.cxx.
|
inline |
Returns readonly mode.
Definition at line 187 of file TRootSniffer.h.
|
inline |
Returns true when sniffer allowed to scan global directories.
Definition at line 203 of file TRootSniffer.h.
|
inlinevirtual |
Definition at line 231 of file TRootSniffer.h.
|
protectedvirtual |
produce binary data for specified item if "zipped" option specified in query, buffer will be compressed Implemented only in TRootSniffer class
Definition at line 1385 of file TRootSniffer.cxx.
|
protectedvirtual |
execute command for specified object options include method and extra list of parameters sniffer should be not-readonly to allow execution of the commands reskind defines kind of result 0 - debug, 1 - json, 2 - binary Implemented only in TRootSnifferFull class
Definition at line 1265 of file TRootSniffer.cxx.
|
protectedvirtual |
Method to produce image from specified object.
Parameters: kind - image kind TImage::kPng, TImage::kJpeg, TImage::kGif path - path to object options - extra options
By default, image 300x200 is produced In options string one could provide following parameters: w - image width h - image height opt - draw options For instance: http://localhost:8080/Files/hsimple.root/hpx/get.png?w=500&h=500&opt=lego1
Return is memory with produced image Memory must be released by user with free(ptr) call Method implemented in TRootSniffer
Definition at line 1410 of file TRootSniffer.cxx.
|
protectedvirtual |
produce JSON/XML for specified item contrary to h.json request, only fields for specified item are stored
Definition at line 1206 of file TRootSniffer.cxx.
|
protectedvirtual |
produce JSON data for specified item For object conversion TBufferJSON is used
Definition at line 1084 of file TRootSniffer.cxx.
|
protectedvirtual |
Process several requests, packing all results into binary or JSON buffer Input parameters should be coded in the POST block and has individual request relative to current path, separated with '
' symbol like item1/root.bin
item2/exe.bin?method=GetList
item3/exe.bin?method=GetTitle
Request requires 'number' URL option which contains number of requested items.
In case of binary request output buffer looks like: 4bytes length + payload, 4bytes length + payload, ... In case of JSON request output is array with results for each item multi.json request do not support binary requests for the items
Definition at line 1285 of file TRootSniffer.cxx.
|
protectedvirtual |
produce XML data for specified item For object conversion TBufferXML is used Implemented only in TRootSniffer class
Definition at line 1225 of file TRootSniffer.cxx.
Bool_t TRootSniffer::RegisterCommand | ( | const char * | cmdname, |
const char * | method, | ||
const char * | icon | ||
) |
Register command which can be executed from web interface.
As method one typically specifies string, which is executed with gROOT->ProcessLine() method. For instance serv->RegisterCommand("Invoke","InvokeFunction()");
Or one could specify any method of the object which is already registered to the server. For instance: serv->Register("/", hpx); serv->RegisterCommand("/ResetHPX", "/hpx/->Reset()"); Here symbols '/->' separates item name from method to be executed
One could specify additional arguments in the command with syntax like arg1%, arg2% and so on. For example: serv->RegisterCommand("/ResetHPX", "/hpx/->SetTitle(\"arg1%")"); serv->RegisterCommand("/RebinHPXPY", "/hpxpy/->Rebin2D(arg1%,arg2%)"); Such parameter(s) will be requested when command clicked in the browser.
Once command is registered, one could specify icon which will appear in the browser: serv->SetIcon("/ResetHPX", "rootsys/icons/ed_execute.png");
One also can set extra property '_fastcmd', that command appear as tool button on the top of the browser tree: serv->SetItemField("/ResetHPX", "_fastcmd", "true"); Or it is equivalent to specifying extra argument when register command: serv->RegisterCommand("/ResetHPX", "/hpx/->Reset()", "button;rootsys/icons/ed_delete.png");
Definition at line 1839 of file TRootSniffer.cxx.
Register object in subfolder structure subfolder parameter can have many levels like:
TRootSniffer* sniff = new TRootSniffer("sniff"); sniff->RegisterObject("my/sub/subfolder", h1);
Such objects can be later found in "Objects" folder of sniffer like
h1 = sniff->FindTObjectInHierarchy("/Objects/my/sub/subfolder/h1");
If subfolder name starts with '/', object will be registered starting from top folder.
One could provide additional fields for registered objects For instance, setting "_more" field to true let browser explore objects members. For instance:
TEvent* ev = new TEvent("ev"); sniff->RegisterObject("Events", ev); sniff->SetItemField("Events/ev", "_more", "true");
Definition at line 1616 of file TRootSniffer.cxx.
void TRootSniffer::Restrict | ( | const char * | path, |
const char * | options | ||
) |
Restrict access to the specified location.
Hides or provides read-only access to different parts of the hierarchy Restriction done base on user-name specified with http requests Options can be specified in URL style (separated with &) Following parameters can be specified: visible = [all|user(s)] - make item visible for all users or only specified user hidden = [all|user(s)] - make item hidden from all users or only specified user readonly = [all|user(s)] - make item read-only for all users or only specified user allow = [all|user(s)] - make full access for all users or only specified user allow_method = method(s) - allow method(s) execution even when readonly flag specified for the object Like make command seen by all but can be executed only by admin sniff->Restrict("/CmdReset","allow=admin"); Or fully hide command from guest account sniff->Restrict("/CmdRebin","hidden=guest");
Definition at line 466 of file TRootSniffer.cxx.
|
protected |
scan collection content
Definition at line 777 of file TRootSniffer.cxx.
void TRootSniffer::ScanHierarchy | ( | const char * | topname, |
const char * | path, | ||
TRootSnifferStore * | store, | ||
Bool_t | only_fields = kFALSE |
||
) |
Method scans normal objects, registered in ROOT.
scan ROOT hierarchy with provided store object
Definition at line 953 of file TRootSniffer.cxx.
|
protectedvirtual |
scans key properties in special cases load objects from the file
Definition at line 741 of file TRootSniffer.cxx.
|
protectedvirtual |
scans object childs (if any) here one scans collection, branches, trees and so on
Definition at line 761 of file TRootSniffer.cxx.
|
protected |
scan object data members some members like enum or static members will be excluded
Definition at line 609 of file TRootSniffer.cxx.
|
protectedvirtual |
scans object properties here such fields as _autoload or _icon properties depending on class or object name could be assigned By default properties, coded in the Class title are scanned.
Example: ClassDef(UserClassName, 1) // class comments SNIFF _field1=value _field2="string value" Here SNIFF mark is important. After it all expressions like field=value are parsed One could use double quotes to code string values with spaces. Fields separated from each other with spaces
Definition at line 700 of file TRootSniffer.cxx.
|
protectedvirtual |
scan complete ROOT objects hierarchy For the moment it includes objects in gROOT directory and list of canvases and files Also all registered objects are included.
One could reimplement this method to provide alternative scan methods or to extend some collection kinds
Definition at line 918 of file TRootSniffer.cxx.
void TRootSniffer::SetAutoLoad | ( | const char * | scripts = "" | ) |
When specified, _autoload attribute will be always add to top element of h.json/h.hml requests Used to instruct browser automatically load special code.
Definition at line 482 of file TRootSniffer.cxx.
void TRootSniffer::SetCurrentCallArg | ( | THttpCallArg * | arg | ) |
set current http arguments, which then used in different process methods For instance, if user authorized with some user name, depending from restrictions some objects will be invisible or user get full access to the element
Definition at line 442 of file TRootSniffer.cxx.
Bool_t TRootSniffer::SetItemField | ( | const char * | fullname, |
const char * | name, | ||
const char * | value | ||
) |
set field for specified item
Definition at line 1759 of file TRootSniffer.cxx.
When readonly on (default), sniffer is not allowed to change ROOT structures For instance, it is not allowed to read new objects from files.
Definition at line 184 of file TRootSniffer.h.
When enabled (default), sniffer scans gROOT for files, canvases, histograms.
Definition at line 196 of file TRootSniffer.h.
unregister (remove) object from folders structures folder itself will remain even when it will be empty
Definition at line 1634 of file TRootSniffer.cxx.
|
protected |
return 2 when option match to current user name return 1 when option==all return 0 when option does not match user name
Definition at line 512 of file TRootSniffer.cxx.
|
protected |
! scripts names, which are add as _autoload parameter to h.json request
Definition at line 127 of file TRootSniffer.h.
|
protected |
! list of allowed methods, extracted when analyzed object restrictions
Definition at line 125 of file TRootSniffer.h.
|
protected |
! current http arguments (if any)
Definition at line 123 of file TRootSniffer.h.
|
protected |
! current restriction for last-found object
Definition at line 124 of file TRootSniffer.h.
|
protected |
! default path for registered objects
Definition at line 120 of file TRootSniffer.h.
! indicate if sniffer allowed to change ROOT structures - like read objects from file
Definition at line 121 of file TRootSniffer.h.
|
protected |
! list of restrictions for different locations
Definition at line 126 of file TRootSniffer.h.
! when enabled (default), scan gROOT for histograms, canvases, open files
Definition at line 122 of file TRootSniffer.h.