Difference between revisions of "LBNE Far Detector Software Data Model"

From DUNE
Jump to navigation Jump to search
Line 19: Line 19:
 
! Class !! Location !! Description
 
! Class !! Location !! Description
 
|-
 
|-
| RawDigit || $LARDATA_INC/RawData || Raw (convoluted) ADC signals in time slices. Unpack with raw::Decompress in RawData/raw.h
+
| RawDigit || lardata/RawData || Raw (convoluted) ADC signals in time slices. Unpack with raw::Decompress in RawData/raw.h
 
|-
 
|-
| Wire || $LARDATA_INC/RecoBase  || Deconvoluted signal for each channel.
+
| Wire || lardata/RecoBase  || Deconvoluted signal for each channel.
 
|-
 
|-
| Hit || $LARDATA_INC/RecoBase || Peaks on wire signals.
+
| Hit || lardata/RecoBase || Peaks on wire signals.
 
|-
 
|-
| Cluster || $LARDATA_INC/RecoBase || Associated hits in a TPC plane, i.e. 2D tracks. The list of hits is stored as an association.
+
| Cluster || lardata/RecoBase || Associated hits in a TPC plane, i.e. 2D tracks. The list of hits is stored as an association.
 +
|-
 +
| SpacePoint || lardata/RecoBase || Space point formed by combining hits from different planes. Hits stored as association.
 +
|-
 +
| Track || lardata/Track || Trajectory with momentum.
 +
|-
 +
| PFParticle || lardata/PFParticle  || Reconstructed particle? Association to track.
 
|}
 
|}
 
Plans to update the reconstruction model are described in a [http://lbne2-docdb.fnal.gov:8080/cgi-bin/RetrieveFile?docid=10187&filename=20150112-Petrillo.pdf&version=3 talk by Gianluca].
 
Plans to update the reconstruction model are described in a [http://lbne2-docdb.fnal.gov:8080/cgi-bin/RetrieveFile?docid=10187&filename=20150112-Petrillo.pdf&version=3 talk by Gianluca].

Revision as of 02:01, 15 April 2015

This page documents D. Adams attempts to understand the LBNE EDM (event data model), i.e. the classes describing the data share by modules via the event data store and written to event data files.

Simulation

The following table lists the EDM clases used in the simulation.

Class Location Description
MCTruth $NUTOOLS_INC/SimulationBase ID, PDG ID, status code and starting and ending position and momentum for each input MC particle
MCParticle $NUTOOLS_INC/SimulationBase ID, PDG ID, status code and starting and ending positions and momenta for each MC particle
SimChannel $LARSIM_INC/Simulation Energy deposited by each MC particle in the volume for each readout channel

Reconstruction

The following table lists the EDM classes used in the reconstruction.

Class Location Description
RawDigit lardata/RawData Raw (convoluted) ADC signals in time slices. Unpack with raw::Decompress in RawData/raw.h
Wire lardata/RecoBase Deconvoluted signal for each channel.
Hit lardata/RecoBase Peaks on wire signals.
Cluster lardata/RecoBase Associated hits in a TPC plane, i.e. 2D tracks. The list of hits is stored as an association.
SpacePoint lardata/RecoBase Space point formed by combining hits from different planes. Hits stored as association.
Track lardata/Track Trajectory with momentum.
PFParticle lardata/PFParticle Reconstructed particle? Association to track.

Plans to update the reconstruction model are described in a talk by Gianluca.

Code browsing

DUNE
Repository
lbnecode Redmine
LArSoft
Repository
larsoft Redmine LXR
larcore Redmine LXR
lardata Redmine LXR
larevt Redmine LXR
larsim Redmine LXR
larreco Redmine LXR
larana Redmine LXR
...
Supporting products
Repository
art Redmine LXR
nutools Redmine