Share on Facebook Share on Twitter Email
Answers.com

ROOT

 

1. the descending and subterranean part of a plant.
2. that portion of an organ, such as a tooth, hair or nail, that is buried in the tissues, or by which it arises from another structure, or the part of a nerve that is adjacent to the center to which it is connected, e.g. root of neck, root of tail.

  • calcified r. canal — restriction of the diameter of the root canal due to calicification; seen in older animals.
  • r. canal — that part of the dental pulp cavity extending from the pulp chamber to the apical foramen. Called also pulp canal.
  • r. canal therapy — see endodontics.
  • dental r. elevator — screwdriver-shaped instrument with a grooved and beveled blade. By pushing the tip of the blade between the tooth root and the alveolar wall the periodontal membrane is broken and the root is elevated and removed.
  • dorsal r. — the sensory division of each spinal nerve, attached centrally to the spinal cord and joining peripherally with the ventral root to form the nerve before it emerges from the intervertebral foramen.
  • hair r. — the part of the hair buried in the hair follicle.
  • mesenteric r. — the small area of attachment of the mesentery to the dorsal abdominal wall at about the level of the first lumbar vertebrae. It encloses the vessels and nerves that supply the intestine.
  • motor r. — ventral root.
  • nerve r's — the series of paired bundles of nerve fibers which emerge at each side of the spinal cord, termed dorsal (or posterior) or ventral (or anterior) according to their position. A series of dorsal and ventral roots join to form a spinal nerve. Certain cranial nerves, e.g. the trigeminal, also have nerve roots.
  • penis r. — the attachment of the penis by two crura to the lateral parts of the ischial arch.
  • r. perforation — an accidental occurrence when filing a root canal.
  • r. planing — see dental planing.
  • sensory r. — dorsal root.
  • r. signature — referred pain down a limb, causing lameness or elevation of the limb, resulting from entrapment of the spinal nerve, usually by an extruded intervertebral disk.
  • r. sheath cuticle — single layer of cornified cells of the hair follicle interdigitating with the cornified cells of the hair cuticle.
  • tongue r. — caudal part of the tongue attached to the hyoid bone, soft palate and pharynx.
  • ventral r. — the motor division of each spinal nerve, attached centrally to the spinal cord and joining peripherally with the dorsal root to form the nerve before it emerges from the intervertebral foramen.
Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: ROOT
Top
ROOT
ROOT logo
Example ROOT plot showing regions of interest in a 2D distribution
Example ROOT plot showing regions of interest in a 2D distribution
Developer(s) CERN
Stable release 5.24/00b / October 11, 2009
Written in C++
Operating system Cross-platform
Type Data analysis
License LGPL/GPL
Website http://root.cern.ch/

ROOT is an object-oriented program and library developed by CERN. It was originally designed for particle physics data analysis and contains several features specific to this field, but it is also commonly[citation needed] used in other applications such as astronomy and data mining.

Contents

Description

CERN maintained a program library written in FORTRAN for many years; development and maintenance were discontinued in 2003 in favour of ROOT, written in C++. ROOT development was initiated by René Brun and Fons Rademakers in 1994. Some parts are published under the LGPL, and others are based on GPL software and thus are also published under the terms of the GNU General Public License (GPL). It provides platform independent access to a computer's graphics subsystem and operating system using abstract layers. Parts of the abstract platform are: a graphical user interface and a GUI builder, container classes, reflection, a C++ script and command line interpreter (CINT), object serialization and persistence.

The packages provided by ROOT include those for

A key feature of ROOT is a data container called tree, with its substructures branches and leaves. A tree can be seen as a sliding window to the raw data, as stored in a file. Data from the next entry in the file can be retrieved by advancing the index in the tree. This avoids memory allocation problems associated with object creation, and allows the tree to act as a lightweight container while handling buffering invisibly.

ROOT is designed for high computing efficiency, as it is required to process data from the Large Hadron Collider's experiments estimated at several petabytes per year. As of 2009 ROOT is mainly used in data analysis and data acquisition in high energy physics experiments—most current experimental plots and results are obtained using ROOT.

The inclusion of the CINT C++ interpreter makes this package very versatile as it can be used in interactive, scripted and compiled modes in a manner similar to commercial products like MATLAB.

Criticisms of ROOT include its difficulty for beginners, as well as various features of its design and implementation.[1] From time to time these issues are discussed on the ROOT users mailing list.[2][3]

Applications of ROOT

Several particle physics experiments have written software based on ROOT, often in favor of using more generic solutions (i.e. using ROOT containers instead of STL).

References

See also

External links


 
 

 

Copyrights:

Veterinary Dictionary. Saunders Comprehensive Veterinary Dictionary 3rd Edition. Copyright © 2007 by D.C. Blood, V.P. Studdert and C.C. Gay, Elsevier. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "ROOT" Read more