Ignore:
Timestamp:
08/19/13 12:07:14 (11 years ago)
Author:
ftemme
Message:
added the writing of several Header Keys to the fitsoutput of Ceres in MJSimulation.cc, the values of the HeaderKeys are mainly hardcoded; changed the name of the columns in the fitsoutput for MMcEvt.fEvtNumber, MRawEvtData.fStartCells to the corresponding name in real data files; removed the vetoing of several columns in the fitsout in MJSimulation.cc; implemented the substraction of the accoupling in MSimCamera.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mars_MC/macros/rootlogon.C

    r15269 r17011  
    190190    dbg += " -std=c++0x ";
    191191
    192     lib += " -lnova -lz";
     192    //lib += " -lnova -lz";
     193    lib +=" -lnova -L/cm/shared/apps/fact/libs/libnova-0.14.0/src/.libs -lz";
    193194
    194195    gSystem->SetLinkedLibs(lib);
Note: See TracChangeset for help on using the changeset viewer.