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

Legend:

Unmodified
Added
Removed
  • 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.