Back to home page

EIC code displayed by LXR

 
 

    


Warning, /firebird/docs/index_old.mdx is written in an unsupported language. File is not indexed.

0001 import { LinkCard } from '@theme';
0002 
0003 
0004 
0005 <LinkCard
0006       href="https://seeeic.org"
0007       title=" EVENT DISPLAY"
0008       description="(!) Click HERE for Event Diplay (!)"
0009     />
0010 
0011 The Firebird Event Display is moved to [https://seeeic.org](https://seeeic.org)
0012 (aka "see EIC .org").
0013 This website now only serve as a documentaion and tutorials for the event display
0014 
0015 -----
0016 
0017 # EIC Event Display
0018 
0019 <center><img src="./media/eic_dis_animation_v7.gif" alt="df" width="600"/></center>
0020 
0021 
0022 
0023 ## Overview
0024 
0025 - **Firebird** is a web-based event display framework for particle physics experiments,
0026 specifically designed for the Electron-Ion Collider (EIC).
0027 
0028 - Rather than a static "event display," Firebird is an **Event Player** capable of full 4D visualization,
0029 showing how nuclear physics events and detector responses develop in time. Traditional static views
0030 are also supported.
0031 
0032 - As a core visualization tool for the EIC project, Firebird supports the needs of detector experts,
0033 physicists, and science communications.
0034 
0035 **Live deployment:** [https://seeeic.org](https://seeeic.org)
0036 
0037 
0038 
0039 ## Key Features
0040 
0041 - **Web-based Architecture**: Built with Angular and Three.js, accessible from any device with a modern web browser. No installation required for end users.
0042 - **Time-aware Visualization**: Support for streaming readout data with 4D visualization—play, pause, and scrub through time to see events unfold.
0043 - **Modular Design**: Extensible through the Event Group Factory pattern for custom data loaders, visualization styles, and analysis tools.
0044 - **Interactive Analysis**: Examine detector components, track particles, and inspect physics data with intuitive controls and raycasting selection.
0045 - **Multi-experiment Support**: Designed for ePIC while maintaining compatibility with future IP8 detector and other experiments.
0046 - **Comprehensive Data Handling**: Compatible with simulation outputs (EDM4eic via pyrobird), reconstruction data, and the Firebird DEX format.
0047 - **Performance Optimized**: BVH acceleration for fast raycasting, web workers for data loading, and time-based filtering for efficient rendering.
0048 
0049 The goal development of this software is to fulfill the
0050 [Requirements for the Event Display for Electron Ion Collider](help/eic-requirements) and then go beyond them.
0051 
0052 ## Use Cases
0053 
0054 - **Scientific Research and Analysis** - Firebird serves as a powerful tool for researchers working on
0055   detector optimization, particle reconstruction algorithms, and physics analysis. Its ability to visualize complex data structures helps in understanding detector responses and particle interactions at a detailed level.
0056 
0057 - **Debugging and Quality Control** - For detector experts and software developers, Firebird offers specialized tools for debugging simulations, verifying reconstruction algorithms, and monitoring data quality. The time-aware rendering system helps identify timing issues and validate event reconstruction.
0058 
0059 - **Education and Outreach** - Firebird transforms complex scientific concepts into engaging visualizations suitable for presentations, publications, and public engagement. Its intuitive interface makes it accessible to audiences with varying levels of scientific knowledge.
0060