Code Monkey home page Code Monkey logo

banks's Introduction

banks

This library provides an interface to evio banks.

To build, the env GEMC should point to the gemc directory containin "sources", and the env BANKS should point to the location of this README.

To compile:

scons [-jN]  [OPT=1]

where N is the number of processors on your system (optional, for faster compilation) and OPT will optimize the build.

Two utilities are provided:

  • bin/evioDump will print on screen the content of an evio file
  • bin/evio2root will convert evio banks into ROOT trees. For this conversion you'll need the bank definitions to be in the current directory (note: this should improve).

banks's People

Contributors

maureeungaro avatar

Watchers

James Cloos avatar  avatar

banks's Issues

duplicate flux tree

There are two flux tree.
I guess flux;1 is correct because it behaves correctly when trueinfo turned on or off. So flux;2 should be removed

write_raws for individual banks

in code banks/src/evio2root.cc, "write_raws" will turn on raws bank entries like "pid,mpid,..." for all banks and by default it's on
This create a lot of entries in all banks.
generally flux bank wants those entries to show information, but any customized banks may not want those.
It's better to be able to turn on/off those entries for each bank individually.
The desired default behavior is on for flux and off for any other banks.

var name in header bank

in file banks/src/fluxHistos.cc

The old name var1, var2,var3, ... var9 don't match new gemc name userVar001,userVar002...
So the header tree won't have those entries after conversion
We could either change banks to new name or change gemc back to old names.

Also new gemc can do any number of uservar, so banks need a way to do any number of uservar also.

option to turn on and off true info bank by bank in evio2root

For example, I use flux bank with true info, but for other banks I only want customized defined bank. Now the default behavior is turn all banks on or off at same time, which create large file size and sometime problem if a customized bank has an entry with same name like true info.

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.