Changeset 6509


Ignore:
Timestamp:
02/15/05 19:43:13 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6504 r6509  
    3434       true total number of produced MC events, and allow for the
    3535       setting of a "tentative" differential gamma spectrum to be used
    36        in the calculation of effective areas.
     36       in the calculation of effective areas.
     37       Removed unused constructor argument "input" in
     38       MMcCollectionAreaCalc.
    3739
    3840   * macros/collarea.C
  • trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.cc

    r6491 r6509  
    5454//  Constructor
    5555//
    56 MMcCollectionAreaCalc::MMcCollectionAreaCalc(const char *input, const char *name,
    57                                              const char *title):
     56MMcCollectionAreaCalc::MMcCollectionAreaCalc(const char *name, const char *title):
    5857  fBinsTheta(0), fBinsEnergy(0), fSpectrum(0)
    5958{
  • trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.h

    r6491 r6509  
    4141
    4242public:
    43     MMcCollectionAreaCalc(const char *input = NULL,
    44                           const char *name = NULL, const char *title = NULL);
     43    MMcCollectionAreaCalc(const char *name = NULL, const char *title = NULL);
    4544
    4645    void SetSpectrum(TF1 *f) { fSpectrum = f; }
Note: See TracChangeset for help on using the changeset viewer.