Coder Social home page Coder Social logo

opencmsg4's People

Contributors

arsahasransu avatar riteshksingh avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

soumyadansana

opencmsg4's Issues

Tracker pixelation

Right now the tracker gives exact x,y and z co-ordinate of the location of energy deposite which is not what one wants. Since one has a pixelated tracker in reality it makes sense to do the pixelation in here as well. Need to refer to the CMS JINST paper from 2008 for specs.

Further, each pixel fires if the signal is above a threshold, called a pedestal (average background noise) and one also have to account for the variance of this background noise. Some literature survey has to be done for this.

Warnings from conflict of root and geant4

In file included from /home/arsahasransu/Software/cern_root/install_cern_root/include/TNamed.h:26:0,
from /home/arsahasransu/Software/cern_root/install_cern_root/include/TKey.h:15,
from /home/arsahasransu/Software/cern_root/install_cern_root/include/TBasket.h:28,
from /home/arsahasransu/Software/cern_root/install_cern_root/include/ROOT/TIOFeatures.hxx:14,
from /home/arsahasransu/Software/cern_root/install_cern_root/include/TTree.h:30,
from /home/arsahasransu/Documents/OpenCMSG4/include/EventAction.hh:10,
from /home/arsahasransu/Documents/OpenCMSG4/src/EventAction.cc:9:
/home/arsahasransu/Software/cern_root/install_cern_root/include/TString.h: In copy constructor ‘TSubString::TSubString(const TSubString&)’:
/home/arsahasransu/Software/cern_root/install_cern_root/include/TString.h:100:6: warning: declaration of ‘s’ shadows a global declaration [-Wshadow]
: fStr(s.fStr), fBegin(s.fBegin), fExtent(s.fExtent) { }
^
In file included from /home/arsahasransu/Software/geant4/geant4.10.06.p01_install/include/Geant4/G4SystemOfUnits.hh:27:0,
from /home/arsahasransu/Documents/OpenCMSG4/include/Constants.hh:5,
from /home/arsahasransu/Documents/OpenCMSG4/src/EventAction.cc:8:
/home/arsahasransu/Software/geant4/geant4.10.06.p01_install/include/Geant4/CLHEP/Units/SystemOfUnits.h:148:28: note: shadowed declaration is here
static constexpr double s = second;
^
In file included from /home/arsahasransu/Software/cern_root/install_cern_root/include/TNamed.h:26:0,
from /home/arsahasransu/Software/cern_root/install_cern_root/include/TKey.h:15,
from /home/arsahasransu/Software/cern_root/install_cern_root/include/TBasket.h:28,
from /home/arsahasransu/Software/cern_root/install_cern_root/include/ROOT/TIOFeatures.hxx:14,
from /home/arsahasransu/Software/cern_root/install_cern_root/include/TTree.h:30,
from /home/arsahasransu/Documents/OpenCMSG4/include/EventAction.hh:10,
from /home/arsahasransu/Documents/OpenCMSG4/src/EventAction.cc:9:
/home/arsahasransu/Software/cern_root/install_cern_root/include/TString.h: In static member function ‘static Ssiz_t TString::Align(Ssiz_t)’:
/home/arsahasransu/Software/cern_root/install_cern_root/include/TString.h:219:35: warning: declaration of ‘s’ shadows a global declaration [-Wshadow]

ECal data storing mechanism buggy

  1. Add a tree to convert crystal number to eta phi position
  2. Store energy deposit more efficiently in place of looping over the same vector multiple times and then sort the information into a vector for output.

HCal runtime memory usage is higher than ECal

Observed that the runtime memory usage for HCal is higher. Possible causes:

  1. Improperly handled pointer
  2. Larger number of hcal segments than ecal - maybe add a flag to give optional storgae and reduce runtime memory usage

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.