User's Guide May 2018

Total Page:16

File Type:pdf, Size:1020Kb

User's Guide May 2018 User’s Guide May 2018 2 Contents Preface 11 1 Introduction 13 1.1 The ROOT forum............................................... 13 1.2 Contact Information.............................................. 13 1.3 Conventions Used in This Book........................................ 14 1.4 The Framework................................................. 14 1.5 Installing ROOT................................................ 15 1.6 The Organization of the ROOT Framework................................. 16 1.7 How to Find More Information........................................ 21 2 Getting Started 25 2.1 Setting the Environment Variables...................................... 25 2.2 Start and Quit a ROOT Session....................................... 26 2.3 Using the GUI................................................. 27 2.4 The ROOT Command Line.......................................... 37 2.5 Conventions................................................... 39 2.6 Global Variables................................................ 41 2.7 Environment Setup............................................... 42 2.8 Converting from PAW to ROOT....................................... 44 3 Histograms 45 3.1 The Histogram Classes............................................. 45 3.2 Creating Histograms.............................................. 45 3.3 Bin Numbering................................................. 47 3.4 Filling Histograms............................................... 47 3.5 Random Numbers and Histograms...................................... 48 3.6 Adding, Dividing, and Multiplying...................................... 49 3.7 Projections................................................... 49 3.8 Drawing Histograms.............................................. 50 3.9 Making a Copy of an Histogram....................................... 72 3.10 Normalizing Histograms............................................ 72 3.11 Saving/Reading Histograms to/from a File................................. 72 3.12 Miscellaneous Operations........................................... 72 3.13 Alphanumeric Bin Labels........................................... 73 3 4 CONTENTS 3.14 Histogram Stacks................................................ 75 3.15 TH2Poly..................................................... 76 3.16 Profile Histograms............................................... 77 3.17 Iso Surfaces................................................... 81 3.18 3D Implicit Functions............................................. 81 3.19 TPie....................................................... 81 3.20 The User Interface for Histograms...................................... 83 4 Graphs 91 4.1 TGraph..................................................... 91 4.2 Superimposing Two Graphs.......................................... 95 4.3 Graphs with Error Bars............................................ 96 4.4 Graphs with Asymmetric Error Bars..................................... 97 4.5 Graphs with Asymmetric Bent Errors.................................... 98 4.6 TGraphPolar.................................................. 99 4.7 TGraph Exclusion Zone............................................ 101 4.8 TGraphQQ................................................... 102 4.9 TMultiGraph.................................................. 103 4.10 TGraph2D................................................... 104 4.11 TGraph2DErrors................................................ 106 4.12 Fitting a Graph................................................. 106 4.13 Setting the Graph’s Axis Title........................................ 108 4.14 Zooming a Graph................................................ 108 4.15 The User Interface for Graphs......................................... 109 5 Fitting Histograms 111 5.1 The Fit Method................................................ 111 5.2 The TF1 function class............................................. 112 5.3 Configuring the Fit............................................... 115 5.4 Example of fit: Combining Functions..................................... 117 5.5 Result of the fit................................................. 118 5.6 The Fit Panel.................................................. 120 5.7 New ROOT::Fit classes............................................ 123 5.8 The Minimization packages.......................................... 130 5.9 MINUIT (Old TMInuit Version)....................................... 130 5.10 Minuit2 Package................................................ 133 5.11 FUMILI Minimization Package........................................ 133 5.12 Neural Networks................................................ 134 6 A Little C++ 141 6.1 Classes, Methods and Constructors...................................... 141 6.2 Inheritance and Data Encapsulation..................................... 142 6.3 Creating Objects on the Stack and Heap................................... 143 CONTENTS 5 7 The C++ Interpreter Cling 147 7.1 The ROOT Prompt.............................................. 147 7.2 Feeding Sources Files To ROOT: C++ Scripts............................... 149 7.3 C++ Extensions To Ease Scripting...................................... 150 7.4 ACLiC: Compiling Scripts Into Libraries................................... 151 7.5 Classes Defined By Scripts........................................... 155 7.6 Inspecting Objects............................................... 156 8 Object Ownership 159 8.1 Ownership by Current Directory (gDirectory)................................ 159 8.2 Ownership by the Master TROOT Object (gROOT)............................ 160 8.3 Ownership by Other Objects......................................... 161 8.4 Ownership by the User............................................. 161 9 Graphics and the Graphical User Interface 163 9.1 Drawing Objects................................................ 163 9.2 Interacting with Graphical Objects...................................... 163 9.3 Graphical Containers: Canvas and Pad.................................... 168 9.4 Graphical Objects............................................... 175 9.5 Axis....................................................... 190 9.6 Graphical Objects Attributes......................................... 202 9.7 The Graphics Editor.............................................. 209 9.8 Copy and Paste................................................. 210 9.9 Legends..................................................... 213 9.10 The PostScript Interface............................................ 215 9.11 The PDF Interface............................................... 219 9.12 Create or Modify a Style............................................ 219 9.13 3D Viewers................................................... 221 10 Folders and Tasks 237 10.1 Folders...................................................... 238 10.2 Why Use Folders?............................................... 239 10.3 How to Use Folders............................................... 239 10.4 Tasks...................................................... 242 10.5 Execute and Debug Tasks........................................... 245 11 Input/Output 247 11.1 The Physical Layout of ROOT Files..................................... 247 11.2 The Logical ROOT File: TFile and TKey.................................. 251 11.3 Streamers.................................................... 262 11.4 Pointers and References in Persistency.................................... 267 11.5 Schema Evolution............................................... 271 11.6 Compression and Performance........................................ 280 11.7 Remotely Access to ROOT Files via a rootd................................. 280 11.8 Reading ROOT Files via Apache Web Server................................ 282 11.9 XML Interface................................................. 283 6 CONTENTS 12 Trees 285 12.1 Why Should You Use a Tree?......................................... 285 12.2 A Simple TTree................................................. 285 12.3 Show an Entry with TTree::Show....................................... 286 12.4 Print the Tree Structure with TTree::Print................................. 287 12.5 Scan a Variable the Tree with TTree::Scan.................................. 287 12.6 The Tree Viewer................................................ 287 12.7 Creating and Saving Trees........................................... 289 12.8 Branches..................................................... 293 12.9 Adding a Branch to Hold a List of Variables................................. 293 12.10Adding a TBranch to Hold an Object.................................... 294 12.11Adding a Branch with a Folder........................................ 297 12.12Adding a Branch with a Collection...................................... 297 12.13Examples for Writing and Reading Trees................................... 297 12.14Example 1: A Tree with Simple Variables.................................. 298 12.15Example 2: A Tree with a C Structure.................................... 301 12.16Example 3: Adding Friends to Trees..................................... 306 12.17Example 4: A Tree with an Event Class................................... 309 12.18Example 5: Import an ASCII File into a TTree............................... 314 12.19Trees in Analysis................................................ 314 12.20Simple Analysis Using TTree::Draw..................................... 314 12.21Using TTree::MakeClass...........................................
Recommended publications
  • X3DOM – Declarative (X)3D in HTML5
    X3DOM – Declarative (X)3D in HTML5 Introduction and Tutorial Yvonne Jung Fraunhofer IGD Darmstadt, Germany [email protected] www.igd.fraunhofer.de/vcst © Fraunhofer IGD 3D Information inside the Web n Websites (have) become Web applications n Increasing interest in 3D for n Product presentation n Visualization of abstract information (e.g. time lines) n Enriching experience of Cultural Heritage data n Enhancing user experience with more Example Coform3D: line-up of sophisticated visualizations scanned historic 3D objects n Today: Adobe Flash-based site with videos n Tomorrow: Immersive 3D inside browsers © Fraunhofer IGD OpenGL and GLSL in the Web: WebGL n JavaScript Binding for OpenGL ES 2.0 in Web Browser n à Firefox, Chrome, Safari, Opera n Only GLSL shader based, no fixed function pipeline mehr n No variables from GL state n No Matrix stack, etc. n HTML5 <canvas> element provides 3D rendering context n gl = canvas.getContext(’webgl’); n API calls via GL object n X3D via X3DOM framework n http://www.x3dom.org © Fraunhofer IGD X3DOM – Declarative (X)3D in HTML5 n Allows utilizing well-known JavaScript and DOM infrastructure for 3D n Brings together both n declarative content design as known from web design n “old-school” imperative approaches known from game engine development <html> <body> <h1>Hello X3DOM World</h1> <x3d> <scene> <shape> <box></box> </shape> </scene> </x3d> </body> </html> © Fraunhofer IGD X3DOM – Declarative (X)3D in HTML5 • X3DOM := X3D + DOM • DOM-based integration framework for declarative 3D graphics
    [Show full text]
  • TR 102 199 V1.1.1 (2003-10) Technical Report
    ETSI TR 102 199 V1.1.1 (2003-10) Technical Report Services and Protocols for Advanced Networks (SPAN); Preliminary analysis of Broadband multimedia services 2 ETSI TR 102 199 V1.1.1 (2003-10) Reference DTR/SPAN-130320 Keywords broadband, multimedia, service ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice Individual copies of the present document can be downloaded from: http://www.etsi.org The present document may be made available in more than one electronic version or in print. In any case of existing or perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF). In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http://portal.etsi.org/tb/status/status.asp If you find errors in the present document, send your comment to: [email protected] Copyright Notification No part may be reproduced except as authorized by written permission. The copyright and the foregoing restriction extend to reproduction in all media. © European Telecommunications Standards Institute 2003. All rights reserved.
    [Show full text]
  • Towards Improving the Quality of Mobile Apps by Leveraging Crowdsourced Feedback Maria Gomez
    Towards Improving the Quality of Mobile Apps by Leveraging Crowdsourced Feedback Maria Gomez To cite this version: Maria Gomez. Towards Improving the Quality of Mobile Apps by Leveraging Crowdsourced Feedback. Software Engineering [cs.SE]. Universite Lille 1; Inria Lille - Nord Europe, 2016. English. tel- 01418298v2 HAL Id: tel-01418298 https://tel.archives-ouvertes.fr/tel-01418298v2 Submitted on 20 Jan 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Towards Improving the Quality of Mobile Apps by Leveraging Crowdsourced Feedback María Gómez Lacruz Supervisors: Prof. Romain Rouvoy and Prof. Lionel Seinturier Inria Lille Nord Europe University of Lille This dissertation is submitted for the degree of Doctor of Philosophy in Computer Science Thesis Committee: Prof. Xavier Blanc, Dr. Jacques Klein and Prof. Michele Lanza (referees) Dr. Alessandra Gorla and Prof. Luigi Lancieri (examiners) University of Lille 2nd December 2016 This manuscript was prepared by: María Gómez Lacruz Inria Lille Nord Europe University of Lille PhD advisors: Prof. Romain Rouvoy, University of Lille, France Prof. Lionel Seinturier, University of Lille, France Thesis Committee Referee: Prof. Xavier Blanc, University of Bordeaux, France Referee: Dr. Jacques Kein, University of Luxembourg, Luxembourg Referee: Prof.
    [Show full text]
  • Test Coverage Guide
    TEST COVERAGE GUIDE Test Coverage Guide A Blueprint for Strategic Mobile & Web Testing SUMMER 2021 1 www.perfecto.io TEST COVERAGE GUIDE ‘WHAT SHOULD I BE TESTING RIGHT NOW?’ Our customers often come to Perfecto testing experts with a few crucial questions: What combination of devices, browsers, and operating systems should we be testing against right now? What updates should we be planning for in the future? This guide provides data to help you answer those questions. Because no single data source tells the full story, we’ve combined exclusive Perfecto data and global mobile market usage data to provide a benchmark of devices, web browsers, and user conditions to test on — so you can make strategic decisions about test coverage across mobile and web applications. CONTENTS 3 Putting Coverage Data Into Practice MOBILE RECOMMENDATIONS 6 Market Share by Country 8 Device Index by Country 18 Mobile Release Calendar WEB & OS RECOMMENDATIONS 20 Market Share by Country 21 Browser Index by Desktop OS 22 Web Release Calendar 23 About Perfecto 2 www.perfecto.io TEST COVERAGE GUIDE DATA INTO PRACTICE How can the coverage data be applied to real-world executions? Here are five considerations when assessing size, capacity, and the right platform coverage in a mobile test lab. Optimize Your Lab Configuration Balance Data & Analysis With Risk Combine data in this guide with your own Bundle in test data parameters (like number of tests, analysis and risk assessment to decide whether test duration, and required execution time). These to start testing with the Essential, Enhanced, or parameters provide the actual time a full- cycle or Extended mobile coverage buckets.
    [Show full text]
  • BIM & IFC-To-X3D
    BIM & IFC-to-X3D Hyokwang Lee PartDB Co., Ltd. and Web3D Korea Chapter [email protected] Engineering IT & VR solutions based on International Standards BIM . BIM (Building Information Modeling) . A digital representation of physical and functional characteristics of a facility. A shared knowledge resource for information about a facility forming a reliable basis for decisions during its life-cycle; defined as existing from earliest conception to demolition. http://www.directindustry.com/ http://www.aecbytes.com/buildingthefuture/2007/BIM_Awards_Part1.html Coordination between the different disciplinary models. (© M.A. Mortenson Company) 4D scheduling using the BIM model (top image) and the details of site utilization and civil work (lower image) used for coordination and communication with local review agencies and utility companies. (© M.A. Mortenson Company) http://www.quartzsys.com/ Design http://www.quartzsys.com/?c=1/6/27 OpenBIM . A universal approach to the collaborative design, realization and operation of buildings based on open standards and workflows. An initiative of buildingSMART and several leading software vendors using the open buildingSMART Data Model. http://buildingsmart.com/openbim OpenBIM & IFC . IFC (ISO/PAS 16739) . The Industry Foundation Classes (IFC) : an open, neutral and standard ized specification for Building Information Models, BIM. The main buildingSMART data model standard buildingSMART Web3D Consortium International IFC Web3D (ISO/PAS 16739) Web3D Korea Chapter buildingSMART KOREA - Inhan Kim, What is BIM?, Aug. 2008, http://www.cadgraphics.co.kr/cngtv/data/20080813_1.pdf BIM CAD Systems . Autodesk Revit Architecture . Bently Achitecture . Nemetschek Allplan . GRAPHISOFT ArchiCad . Gehry Technologies (GT) Digital Project . CATIA V5 as a core modeling engine . Vectorworks Architect Simple IFC-to-X3D Conversion .
    [Show full text]
  • Improving Photometric Calibration of Meteor Video Camera Systems
    Improving Photometric Calibration of Meteor Video Camera Systems Steven Ehlerta, Aaron Kingeryb, and Robert Suggsc aQualis Corporation/Jacobs ESSSA Contract, NASA Meteoroid Environment Office, Marshall Space Flight Center, Huntsville, AL, USA, 35812 bERC/Jacobs ESSSA Contract, NASA Meteoroid Environment Office, Marshall Space Flight Center, Huntsville, AL, USA, 35812 cNASA Meteoroid Environment Office, Marshall Space Flight Center, Huntsville, AL, USA, 35812 Abstract We present the results of new calibration tests performed by the NASA Me- teoroid Environment Office (MEO) designed to help quantify and minimize systematic uncertainties in meteor photometry from video camera observa- tions. These systematic uncertainties can be categorized by two main sources: an imperfect understanding of the linearity correction for the MEO's Watec 902H2 Ultimate video cameras and uncertainties in meteor magnitudes aris- ing from transformations between the Watec camera's Sony EX-View HAD bandpass and the bandpasses used to determine reference star magnitudes. To address the first point, we have measured the linearity response of the MEO's standard meteor video cameras using two independent laboratory tests on eight cameras. Our empirically determined linearity correction is critical for performing accurate photometry at low camera intensity levels. With regards to the second point, we have calculated synthetic magnitudes in the EX bandpass for reference stars. These synthetic magnitudes enable direct calculations of the meteor's photometric flux within the camera band- Preprint submitted to Planetary and Space Science August 22, 2016 pass without requiring any assumptions of its spectral energy distribution. Systematic uncertainties in the synthetic magnitudes of individual reference stars are estimated at ∼ 0:20 mag, and are limited by the available spec- tral information in the reference catalogs.
    [Show full text]
  • ISO/IEC JTC 1 N13604 ISO/IEC JTC 1 Information Technology
    ISO/IEC JTC 1 N13604 2017-09-17 Replaces: ISO/IEC JTC 1 Information Technology Document Type: other (defined) Document Title: Study Group Report on 3D Printing and Scanning Document Source: SG Convenor Project Number: Document Status: This document is circulated for review and consideration at the October 2017 JTC 1 meeting in Russia. Action ID: ACT Due Date: 2017-10-02 Pages: Secretariat, ISO/IEC JTC 1, American National Standards Institute, 25 West 43rd Street, New York, NY 10036; Telephone: 1 212 642 4932; Facsimile: 1 212 840 2298; Email: [email protected] Study Group Report on 3D Printing and Scanning September 11, 2017 ISO/IEC JTC 1 Plenary (October 2017, Vladivostok, Russia) Prepared by the ISO/IEC JTC 1 Study Group on 3D Printing and Scanning Executive Summary The purpose of this report is to assess the possible contributions of JTC 1 to the global market enabled by 3D Printing and Scanning. 3D printing, also known as additive manufacturing, is considered by many sources as a truly disruptive technology. 3D printers range presently from small table units to room size and can handle simple plastics, metals, biomaterials, concrete or a mix of materials. They can be used in making simple toys, airplane engine components, custom pills, large buildings components or human organs. Depending on process, materials and precision, 3D printer costs range from hundreds to millions of dollars. 3D printing makes possible the manufacturing of devices and components that cannot be constructed cost-effectively with other manufacturing techniques (injection molding, computerized milling, etc.). It also makes possible the fabrications of customized devices, or individual (instead of identical mass-manufactured) units.
    [Show full text]
  • University of Florida Acceptable ETD Formats
    University of Florida acceptable ETD formats The Acceptable ETD formats below are defined based on those media for which a preservation strategy exists. The aim is to make all ETD’s available into the future as the technology changes and software becomes obsolete. Media formats that are not listed in this table are ones that cannot presently be preserved at an acceptable level. Many of these can easily be converted to one of the acceptable formats. If you create a document using Word or LaTex it should be exported as a PDF. Please consult with the CIRCA ETD unit ([email protected]) for assistance or if you have any questions. The Acceptable ETD Formats are reviewed and updated regularly by the Graduate School, the Library, the ETD training staff in Academic Technology, and the Florida Center for Library Automation. All files should be scanned with up-to-date virus software before submission. Files with viruses will not be accepted. Media Acceptable formats (bold indicates preferred formats) Text - PDF/A-1 (ISO 19005-1) (*.pdf) - Plain text (encoding: USASCII, UTF-8, UTF-16 with BOM) - XML (includes XSD/XSL/XHTML, etc.; with included or accessible schema and character encoding explicitly specified) - Cascading Style Sheets (*.css) - DTD (*.dtd) - Plain text (ISO 8859-1 encoding) - PDF (*.pdf) (embedded fonts) - Rich Text Format 1.x (*.rtf) - HTML (include a DOCTYPE declaration) - SGML (*.sgml) - Open Office (*.sxw/*.odt) - OOXML (ISO/IEC DIS 29500) (*.docx) - Computer program source code (*.c, *.c++, *.java, *.js, *.jsp, *.php, *.pl, etc.)
    [Show full text]
  • DICOM Strategy
    1300 North 17th Street, Suite 900 Arlington, VA 22209, USA +1-703-841-3259 http://dicom.nema.org E-mail: [email protected] STRATEGIC DOCUMENT Last revised: 2017-03-08 The purpose of this document is to provide a summary of the current activities and future directions of the DICOM Standard. The content of the document is largely based on information submitted by individual working group chairs. The date of the last change of the strategy is marked for each working group; changes to the listing of Secretaries and/or Co-Chairs are made as needed. Contents INTRODUCTION The DICOM Standards Committee WG-01: Cardiac and Vascular Information WG-16: Magnetic Resonance WG-02: Projection Radiography and Angiography WG-17: 3D Manufacturing WG-03: Nuclear Medicine WG-18: Clinical Trials and Education WG-04: Compression WG-19: Dermatologic Standards WG-05: Exchange Media WG-20: Integration of Imaging and Information Systems WG-06: Base Standard WG-21: Computed Tomography WG-07: Radiotherapy WG-22: Dentistry WG-08: Structured Reporting WG-23: Application Hosting WG-09: Ophthalmology WG-24: Surgery WG-10: Strategic Advisory WG-25: Veterinary Medicine WG-11: Display Function Standard WG-26: Pathology WG-12: Ultrasound WG-27: Web Technology for DICOM WG-13: Visible Light WG-28: Physics WG-14: Security WG-29: Education, Communication and Outreach WG-15: Digital Mammography and CAD WG-30: Small Animal Imaging WG-31: Conformance INTRODUCTION Last substantive update: 2010-06-16 A Brief Background of the DICOM Standard The introduction of digital medical image sources in the 1970’s and the use of computers in processing these images after their acquisition led the American College of Radiology (ACR) and the National Electrical Manufacturers Association (NEMA) to form a joint committee in order to create a standard method for the transmission of medical images and their associated information.
    [Show full text]
  • Design Experience Camera/Video Entertainment
    Slim and Sleek Design High Def Screen Shows More Detail Powerful Rear Camera with Filter Effects Incredible Selfie Camera Long-Lasting Battery DISPLAY CAMERAS ANDROID™ PROCESSOR BATTERY MEMORY 5.0" HD TFT Rear: 8 MP Version 6.0.1 Quad-Core 2,100 mAh ROM: 16 GB; RAM: 1.5 GB 1280 x 720 Front: 5 MP Marshmallow 1.3 GHz Removable microSD™ Support Design Camera/Video Connectivity • Slim 6.9 mm Profile • 8 MP Rear-Facing Autofocus Camera and HD • Virgin Mobile 4G LTE Network1 • Customizable Home Touch Buttons – includes Camcorder with LED Flash • Mobile Hotspot2 – share a 4G LTE data connection Notification, Capture+, and QSlide Function™ • 5 MP Front-Facing Camera and HD Camcorder with 8 other compatible wireless devices3 • LG UX 5.0 Home Screen – conveniently access all apps • Camera Resolutions: up to 3264 x 24481 • Wi-Fi® Connectivity – 802.11 b/g/n from the home screen • Swipe Finger to Switch between Cameras • Bluetooth Wireless Technology Version 4.1 • Camera/Video Zoom: up to 4x1 • Supported Bluetooth Profiles: A2DP, AVRCP, DI, Experience • Shot Modes – Auto and Panorama1 GAVDP, GOEP, HFP, HID, HOGP, HSP, MAP, OPP, • Reader Mode – decreases the amount of blue light on • Film Effect – pre-set filter effects to give photos ScPP, SPP, PAN, PBAP, MAP, HDP the screen to help reduce eye strain a film-like look and feel • Bluetooth Tethering – share your phone’s Internet 2 • QuickMemo+® – take notes on a blank screen with • Burst Shot1 – hold the shutter button to take connection with your computer ability to choose paper style, pen size and color, multiple shots • Wi-Fi Direct® – connect directly to devices via add text with a PC-like tool bar, and more • Gesture Shot2 – take selfies with a simple hand gesture Wi-Fi connection ® ™ • Capture+ – write or draw on nearly any screen and • Gesture Interval Shot2 – make a fist twice to take four • Qualcomm IZat Support for Enhanced Location Accuracy then save to QuickMemo+ or Photos selfies in sequence 1 Virgin Mobile’s 4G LTE Network not available everywhere.
    [Show full text]
  • GMG Epson Proofing to G7
    Equipment List Pre-media & Retouching Large Format Printing & Finishing Boutique luxury & fashion focused retouching studio Durst Lambda 131Plus – 2 Proofing: HP Scitex 6100 UV inkjet flatbed • GMG Epson proofing to G7 int’l standards Durst Rho 600 roll-to-roll press • Fuji Final Digital Proofing Zund Digital Flatfed cutter • HP1050C Newsprint Proofing Lambda Auto Cutter – 2 ICC Color Management Workflow 42” Graphtec Vinyl Cutter Drum and Flat bed scanners Standard substrates available: Client friendly controlled color-viewing rooms • gloss, matte, pearl, Ultraboard, gator, foam core, sintra, plexi, duratrans, indoor & outdoor vinyls Film laminates Digital Photography Complex mounting and installations Still life/fit model photography studio Professional on-site installation/assembly In house photographer and cameras Standard rentals and props available Network & Communications Webnative for customized client management of digital files Sheetfed & Digital Printing and assets 40” Heidelberg 6 color with interdeck UV • 24/7 password protected access DCC online ordering system for tailored company print offerings 40” Heidelberg 6 color with coating unit • Customizable with company logo Indigo 5500 7 color digital press Konica/Minolta LD 6500 Digital Press Additional Capabilities Mail house services Bindery (sheetfed, digital) Fulfillment services for complex print or ad campaigns Die Cutting 10k and typesetting services • Heidelberg 40” Varimatrix CD and DVD duplication/labeling • 54” Polar Digital Cutter Personal production consultation for all retouching and print projects 6 pocket Heidelberg Stitcher Stahl Folders – 2 In-line gluer/folder DCC DCC NYC DCC NJ Digital Color Concepts 42 West 39th St. 6th Floor 256 Sheffield St. dccnyc.com New York, NY 10018 Mountainside, NJ 07092 [email protected] 212 989 4888 908 264 0504.
    [Show full text]
  • UFED Ultimate, UFED Infield, UFED Logical Analyzer and Cellebrite Reader V7.21.1
    Release Notes UFED Ultimate, UFED InField, UFED Logical Analyzer and Cellebrite Reader v7.21.1 July 2019 Now supporting: 28,936 device profiles App versions: 9,321 Forensic Methods 7.21.1 Total Logical extraction 173 11,436 Physical extraction* 161 7,103 File system extraction 176 7,067 Extract/disable user lock 36 3,330 Total 546 28,936 *Including GPS devices The number of unique mobile devices with passcode capabilities is 5,346 App support • Now supporting the latest version of the Snapchat app for Android devices, including full decoding of chats. • Following the recent support of Telegram messenger for newer iOS versions in the last UFED Physical Analyzer release, we have added new support for calls and shared contacts. • 131 updated application versions for iOS and Android devices. Release Notes | UFED Ultimate, UFED InField, UFED Logical Analyzer and Cellebrite Reader v7.21.1 | July 2019 www.cellebrite.com Release Notes UFED Physical Analyzer Process data faster with less memory consumption As newer models of smartphone devices arrive with higher internal storage capacity, the amount of data to decode and process is much larger, impacting the computer memory consumption. In this version of UFED Physical Analyzer 7.21.1, we have improved the performance of the extraction processing and dramatically reduced the memory consumption by up to 50%. This dramatic change will enable you to successfully open, process and decode much larger extraction dumps. As a part of this infrastructure improvement, Memory ranges and Highlights Information are now stored in dedicated highlights Databases. Note: This requires additional temporary disk storage (that will be automatically deleted once you close the application).
    [Show full text]