Giter VIP home page Giter VIP logo

care's Introduction

CARE

Camera simulation for air shower experiments Codacy Badge

care's People

Contributors

imenalsamarai avatar nepomukotte avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

care's Issues

compilation breaks -- issues in merging?

Hi @nepomukotte ,

I downloaded CARE from Imen's @ImenAlSamarai repository https://github.com/ImenAlSamarai/GORCA_SST1M
and added the submodule pointing at your repo with:
git submodule init
git submodule update
When compiling CARE, I have several errors. I think thay may be arised from issue in the merging?
They are related to data members and methods which are called but not anymore there in the version I downloaded.
I attach logs below.
Thanks!

cheers, Anastasia


Compiling CameraAndReadout.cpp ... CameraAndReadout.cpp: In function ‘int main(int, char**)’:
CameraAndReadout.cpp:537:53: error: ‘class TelescopeData’ has no member named ‘iSnapshots’
tout[i]->Branch("uSnapshots", &(telData[i]->iSnapshots));
^
CameraAndReadout.cpp:539:35: error: ‘class TelescopeData’ has no member named ‘iSnapshots’
for(int s=0; s<telData[i]->iSnapshots; s++)
^
CameraAndReadout.cpp:542:48: error: ‘class TelescopeData’ has no member named ‘iSnapshotsDiscriminatedGroups’
tout[i]->Branch(snap_name, &(telData[i]->iSnapshotsDiscriminatedGroups[s]));
^
CameraAndReadout.cpp:71:17: warning: unused variable ‘app’ [-Wunused-variable]
TApplication *app = new TRint("app",0,0,0);

Compiling TelescopeData.cpp ... TelescopeData.cpp: In member function ‘void TelescopeData::SetParametersFromConfigFile(ReadConfig*)’:
TelescopeData.cpp:198:37: error: ‘class ReadConfig’ has no member named ‘GetTransitTimeSpread’
fTransitTimeSpread = readConfig->GetTransitTimeSpread(iTelID); //the transit time spreads introduced in the pmts
^

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.