Ignore:
Timestamp:
02/03/15 09:17:00 (10 years ago)
Author:
ghughes
Message:
remove MC references so it can be applied to data
Location:
branches/Mars_McMismatchStudy/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Mars_McMismatchStudy/manalysis/MEnergyTable.cc

    r18100 r18101  
    2727//                                                                         //
    2828// MEnergyTable                                                            //
    29 //                                                                         //
     29// Energy Tables generated at discrete Zenith and threshold                //
     30// We then interpolate between them to estimate the energy                 //
    3031//                                                                         //
    3132/////////////////////////////////////////////////////////////////////////////
     
    8485    delete fHillas;
    8586    delete fParameter;
    86     delete fMC;
    8787    delete fPointing;
    8888
     
    104104    fPointing = (MPointingPos*)pList->FindCreateObj("MPointingPos", AddSerialNumber(fNamePoint));
    105105    if (!fPointing)
    106         return kFALSE;
    107 
    108     fMC = (MMcEvt*)pList->FindCreateObj("MMcEvt", AddSerialNumber(fNameMC));
    109     if (!fMC)
    110106        return kFALSE;
    111107
     
    167163
    168164
    169    //TFile *fTableFile = new TFile(sTableFile.c_str(),"OPEN");
    170165   fTableFile = new TFile(sTableFile,"OPEN");
    171166   if( fTableFile->IsZombie() )
     
    175170   }
    176171
     172// TODO
    177173   iZen[0] = 5;
    178174   iZen[1] = 30;
  • branches/Mars_McMismatchStudy/manalysis/MEnergyTable.h

    r18100 r18101  
    3131
    3232class MEnergyTable : public MParameterCalc
    33 // : public MTask
    3433{
    3534private:
     
    7473public:
    7574
    76     // TODO constructer will need some options?
    77     //MEnergyTable(const char *hil="MHillas", const char *name=NULL, const char *title=NULL);
    7875    MEnergyTable(const char *name=NULL, const char *title=NULL);
    7976    ~MEnergyTable();
Note: See TracChangeset for help on using the changeset viewer.