Ignore:
Timestamp:
10/28/13 15:12:25 (11 years ago)
Author:
ftemme
Message:
Changed the name of the mc_callisto macro and commented the inclusion of MLogManip.h out. The inclusion causes an error while compiling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/mc/callisto.C

    r17148 r17309  
     1using namespace std;
    12
    23#include <sstream>
     
    1011
    1112#include "MDrsCalibration.h"
    12 #include "MLogManip.h"
     13//#include "MLogManip.h"
    1314#include "MExtralgoSpline.h"
    1415#include "MSequence.h"
     
    6667 */
    6768
    68 using namespace std;
    69 
    70 int callisto_for_monte_carlo_simulated_data(
     69//using namespace std;
     70
     71int callisto(
    7172            const char *drs_calib_300_path="/fhgfs/groups/app/fact/mc_test/testingdrsfile/test300samples.drs.fits",
    7273            const char *pedestal_file_path="/fhgfs/groups/app/fact/mc_test/ceresfitstest/mcFilesForTests/mcNsbPedestal/00000001.001_P_MonteCarlo000_Events.fits",
Note: See TracChangeset for help on using the changeset viewer.