Giter VIP home page Giter VIP logo

lardataobj's Introduction

larsoft

This code is part of the Liquid Argon Software (LArSoft) project. It contains simulation and reconstruction algorithms for LAr TPC detectors. If you have a problem, please log a redmine issue: https://cdcvs.fnal.gov/redmine/projects/larsoft/issues/new

See the LArSoft wiki

larsoft is an umbrella product used to setup all larsoft products.

Dependencies

larsoft
|__larana
|  |__larreco
|     |__larsim
|     |  |__larg4
|     |  |  |__larevt
|     |  |  |  |__lardata
|     |  |  |  |  |__larcore
|     |  |  |  |  |  |__larcorealg
|     |  |  |  |  |     |__larcoreobj
|     |  |  |  |  |__lardataalg
|     |  |  |  |  |  |__lardataobj
|     |  |  |  |  |__larvecutils
|__lareventdisplay
|__larexamples
|__larpandora
|  |__larpandoracontent
|__larrecodnn
|__larsimdnn
|__larsimrad
|__larsoftobj
|__larwirecell

lardataobj's People

Contributors

bjrebel avatar brballer avatar cerati avatar fjnicolas avatar fnalbuild avatar gartung avatar greenc-fnal avatar hanswenzel avatar henrylay97 avatar hgreenlee avatar jroto avatar kirsty-duffy avatar knoepfel avatar lgarren avatar loressa avatar marcmengel avatar mhlswang avatar petrilloatwork avatar plasorak avatar robertsulej avatar rsharankova avatar sabasehrish avatar sfbaylaser avatar sjgardiner avatar temigo avatar tomjunk avatar wesketchum avatar yangtj207 avatar yuntsebaryon avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lardataobj's Issues

Wrong TimeStamp type in recob::OpWaveform

Recob::OpWaveform is an intermediate class between raw::OpDetWaveform and recob::OpHits. Right now raw::OpDetWaveform provides a timestamp of double type, and recob::OpHits require also a double, however recob::OpWaveform stores the timestamp as a raw::RDTimeStamp.
There is a PR in duneopdet to implement this class, and we are forced to read raw::OpDetWaveforms just to take the timestamp when creating OpHits, which looks quite inefficient:
DUNE/duneopdet#27 (comment)

The timestamp type should be changed from recob::raw::RDTimeStamp to a double, or add a new member to store this double.

raw::RDTimeStamp fTimeStamp; ///< Time stamp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.