Giter Site home page Giter Site logo

groot's Introduction

GROOT

gamma-root

A collection of root based analysis tools aim to solve common probelms often seen in data collected in low-energy nuclear physics experiments.

Currently still a work in progress, but slowly becoming useful.

groot's People

Contributors

pcbend avatar rhyme11 avatar sgwahid avatar

Watchers

 avatar

groot's Issues

failed on compiling (./doMake.sh)

/Users/yiyizhu/Packages/groot/libraries/Histomatic/Histomatic.cxx:222:8: error: no type named 'vector' in namespace 'std'; did you mean 'hecto'?
std::vector parts = tokenizeString(path);

     hecto
/Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/ratio:284:43: note: 'hecto' declared here
typedef ratio<                100LL, 1LL> hecto;
                                        ^
/Users/yiyizhu/Packages/groot/libraries/Histomatic/Histomatic.cxx:222:15: error: no viable conversion from 'std::vector<std::string>' (aka 'vector<basic_string<char, char_traits<char>, allocator<char>>>') to 'std::hecto' (aka 'ratio<100LL, 1LL>')
std::vector parts = tokenizeString(path);    
            ^       ~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/ratio:250:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'std::vector<std::string>' (aka 'vector<basic_string<char, char_traits<char>, allocator<char>>>') to 'const std::ratio<100, 1> &' for 1st argument
class _LIBCPP_TEMPLATE_VIS ratio
                         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/ratio:250:28: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'std::vector<std::string>' (aka 'vector<basic_string<char, char_traits<char>, allocator<char>>>') to 'std::ratio<100, 1> &&' for 1st argument
/Users/yiyizhu/Packages/groot/libraries/Histomatic/Histomatic.cxx:224:26: error: no member named 'size' in 'std::ratio<100, 1>'
for(size_t i=0;i<parts.size()-1;i++) {
                 ~~~~~ ^
/Users/yiyizhu/Packages/groot/libraries/Histomatic/Histomatic.cxx:225:17: error: no member named 'at' in 'std::ratio<100, 1>'
  f->cd(parts.at(i).c_str());
        ~~~~~ ^
/Users/yiyizhu/Packages/groot/libraries/Histomatic/Histomatic.cxx:227:35: error: no member named 'back' in 'std::ratio<100, 1>'
key = gDirectory->FindKey(parts.back().c_str());
                          ~~~~~ ^
5 errors generated.
make[2]: *** [libraries/Histomatic/CMakeFiles/Histomatic.dir/Histomatic.cxx.o] Error 1
make[1]: *** [libraries/Histomatic/CMakeFiles/Histomatic.dir/all] Error 2

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.