Changeset 17785


Ignore:
Timestamp:
05/05/14 09:56:00 (11 years ago)
Author:
tbretz
Message:
Fixed a compiler warning because title wasn't used in the constructor and DrswPixelCOntent had an unused argument.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mpedestal/MPedestalSubtractedEvt.h

    r14204 r17785  
    3131    {
    3232        fName = name ? name : "MPedestalSubtractedEvt";
     33        fTitle = title ? title : "";
    3334    }
    3435
     
    119120
    120121    Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
    121     void   DrawPixelContent(Int_t num) const { }
     122    void   DrawPixelContent(Int_t) const { }
    122123
    123124    ClassDef(MPedestalSubtractedEvt, 6) //Container to store the raw Event Data
Note: See TracChangeset for help on using the changeset viewer.