Skip to content

shan-yamabuki/LUXE-ECAL-MASProcessors

 
 

Repository files navigation

Example Processor

Simple processor that reads LCIO files with SimCalorimeterHit and writes in screen the energy deposition and coordinates of each hit

Compile:

cd XXXXX/ExampleProcessor

source init_ilcsoft.sh

(or use an updated one from /cvmfs/ilc.desy.de/sw/x86_64_gcc82_centos7/v02-02-03 or similar folders!)

mkdir build

cd build

cmake -C $ILCSOFT/ILCSoft.cmake ..

make -j3

make install changes to readme

Run:

scripts_condor are copied from other example, not usable for us unless few modifications are done.

cd scripts/

export MARLIN_DLL="$MARLIN_DLL:$PWD/../lib/libExampleProcessor.so"

(the export MARLIN_DLL is done only once per session, same as the source init_ilcsoft.sh)

Marlin test.xml

ECAL_Sim_Analysis

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.4%
  • C++ 40.5%
  • CMake 5.9%
  • C 3.2%